Provides IPython cell magic for dgraph queries, mutations, and alteration remote execution.
Project description
Provides IPython cell magic for dgraph remote interaction.
Installation
pip install idgraph
Why is this?
While dgraph provides several useful interfaces, I spend most of my time learning, exploring, and developing in Jupyter. Executable documentation is fantastic! This package abstractly provides cell magic for dgraph query, mutation, and alteration execution. You could do the same with curl or requests. But, the sensible defaults help make things less verbose and tedious. (It’s inspired by my experience with itikz which proved really beneficial.)
Usage
The easiest way to understand how this works is by following (and cloning) the tutorial notebook. It’s a projection dgraph’s Tour of Dgraph: A Bigger Dataset.
Cheat Sheet
Load the extension with,
%load_ext idgraph
Then,
By default, %%dgraph assumes a query.
%%dgraph --alter does an alteration
%%dgraph --mutate does a mutation
By default, %%dgraph assumes localhost:8080
%%dgraph --addr=remote-host:8080 overrides the default
The DGRAPH_ADDR environmental variable overrides default if the --addr flag isn’t set
By default, only the value associated with the data key in the response is shown.
%%dgraph --full-resp shows the full response including metadata.
%%dgraph --jmespath="query" allows you to extract part of the response with a jmespath query.
By default, each cell execution binds the extracted response to _dgraph and the full response to _dgraph_full
%%dgraph --into=name will bind the extracted response to name and the full response to {name}_full
By default, the cell contents are executed.
%%dgraph --skip skips execution.
Useful for mutations that are possibly dangerous on someone else’s computer.
Jinja
technically you can use templates in a directory. you almost certainly shouldnt though.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.0.1 (2019-10-20)
Create initial version of idgraph.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file idgraph-0.0.1.tar.gz
.
File metadata
- Download URL: idgraph-0.0.1.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9ab0f21ffc02f06a5dc5c75b633f5105532f790715dd220601a23b38ece61c2 |
|
MD5 | e11a19a9bb9873dafafef53da914748c |
|
BLAKE2b-256 | 2741c596a336f60b509a808cb6cae4353c1de8b855cdf417fcdc0ab994d1a5fe |
File details
Details for the file idgraph-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: idgraph-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34f1ea486d14242637bfe3ae3a05f5076529108ff727d7e08cbd6b5966903a24 |
|
MD5 | 92189e77872a2964e9af8e47def39667 |
|
BLAKE2b-256 | 96a467553dad6214e6fa31f60dca58f0de49923b1b7d0a44e9dd469c3dff229c |