-
Same issue as https://github.com/thinkaurelius/titan/issues/662 occurs on Titan 1.0-hadoop1 on Windows.
Also in 1.0, gremlin-server.bat expects /conf/gremlin-server.yaml, but that file exists in conf/…
-
-
I'm just getting started with tinkerpop and orientdb. I've been trying to install this plugin using:
```
:install com.michaelpollmeier orientdb-gremlin 3.2.3.0
```
in the latest console (3.2.4) a…
-
When importing profile, I get the below error:
![image](https://github.com/user-attachments/assets/cfd6a900-fb18-4840-a7db-9e4a57e0a166)
-
I installed Joytick Gremlin on drive F: and than gave me the same problem that it start installation everytime Joytick Gremlin is ran . So i uninstalled from F: to C: and now i get Failed execute scri…
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/document-db/database-account
### (O…
-
stupid stinky gremlin
-
our system is using a graph database( not neo4j )and it's live .
Wanted to migrate it to Neo4j.
we have used gremlin for graph traversal and approximately 10000 gremlin traversal queries(read i…
-
Consider next query
```
MATCH (n:V)
WHERE n.p = '123'
RETURN count(n)"
```
And translated gremlin
```
g.V().hasLabel('V')
.has('p', eq('123'))
.is(neq(' cypher.null'))
…
-
Adding a WebUI engine for expanding parameterized or composite Gremlin queries.
For the purpose of providing finer filter/highlight/capture capabilities.