Plug and play NebulaGraph with pip install.
Project description
NebulaGraph Lite
Try NebulaGraph with pip install
, on Linux/ WSL2 or even Google Colab!
How to use
Install NebulaGraph Lite
pip3 install nebulagraph-lite
Start NebulaGraph Lite from Jupyter Notebook
from nebulagraph_lite import nebulagraph_let as ng_let
n = ng_let()
n.start()
Voilà! It'ts up and running already now!
What's next
Play with nebula3-python
or ipython-ngql and walk through the Documentation!
pip3 install ipython-ngql
%load_ext ngql
And we could access it like:
%ngql --address 127.0.0.1 --port 9669 --user root --password nebula
And query like:
%ngql SHOW HOSTS;
Other non-lite or less-lite options
Intrested in other play or production options?
Production
- Binary Packages, if running on bare OS.
- K8s Operator, on K8s.
- NebulaGrpah Cloud, the managed NebulaGraph service.
Play and Dev
- Docker Compose, if you are comfortable on single server
- nebula-up, one-liner test env installer on single server, support studio, dashboard, nebulagraph algorithm, exchange etc, all-in-one.
- Docker Extension, one-click on Docker Desktop(macOS, windows) on desktop machines, in GUI flavor.
- Nebula-Operator-KinD, Nebula K8s Operator with K8s-in-Docker, one-liner test env with docker+k8s+nebulagrpah-operator, try NebulaGraph on K8s with ease on your single server.
Acknowledgements
- udocker, https://github.com/indigo-dc/udocker
- docker-in-colab, https://github.com/drengskapur/docker-in-colab
- NebulaGraph Docker, https://github.com/vesoft-inc/nebula-docker-compose
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 nebulagraph_lite-0.0.5.tar.gz
.
File metadata
- Download URL: nebulagraph_lite-0.0.5.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.11.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41a55cf9d1bd2b5ba004f7ecaf0d6b6647315e91e837004d27b5b968ab18a74b |
|
MD5 | b5eb090c14a8b20ee61d134a67fac494 |
|
BLAKE2b-256 | deca9f09b06af2eb70eab141f52522a0f11e19c923c9a92658cd44f020fa8273 |
File details
Details for the file nebulagraph_lite-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: nebulagraph_lite-0.0.5-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.11.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 841585906a30899aa5d5ac1d41ae4dc9d1fb79071ab4c48e79993bf4aaed7480 |
|
MD5 | 596e20f1ac964f05b70c9f076312657f |
|
BLAKE2b-256 | d9bc779c0178d1b3b0ad2b61e3b11cc39cfac96fe8a6a9e882f75bfeaad608cf |