-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Problem Type (问题类型)
configs (配置项 / 文档相关)
Before submit
- I had searched in the issues and found no similar issues.
Environment (环境信息)
- Server Version: 1.x.x
- Toolchain Version: 1.x.x
- Data Size: xx vertices, xx edges >
Your Question (问题描述)
from pyhugegraph.client import PyHugeClient
# 初始化客户端
# 对于 HugeGraph API 版本 ≥ v3:(或启用 graphspace 功能)
# - 如果启用了 graphspace,则 'graphspace' 参数变得相关(默认名称为 'DEFAULT')
# - 否则,graphspace 参数是可选的,可以忽略。
client = PyHugeClient(
"192.168.102.19:58080",
user="admin",
pwd="admin",
graph="hugegraph",
graphspace="DEFAULT",
)我向使用图空间进行数据隔离,但是不知道怎么使用
Vertex/Edge example (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested