-
### Bug Type (问题类型)
logic (逻辑设计问题)
### Before submit
- [X] 我已经确认现有的 [Issues](https://github.com/apache/hugegraph/issues) 与 [FAQ](https://hugegraph.apache.org/docs/guides/faq/) 中没有相同 / 重复问题 (I…
-
Hi there, I am Alain from Uber, Inc. and my team is standing up a knowledge graph based on Titan. Your team seems to be running one of the most updated Titan forks and we would love to hear about your…
-
As title desc, ConfiguredGraphFactory.getGraphNames() call in GremlinExecutorGraphBinder of JanusGraphManager cannot get latest graphNames that created by console like this:
> map = new HashMap();…
-
Hi, My Elasticsearch has 3170000 documents. And I want to mapping this document to edge.My Elasticsearch documents like this:
` {
"_index" : "company",
"_type" : "data",
"_…
-
Hi,
Just a question, I wondered if using Gremlin (https://github.com/tinkerpop/gremlin/wiki) instead of Cypher would change anything to this use case - in terms of clarity / ease of use of the query, …
-
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…
-
I'm looking into different kinds of OGM for graphs, and your project popped up. Are you still working on this, or is this project abandoned?
-
I am receiving some unexpected results updating a property on a vertex, and wanted to make sure it was not user error.
Here is the output of my python shell
```
>>> import goblin
>>> import asyn…
-
I installed with the command mvn clean package -Dlicense.skip=true as #41 gsingh93 said
although build success, there had some errors:
[ERROR] Error fetching link: http://components.neo4j.org/neo4…
mdchr updated
6 years ago
-
Hi,
I was playing around with Gremlin.Net (part of Apache TinkerPop) and I found out that it wasn't possible to you the fluent GraphTraversal API ... It seems that the Gremlin implementation of Az…