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 docsに従ってJavaプログラムを作成しましたが、どのポートでデータベースに接続する必要があるか混乱しており、本当に正しい道を進んでいるかどうかさえわかりません。
dse graph と studio を適切にインストールする方法を教えてください。