nebula-python
nebula-python copied to clipboard
Client API of Nebula Graph in Python
thrift docs update ---- 📚 Documentation preview 📚: https://nebulagraph-python--341.org.readthedocs.build/en/341/
as titled. see #319 https://github.com/wey-gu/nebula-dgl/issues/10
Use flit-core=3.4 as the build backend, so that PEP517 and PEP621 can be available on Python >= 3.6 That means: - `pip install .` is available in Python 3.6 -...
**General Question** query_ngql=''' MATCH (v) where v.meta.dataset_id=='$name' and v.meta.p_vid is null return v limit 1 ''' data1={"name":"dsdsdsd"} result = session_pool.execute_parameter(query_ngql, data1) 执行报错 File "/usr/local/anaconda3/envs/langchain-cc/lib/python3.10/site-packages/nebula3/gclient/net/SessionPool.py", line 163, in execute_parameter resp =...
**General Question**
ref: https://github.com/vesoft-inc/nebula-java/pull/586
Like an interface to parse arbitrary resultset as a list of vertices and a list of edges. With it, those who are building things to visualize graph data will be...
**General Question** Hi, Does nebula-python support bind parameters now? Where can I find related documentations? Or is there any other method to avoid injection attacks? Thanks!
No bug: ```` /home/login/.local/lib/python3.10/site-packages/nebula3/gclient/net/ConnectionPool.py:316: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead timer.setDaemon(True) ````
Make it extremely useful, yet smooth, elegant and easy. ## Phase 0 - [x] Config/SessionPoolConfig should be possible to be omitted, enable one-liner to access and query, via https://github.com/vesoft-inc/nebula-python/pull/323/files#diff-da4517b6eb66b1d80bb6975a7200825a2e896c7b97f4fe87943cc361a211da32 and...