A Python SDK for Apache HugeGraph
Project description
hugegraph-python
A Python SDK for Apache HugeGraph, maintained by cvte research data-mining team.
This project currently in alpha testing, will open source the code soon.
#Installation ##PyPi
pip3 install gremlinapi
##Install from source
git clone git@github.com:gremlin/gremlin-python.git
cd gremlin-python
python3 setup.py install
#Examples
from hugegraph import PyHugeGraph
# init client
client = PyHugeGraph("127.0.0.1", "8080", user="admin", pwd="pwd", graph="hugegraph")
# schema
schema = client.schema()
schema.getVertexLabels()
# graph
g = client.graph()
g.getVertexById("1:tom")
g.close()
Any questions contact ming@apache.org
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hugegraph-python-1.0.0.3.tar.gz.
File metadata
- Download URL: hugegraph-python-1.0.0.3.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13a9611bec6ee8ace16eec0d43d1bfd63798563c6948d0182c7ae42f1623eee9
|
|
| MD5 |
6b4afba4aa74f63eff85a02d3485f960
|
|
| BLAKE2b-256 |
b138204e1733483bd6afa79c7f10c6c6b8f854c3662f537fb1301f1dc1ee7ab2
|
File details
Details for the file hugegraph_python-1.0.0.3-py3-none-any.whl.
File metadata
- Download URL: hugegraph_python-1.0.0.3-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8dd2be5c69f4b1e3fb8837da82929311e96b3fa4571c8784ffb97ab437c20f5c
|
|
| MD5 |
07671a667fc810f1ef614052edc23034
|
|
| BLAKE2b-256 |
368e4dd144d5f1d797a863d184ff696dea4754be6bc4029b474fd7a663a32538
|