-
Hi! I created a JanusGraph Server using IBM Compose and tried to run your example on it.
Connection with my remote JanusGraph server is established, but any method that works with data in my graph …
-
Hi, I've tried to build this repo on the `V2` branch but run into a few issues:
* [x] the Makefile refers to two directories that do not exist (`SHELL` should be `SHELLS`; `IMAGE` should be `image`…
-
I'm trying to [delete graph component](https://github.com/JanusGraph/janusgraph-docker#delete-a-component) in gremlin-server.yml. The command from the example does not change anything:
```
docker ru…
-
See https://github.com/JanusGraph/janusgraph/runs/2374067404#step:6:123
> Error: testGeoshapeGetValues Time elapsed: 7.058 s
-
Currently we don't run all TinkerPop tests against all storage backends because it takes very long time to execute all those tests. We should make a scheduled job to run all those tests.
Comment: htt…
-
Hi!
I want get some entities by classification.
When I call API open-metadata/repository-services/users//entities/by-classification/ - it is work, but very slow - 10-30 seconds.
I am try make…
-
**Describe the feature:**
[Please add a description for your feature.]
**Describe a specific use case for the feature:**
[If possible add a description of the specific use case.]
The same …
-
**Your issue may already be reported! Please search before creating a new one.**
## Expected Behavior
examples run successfully
## Current Behavior
raise a exeception:
org.apache.tinkerpop.gr…
-
## Feature Request
**Is your feature request related to a problem? Please describe:**
I'm currently moving a posgres database to tidb. I have some directed acyclic graph data. One table with nodes…
-
I may be overlooking something but I'd like to suggest this anyway.
To iterate over a set of vertices (or edges), I can write the following:
```csharp
var t = g.V().HasLabel("FooBar");
while(t.M…