-
First of all, thank you so much for putting `gremlin-scala` library and the examples together. I am following the neo4j-bolt examples and all CRUD operations work perfect. I have one problem though, I…
-
## CVE-2020-9488 - Low Severity Vulnerability
Vulnerable Libraries - log4j-1.2.9.jar, log4j-1.2.17.jar
log4j-1.2.9.jar
Path to vulnerable library: /sdk/resourcemanager/azure-resourcemanager-sampl…
-
**Reference**
#124
[]QueryObj를 처리하기 위한 server와 client의 architecture에 관한 이슈
[]QueryObj는 client에서 fetch를 하기 전까지 쌓이는 QueryObj들의 list.
server와 client가 통신 함에 있어 두 가지 방식이 가능할 것으로 예상.
1. fetch 전까지 …
-
As discussed in this [topic](https://groups.google.com/forum/#!topic/gremlin-users/Kz2bOeAeqh4), Titan raises a warning when a `g.V().hasId(123)` that has a direct impact on the blvp performance:
`WA…
-
Hi @davebshow,
So Janusgraph works with Goblin, right?
There's an option to use AWS DynamoDB as the backend storage for Janusgraph. We were looking at that as an option for a managed cloud solut…
-
#### Is your feature request related to a problem? Please describe.
We are considering using an upstream project datahub. Our team is an AWS shop, and would like to take advantage of AWS hosted sol…
-
Hi
I am new to gremlin and this jupyter plugin looked ideal as a platform for learn about it. However, when I try to run the example notebook I get the following error:
The [eval] message contai…
-
Hi @joshsh,
I am just entering the world of the `Gremlin`.
Is it possible to use GraphSail on top of Cosmos DB to serialize RDF and execute SPARQL queries?
Thank you for your help,
Charbel
-
In the `__init_statics()` method of GremlinUtils in neptune_python_utils/gremlin_utils.py, the code:
https://github.com/awslabs/amazon-neptune-tools/blob/a1d67b1f1f7cfefa4e3c01fd4ad0566da5c3ac1d/nept…
-
With an embedded graph DB, if we attempt code like:
```
graph.V.promise(_.toList)
>> java.lang.IllegalStateException: Only traversals created using withRemote() can be used in an async way
```
I'…