我正在ubuntu机器 上试验Datastax Dse 5.0.5 图。
我最感兴趣的是 Datastax 企业包的图形部分。
我已经在不同的终端上执行了以下这些命令
- ./bin/dse cannandra
- ./bin/dse gremlin-console
- ./datastax-studio/bin/server.sh
我成功地能够在 localhost 启动 datastax-studio 但出现此错误
All DSE gremlin server hosts are currently down or don't have the 'graph' workload set. Please, make sure that hosts are available and have the 'graph' workload and retry
我想做的是?
我想使用 java 程序创建顶点和边,并想在 datastax-studio 上可视化它。
为此,我已经按照 dse 文档编写了 java 程序,但是我很困惑应该在哪个端口将我的数据库连接到数据库,甚至我不确定我是否真的走上了正确的道路。
你能指导我以正确的方式安装dse graph和studio吗?