-
There are a number of options for finding issues via static analysis, whether via self-run tooling or via SaaS, e.g.,
## Specific tools
* [CppCheck](http://cppcheck.sourceforge.net/) — open-sour…
-
Hi!
I am trying write select-query and my perfomance is very slow when I call method toList().
How I can improve this perfomace ?
My example:
```
long start;
long end;
…
-
Following the instruction on the Graph Explorer GitHub page, I'm presented with this error when trying to connect to my TinkerPop Graph DB
![image](https://user-images.githubusercontent.com/2339793…
-
### Request Type
Bug
### Work Environment
| Question | Answer
|---------------------------|--------------------
| OS version (server) | Ubuntu Server 20.04
| TheHive versi…
-
if i submit gremlin script like:
```
g.E().hasLabel('L2_LINK').has('prop-1','prop-1-value')
```
or
```
g.E().has('L2_LINK', 'prop-1','prop-1-value')
```
janusgraph server throws NullPointerExc…
-
TinkerPop added a test which now fails with JanusGraph.
In our case we assume that if there is no property with the specified name in `has` step with `neq` predicate than the result is `true` but Ti…
-
We faced a poor performance creating and getting ValidValueDeffinitions via Digital Architecture OMAS.
Why the parallel requests were done in 22 sec, not in 5 sec as serial requests?
And what coul…
-
For discussion on internal implementation details of JanusGraph or proposing a [major new feature or subproject](https://docs.janusgraph.org/development/#development-decisions) use the [janusgraph-dev…
-
Blog post: https://www.ebayinc.com/stories/blogs/tech/bigdata-governance-hive-metastore-listener-for-apache-atlas-use-cases/
> The Kafka notification message is then sent to Atlas, and the entity i…
-
Is there any plan to support 2pc for tikv-client ?
It will open many opportunities for tikv in Java world, like a underlining storage for janusgraph.