-
my first exposure to graph databases
pls allow me to ask a newbie question
https://github.com/apache/tinkerpop/blob/master/gremlin-go/README.md and https://github.com/schwartzmx/gremtune
wh…
-
### Bug Type (问题类型)
other exception / error (其他异常报错)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq…
-
### this is my hadoop-load.properties config file:
gremlin.graph=org.apache.tinkerpop.gremlin.hadoop.structure.HadoopGraph
gremlin.hadoop.graphInputFormat=org.apache.tinkerpop.gremlin.hadoop.struc…
-
Hi @RedisLabsModules team, do you have any plans for implementing Gremlin as a query language? I think there is a huge demand for this in the graph community, and it opens up the possibility for us (@…
-
Tinkerpop Documentation says a property may have more than one value (http://tinkerpop.apache.org/docs/current/reference/#vertex-properties).
Just as an example: this works on gremlin console:
g…
-
In relation to the [gitter conversation](https://gitter.im/mpollmeier/gremlin-scala?at=5816fc4b8ed1c0ff5c483e18), it appears creating an index on `T.label` causes vertices to "disappear" from traversa…
-
verify and confirm the CFG generation step towards GROUM generation
-
I was thinking of using Gremlin without resorting to the deprecated `GraphDatabaseAPI`.
I need to instantiate a `org.neo4j.tinkerpop.api.Neo4jGraphAPI` given a GraphDatabaseService but I can't seem …
-
g.V(491552912).repeat(__.out("job")).emit().has("staff", Text.textContains('chrism"))
.sideEffect(Lambda.consumer("it") );
is having exception returned as:
org.apache.tinkerpop.gremlin.driver.…
-
It took me a long time to realize to do this:
```
@gen.coroutine
def submit(gremlinServerURI, traversalString):
response = yield submit(gremlinServerURI, traversalString)
while True:
…
okram updated
8 years ago