Skip to content

sciencewiz1/datahub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

DataHub

Dependencies

  • thrift
  • postgres

Runnning DataHub Server

  • cd src/datahub
  • thrift --gen py datahub.thrift
  • python server.py

Running DataHub Interactive Shell

  • cd src/datahub
  • export PYTHONPATH=$PYTHONPATH:.:./gen-py
  • python tools/cli.py

Releases

No releases published

Packages

No packages published