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
https://pypi.org/project/hugegraph-python/
pip3 install hugegraph-python
Install from source
release soon
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.4.tar.gz.
File metadata
- Download URL: hugegraph-python-1.0.0.4.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 |
689a0c0b17284862d96c570b9e459831fb095c90525f9e53a7d4d7c1d06dd80d
|
|
| MD5 |
204e2c5c88ac8f9fb954d51c250d18c2
|
|
| BLAKE2b-256 |
59827530880e1442ea148b463299746418bcfed776f53ada7efbbd44d66ac79f
|
File details
Details for the file hugegraph_python-1.0.0.4-py3-none-any.whl.
File metadata
- Download URL: hugegraph_python-1.0.0.4-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 |
b68043bc73a68988369b849e0bc9bfb59cafcf72c0b4a2eab82a3a343b8eebb4
|
|
| MD5 |
3ebcf6d1636d265c59cf519e0f1f96b6
|
|
| BLAKE2b-256 |
006b3b5129e48cc509518fa51f718345ecbc338900347f492c4c1ca2fdc80ddd
|