
nebula3-python 3.8.3
0
Python client for NebulaGraph v3
Contents
Python client for NebulaGraph v3
Stars: 230, Watchers: 230, Forks: 82, Open Issues: 37The vesoft-inc/nebula-python repo was created 6 years ago and the last code push was 4 days ago.
The project is popular with 230 github stars!
How to Install nebula3-python
You can install nebula3-python using pip
pip install nebula3-python
or add it to a project with poetry
poetry add nebula3-python
Package Details
- Author
- None
- License
- Apache 2.0
- Homepage
- None
- PyPi:
- https://pypi.org/project/nebula3-python/
- GitHub Repo:
- https://github.com/vesoft-inc/nebula-python
Related Packages
Errors
A list of common nebula3-python errors.
Code Examples
Here are some nebula3-python code examples and snippets.
GitHub Issues
The nebula3-python package has 37 open issues on GitHub
- pool would create max_size client when initialize it, which is unreasonable
- NebulaPool.execute_py parameter issue
- refactor one session has one connection, and the connection cannot be re-created for session
- support to reconnect with other graphd server when create session
- Optimize python client performance close to Go SDK
- Does
strictly_server_healthysupport high throughput - Fix potential connection storm
- support ipv6
- Refactor session and pool usage to align with other 5.x nebula clients
- add ci for nebula-python 5
pythonfix