检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
查询语言 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.querylanguage ExecuteGremlinSample 执行Gremlin查询 ExecuteCypherQuerySample 执行Cypher查询
元数据操作 图数据的格式 导入元数据 创建元数据 复制元数据 编辑元数据 查找元数据 删除元数据
Cypher操作API 执行Cypher查询 基本操作和兼容性 支持的表达式,函数及过程 父主题: 持久化版
Array of graphs objects 返回的图列表。 result String 查询成功时值为success,失败时值为failed。 表3 graphs 参数 类型 说明 graph_name String 返回的图名。 idType String ID类型。 idLength
路径 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.path ShowPathDetailSample 查询路径详情 父主题: 内存版样例
创建图 创建图的方式 自定义创建图 行业图模板创建图 创建动态图 启动图 停止图 访问图 增量导入数据
图操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.graphoperation ImportGraphSample 导入图 ExportGraphSample 导出图 ClearGraphSample
索引操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.index ListIndicesSample 查询索引 CreateIndexSample 新建索引 DeleteIndexSample 删除索引
索引操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.index ListIndicesSample 查询索引 CreateIndexSample 新建索引 DeleteIndexSample 删除索引
索引操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testListIndices 查询索引 testCreateIndex 新建索引 testDeleteIndex 删除索引 父主题:
元数据操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.schema AddLabelSample 添加Label UpdateLabelSample 更新LabeI QueryGraphSchemaDetailSample
自定义操作 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.customoperation ExecuteCustomActionSample 执行自定义操作 父主题: 内存版样例
算法 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testShortestPath 最短路径算法 testShortestPathOfVertexSets 点集最短路径算法 test
算法 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testShortestPath 最短路径算法 testShortestPathOfVertexSets 点集最短路径算法 test
元数据操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testAddLabel 添加Label testUpdateLabel 更新Label testQueryGraphSchemaDetail
元数据操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testAddLabel 添加Label testUpdateLabel 更新Label testQueryGraphSchemaDetail
图操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testImportGraphPersistence 导入图 testClearGraphPersistence 清空图 父主题:
图操作 代码样例文件路径 样例方法名 对应的API com.huawei.ges.graph.sdk.v1.examples.persistence testImportGraphPersistence 导入图 testClearGraphPersistence 清空图 父主题:
Filtered-query 代码样例文件路径 代码样例文件名 对应的API com.huawei.ges.graph.sdk.v1.examples.customoperation FilteredQuerySample Filtered-query FilteredQueryV2Sample
huaweicloudsdkcore.http.http_config import HttpConfig # 认证用的ak和sk硬编码到代码中或者明文存储都有很大的安全风险,建议在配置文件或者环境变量中密文存放,使用时解密,确保安全 # 本示例以ak和sk保存在环境变量中来实现身