-
Binding values to queries in order to prevent injections is going to be a common feature of all databases and driver clients. We should add functionality around these in `DriverInterface`
Something a…
-
Hi, the repo https://github.com/aws/amazon-neptune-gremlin-java-sigv4.git is to connect the gremlin console to a neptune from an ec2(amazon linux ) is it possible from an ec2 with ubuntu?
-
I am creating a class and index as follows:
```
create class V_Entity extends V;
create property V_Entity.entityId STRING;
create property V_Entity.entityType STRING;
create index entity_index ON…
-
On the main [JanusGraph](https://janusgraph.org/#users) web site, there is a section for **Users** (The following users have deployed JanusGraph in production). It would be great to provide a page tha…
-
Hi,
I like arangodb, but I'm in the need for a pattern match type query for a particular interface I'm designing. Cypher's query language seems like one way to get that to work, so I'm looking to i…
-
I'm trying to grant package access to a team for which I'm one of the owners:
- Package: gremlin
- My username: jorgebay
And I'm getting a 403 response from the server.
The other owner of th…
-
Hey there,
First of all I would like to thank you for making Grand available publicly.
I have tried to run Grand myself by following the instructions given in the README file but have encountered …
-
I'm trying to first gather up some information about whether the entities I want to do operations on exist and have the correct labels and such, and then save them and reuse them so as to save bandwid…
-
First of all, thank you so much for putting `gremlin-scala` library and the examples together. I am following the neo4j-bolt examples and all CRUD operations work perfect. I have one problem though, I…
-
We just experienced a weird case where we are using an `UNIQUE` index with two properties and sometimes the query returns empty but if we remove the index the query returns the value. Seems like the i…