Skip to content

Latest commit

 

History

History
executable file
·
25 lines (18 loc) · 389 Bytes

File metadata and controls

executable file
·
25 lines (18 loc) · 389 Bytes

python-cli-dgraph-simple

Description

POC for dgraph in python.

Tech stack

  • python
    • pydgraph
    • grpcio

Docker stack

  • python:latest
  • dgraph/dgraph:latest

To run

sudo ./install.sh -u

To stop (optional)

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit