-
I'm just trying to use Ferma now (together with OrientDB), and I'm trying to find a way to sort through a result. I think there's a way using the .traverse() method, but the documentation doesn't seem…
-
Hi,
Thanks for building this nice wrapper for Scala :D. I am currently use this on a Remote JanusGraph by calling:
`val scalaGraph: ScalaGraph = EmptyGraph.instance().asScala().configure(_.withRem…
-
### Feature Description (功能描述)
通过Iterator edges = edgesOfVertex(source, dir,label, degree);得到边迭代器后,怎么访问每一条边和顶点的属性值,是字符类型吗
-
Hi,
I have neo4j-community-3.5.5, scala 2.11.8 and Idea 2018.3.4 community version and would like to set up gremlin for me to access Neo4j database in Scala
I have this library dependency in bui…
-
Configuration of Storage Provider is not clear. It seems right now Neo4J needs to be installed but if it isn't, the app throws a runtime error. That is wrong. The app should check if there is a provid…
-
Even with this change #1199, if the janusgraph documentation for starting up gremlin-server is followed as suggested [here](https://docs.janusgraph.org/latest/server.html#_janusgraph_server_as_both_a_…
-
Hi there,
Can you add an example of multiple values for a vertex ? I know you did it for TinkerPop. I'm trying to add one using java.util.List or Set but I keep getting error
-
JanusGraph supports arrays of primitive types for property types:
```groovy
mgmt.makePropertyKey('vec').dataType(float[]).cardinality(Cardinality.SINGLE).make()
```
Unfortunately, this feature c…
-
### Bug Type (问题类型)
others (please edit later)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重…
-
Export the Bolt port by default of the embedded graph so that things like Neo4j Desktop can interact with it.