-
The schema is pretty simple (few labels, properties, constraints and indexes).
- JanusGraph 0.4.1
- Storage Backend: Scylla 3.2.0
- 40k vertices
For me it looks like one day in the database appe…
-
### OrientDB Version: 3.2.10
### Java Version: 11
### OS: windows wsl
## Expected behavior
When I execute query
```
g.V('#234:0')
```
It returns the vertex I need.
However, when I exec…
-
Hello.
In PR #44, the upstream dependency of Gremlin.Net was updated from 3.4.0-rc2 to 3.4.0.
This release includes [TINKERPOP-3067](https://issues.apache.org/jira/browse/TINKERPOP-2067) which cha…
-
### Problem Type (问题类型)
_No response_
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.htm…
-
### Bug Type (问题类型)
gremlin (结果不合预期)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html…
-
### OrientDB Version: 3.1.6
### Java Version:11
### OS: ubuntu 20.04
## Expected behavior
start gremlin console
## Actual behavior
WARNING: An illegal reflective access operation has occ…
-
Here's a snippet of my code
```
@label("trip")
case class TripModel(tripId: Option[String] = None,
name: String,
createdDate: Date = new Date(),
…
-
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 …
-
Hi,
I'm running a batch of traversals (about 50-60) and I'm getting the error below. Unfortunately, the error is not easy to reproduce but it does occur in the same module. Secondly, if I add conso…
-
Hello Again,
I have another problem. The following code fails:
```
final String labelVertex = "VertexLabel";
OrientGraph graph = new OrientGraphFactory("memory:myGraph").getNoTx();
Vertex v1 = graph…