gremlinpython Questions

2

The TinkerPop documentation describes GLV for Python. However, the examples presented in there are built around synchronous code. There is the aiogremlin library that was desingned to enable use of...
Omegaomelet asked 15/2, 2020 at 7:30

2

Let's say I want to get a few vertices from my database: g.V(1, 2, 3) And then I have another set of vertices: g.V(4, 5, 6) Imagine it's not just g.V(), but some more complicated traversal to...

1

Solved

What is the difference between next() and iterate() when working with gremlin? Why does next() return the added vertex when calling g.addV(), but iterate() does not? When should I use next() and wh...
Austinaustina asked 25/11, 2019 at 1:39

1

Is it possible to generate gremlin script from the bytecode? I am working on a POC in which I need to query graph Azure CosmosDB database via Gremlin API. Currently, Azure CosmosDB does not suppo...

1

Solved

I Have created a graph using gremlin console gremlin> ConfiguredGraphFactory.graphNames ==>MYGRAPH gremlin> ConfiguredGraphFactory.getConfiguration('MYGRAPH') ==>storage.backend=cql ==...
Inorganic asked 7/11, 2018 at 8:12

1

From what I've read Neo4j implements apache tinkerpop which leads me to think I can use gremlin python and rather than connect to a gremlin server I can point the python code at a neo4j server and ...
Anubis asked 16/12, 2017 at 8:23

1

Solved

Abstract I'm trying to set up a Titan/Cassandra/Gremlin-Server stack in Docker (v1.13.0). The problem I'm facing is that applications trying to connect to Gremlin-Server on the default port 8182 a...
Change asked 21/1, 2017 at 19:52

2

I want to ask you about the best way to use graph database (Neo4j) in Python. What you think, should I use "neo4j/python-embedded" (neo4j/python-embedded with JPype) or maybe "bulbflow" (bulbflow, ...
Cesta asked 31/3, 2012 at 20:38
1

© 2022 - 2024 — McMap. All rights reserved.