使用gremlin cli连接到Apache地图集+ hbase + solr设置

问题描述 投票:0回答:1

我是Atlas和janusgraph的新手,我在本地设置了带有hbase和solr的atlas作为后端,并带有伪数据。我想使用gremlin cli + gremlin服务器并连接到hbase中的现有数据。即:查看并遍历虚拟图集元数据对象。

这是我到目前为止所做的:

  1. 运行Atlas服务器+ hbase + solr-插入的虚拟实体
  2. 使用正确的配置运行gremlin服务器
    • 我已将graph: { ConfigurationManagementGraph: ..}设置为janusgraph-hbase-solr.properties
  3. 运行gremlin cli,连接到:remote connect tinkerpop.server conf/remote.yaml session,可以很好地连接gremlin服务器。
  4. 我执行graph = JanusGraphFactory.open(..../janusgraph-hbase-solr.properties)并创建g = graph.traversal()

我能够创建自己的顶点和边并列出它们,但不能列出与图集相关的任何内容,例如:实体等。>

我想念的是什么?我想连接到现有的地图集设置,并使用gremlin cli遍历图形。

谢谢

我是Atlas和janusgraph的新手,我在本地设置了带有hbase和solr的atlas作为后端,并带有伪数据。我想使用gremlin cli + gremlin服务器并连接到现有数据...

solr hbase gremlin janusgraph apache-atlas
1个回答
0
投票

为了能够从gremlin cli访问Atlas工件,您必须将Atlas依赖罐添加到Janusgraph的lib目录中。

© www.soinside.com 2019 - 2024. All rights reserved.