/splark

experimental python port of Apache spark

Primary LanguagePythonOtherNOASSERTION

Splark

Splark is a fast and general cluster computing system for Big Data. It is being desgined and built with extensibility in mind.

Installation instructions

Install the requirements and the Splark package

`pip3 install -r requirements.txt`
`python3 setup.py install`

Need help?

Contact the developers or post an issue to our github page.

Contribution Guidelines

If you want to contribute to splark, you should contact the developers. If you write code that you would like to contribute to splark, please submit a pull request.

Additional Credits, Inspirations

Splark was inspired the the cluster processing project Apache Spark.