Skip to content

joxekblad/dgraphclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

dgraphclient

Python client for dgraph.io

Within Python use:

dc = dgraphclient('example.com', 8080)
#Add tls=True if you want encryption
my_json_resp = dc.query('your query string')

From command line:

dgraphclient.py --hostname example.com --port 8080 --query 'your query string'

TODO:
Add: Possibility to read query from file in command line mode.
Add: Possibility to use TLS from command line mode.

About

Python client for dgraph.io

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages