問題タブ [gremlinpython]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - Python とグラフ データベース。Java lib ラッパーまたは REST API を使用しますか?
Python でグラフ データベース (Neo4j) を使用する最良の方法についてお聞きしたいと思います。「neo4j/python-embedded」( neo4j/python-embedded with JPype) または「bulbflow」( bulbflow、Rexster、Gremlin、および REST API) を使用する必要があると思いますか? REST API は安全で、高可用性 (50 万人以上のユーザーなど) を提供しますか?
ありがとうございました。
titan - pythonをtitan dbに接続できません
次の手順に従って、titan サーバーを構成します。
サーバーは完全に起動しましたが、Pythonに接続してスクリプトを実行すると、以下に記載されているエラーが発生しました
私は
titanを使用しています - 1.0.0 gremlin
-python - 3.3.2
apache-tinkerpop-gremlin-server-3.3.1
python - 頂点のリスト内のエッジ - gremlin python
頂点 ID のリストがあります。それらの間で可能なすべてのエッジを取得したい。
ここで filter/where のようなメソッドが役立つことは理解していますが、gremlin-python を使用しているため、それらの実装は異なる必要があります。
私が試してみました :
どうすればこれを達成できますか?簡単な問題のように思えますが、それでも私はそれに行き詰まっています。