Skip to content

A python framework for creating a real time processing data cluster consisted of distributed nodes

License

Notifications You must be signed in to change notification settings

Kiougar/datapie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datapie

A python framework for creating a real time processing data cluster consisted of distributed nodes

Instructions

  • (optional) create virtualenv and activate it
  • Install requirements:
    • pip install -r requirements.txt
  • Add project root (current working directory) to python path
    • For windows: set PYTHONPATH=%PYTHONPATH%;.
    • For unix: PYTHONPATH=$PYTHONPATH:.
  • Run example:
    • python example/example.py

About

A python framework for creating a real time processing data cluster consisted of distributed nodes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages