mavencode01 / spark-ddos-attack-demo

Simple DDoS detection using Apache Spark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DDoS Attack Detection

This project implements a simple DDoS attack detection using Spark. It does not use any Machine Learning library.

Pre-requisite

  1. sbt
  2. scala 2.11
  3. spark 2.2+

Running

spark-submit --master local[2] --class com.phdata.ddos.LogMonitor

Building

 sbt compile assembly

About

Simple DDoS detection using Apache Spark


Languages

Language:Scala 100.0%