-
The `gremlin-server.sh` script distributed with JanusGraph [contains this line](https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-dist/src/assembly/static/bin/gremlin-server.sh#L57):
``…
-
I wanted to load GraphML file with given vertex IDs (the set IDs are in the valid JanusGraph format). A node element in this GraphML file looks like this.
```xml
bar
```
I always get a…
XComp updated
6 years ago
-
### Expected behavior 期望表现
在server中新加一个图的情况下,不用重启server
### Actual behavior 实际表现
{type something here...}
### Steps to reproduce the problem 复现步骤
1. {step 1}
2. {step 2}
3. {step 3}
…
-
JanusGraph supports arrays of primitive types for property types:
```groovy
mgmt.makePropertyKey('vec').dataType(float[]).cardinality(Cardinality.SINGLE).make()
```
Unfortunately, this feature c…
-
Hi,
Having checked https://docs.microsoft.com/en-us/azure/cosmos-db/gremlin-support.
Although the individual statement appear to be supported, their combination within the pipeline seem not to b…
ghost updated
7 years ago
-
hi,
I've got a case class that has a scala Map. When I persist it in tinkergraph it works fine. When I persist in Titan, I get an error `java.lang.IllegalArgumentException: Property value [Map(blah …
-
Hi I am trying to make OrientDB to work again with spring-data integration (https://github.com/zifnab87/spring-data-gremlin/tree/TP3-before-merge) using Tinkerpop 3.2+. This is an old project that I f…
-
in optimization strategies. It seems weird that filter steps can be pulled over labeled identity steps since that seems to invalidate the labeling semantics.
Started a discussion on dev@tinkerpop - fo…
-
Hi,
do you have any example how to open specific graph ?
-
### Problem Type (问题类型)
configs (配置项 / 文档相关)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.ht…