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

gratefulbuaa/killranalytics

 
 

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

Packages

No packages published

Languages

  • HTML 57.8%
  • JavaScript 38.1%
  • CSS 2.0%
  • Python 1.1%
  • Scala 0.6%
  • Jupyter Notebook 0.4%