janusgraph-foundationdb icon indicating copy to clipboard operation
janusgraph-foundationdb copied to clipboard

FoundationDB storage adapter for JanusGraph

Results 20 janusgraph-foundationdb issues
Sort by recently updated
recently updated
newest added

Hi folks, I am wondering why we don't integrate the foundationdb adapter into janusgraph/janusgraph main repository. I have never involved in the design/implementation of the janusgraph-foundationdb adapter, so my view...

Hey guys. I've been trying to use Janusgraph with FDB and have so far been quite unsuccessful following the README.md. I feel there are quite a few areas that need...

We have been using this adapter with JanusGraph for quite a while and have not seen issues, until we started encountering this. We have a job that usually succeeds and...

Actually, I'm not 100% sure that this is the correct fix to do as, according to `git annotate`, these lines are 3 years old, but with JanusGraph-0.5.2 I get the...

cla: external

supporting READ_COMMITTED_NO_WRITE

cla: external

IsolationLevel READ_COMMITTED_WITH_WRITE, is there a reason for maxRuns to be hard coded to 3. Any risk if we increase it? Can we externalize maxRuns and make it adjustable?

`getMultiRange` (which is synchronized) is being called which is locking the transaction. Then, a transaction reset is being triggered, likely by the time limit being exceeded by the FDB driver,...

Background: we used earlier janusgraph+hbase and now we want to move towards foundation db on k8. So we are trying out the janusgraph-foundation db adaptor During the tests, we figured...

We should use a maven plugin for automatically checking/applying code formatting based upon the agreed upon format/style.

help wanted

Example from JanusGraph/pom.xml ```xml org.apache.maven.plugins maven-enforcer-plugin 3.0.0-M2 enforce-dependency-convergence enforce com.google.guava:guava ```

good first issue