Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 289 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 289 Bytes

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