Skip to content

Open source analytics platform powered by Apache Cassandra, Spark, and Kafka

License

Notifications You must be signed in to change notification settings

dmitryfill/killranalytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

killranalytics

Open source analytics platform powered by Apache Cassandra, Spark, and Kafka

Building

You'll need a virtualenv.

For testing: pip install -r requirements-dev.txt

cd spark
sbt assembly

Testing

py.test

Running

To run the spark streaming job that runs the analytics:

cd spark
spark-submit --master 'local[2]' --class RawEventProcessing target/scala-2.10/killranalytics-assembly-1.0.jar

Note: if uwsgi install fails you may need to do:

sudo C_INCLUDE_PATH=/usr/local/include LIBRARY_PATH=/usr/local/lib pip install uwsgi

About

Open source analytics platform powered by Apache Cassandra, Spark, and Kafka

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.2%
  • JavaScript 38.4%
  • CSS 2.0%
  • Other 1.4%