Java compilations for arangoDB
I am relatively new to ArangoDB. Is there any library that implements java collections over ArangoDB. ie creates an Arangodb server that stores the value in the database and retrieves the values as needed. I was looking for something similar to Redisson ( https://github.com/mrniko/redisson ) which is implemented over Redis.
+3
TheWatch
source
to share
1 answer
Unfortunately, this is currently not possible. But if you want, you can change the Java ArangoDB driver (github.com/arangodb/arangodb-java-driver). Everyone can contribute to the project, and if you need help getting it going, just ask the ArangoDB team.
+1
13abylon
source
to share