Azure CosmosDB 使用 gremlin 控制台连接到模拟器

标签 azure azure-cosmosdb gremlin

我想使用 gremlin 控制台连接到 cosmosDB 模拟器。

yaml 文件应该是什么样子。 目前我尝试过:

hosts: [localhost]
port: 8182
serializer: { className: 
org.apache.tinkerpop.gremlin.driver.ser.GryoMessageSerializerV3d0, config: { 
serializeResultToString: true }}

这里是命令行调用和响应: enter image description here

这是没有“:>”的错误消息 enter image description here

但这行不通。有什么想法吗?

亲切的问候 马库斯

最佳答案

更新,模拟器现在支持 gremlin,从版本 2.1.4.0 ( related GitHub issue ) 开始。

该线程中的一个用户甚至创建了 repo with instructions for enabling it ,通过 /EnableGremlinEndpoint 开关。

关于Azure CosmosDB 使用 gremlin 控制台连接到模拟器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48619618/

相关文章:

c# - 使用 C# 中的 PUT 请求将内容写入 Azure 存储上的文件

azure - DocumentDb 更改 Feed 事件类型?

graph - 如何使用 gremlin 查找加权边范围内的所有节点?

DocumentDB 的 Node.js 代理服务

python - 如何添加 g :Vertex GraphSON in Python Gremlin?

python - 顶点列表中的边 - gremlin python

azure - 如何为Azure数据工厂链接服务中的azure表存储/blob存储动态提供连接字符串

c# - 在检索 key 之前验证资源是否存在

c# - Azure数据湖: How to get Processed files

azure - 由于 azurerm_management_lock,Terraform apply 无法运行