nebula-python icon indicating copy to clipboard operation
nebula-python copied to clipboard

Client API of Nebula Graph in Python

Results 32 nebula-python issues
Sort by recently updated
recently updated
newest added

init addrs: ` storage_addrs = [HostAddr(host='192.168.200.83', port=49223)] graph_storage_client = GraphStorageClient(meta_cache, storage_addrs) ` self._parts[part_id].leader allways not match the init addrs, it while make the code allways go to wait... ![image](https://user-images.githubusercontent.com/30319828/221796256-61672dca-41a0-4426-9db5-c12650b5bf55.png)

HACKTOBERFEST

related issue:https://github.com/vesoft-inc/requirement-holder/issues/246

type/enhancement
HACKTOBERFEST

你好,我们采用的nebula2.6版本 python sdk也是2.6版本,硬件配置4C8G,目前nebula中vector在1000左右,使用python sdk在间隔2-3天就会报socket write failed,需要重启服务连接nebula才能正常使用。 请问这是配置相关的问题? python连接nebula 没有添加额外的配置参数

type/question

This Exception raised from nebula3.fbthrift.TProtocol.TProtocolBase,TTYPE has attrs 0-19,but "xxx" can be 34、58、44、123、92、117、34、108、116 and more.

severity/minor
affects/none
type/bug

polish them

type/enhancement

as title. with information similar to https://github.com/wey-gu/nebula-corp-rel-search#data-from-backend-side

doc affected
type/enhancement

Hi, I was referred to Nebula Graph by Hera Han. I'm currently working on a project with a [forked Neo4j variant](https://www.graphfoundation.org/ongdb/) as a backend database. However, I'm considering switching to...

type/enhancement
help wanted
community

`GraphStorageClient.scan_edge()` lack option to retrieve reverse edge despite the fact that it's supported by the underlying rpc in `ScanEdgeRequest.EdgeProp.EdgeType`: ```python def scan_edge(self, space_name, edge_name, prop_names=[], limit=DEFAULT_LIMIT, start_time=DEFAULT_START_TIME, end_time=DEFAULT_END_TIME, where=None, only_latest_version=False,...

type/enhancement

## What type of PR is this? - [x] bug - [ ] feature - [ ] enhancement ## What problem(s) does this PR solve? #### Issue(s) number: #### Description:...

![image](https://github.com/vesoft-inc/nebula-python/assets/17960563/2dffbf15-e2c2-4db4-b93e-a2d0420bb07c)