On my side I’m looking for a Julia wrapper to ArangoDB https://arangodb.com/.
For those who prefer to stay away from Java, it’s a very well ranked multi-model database according to DB-Engines Ranking - popularity ranking of graph DBMS (ie it’s both Document store, Graph DBMS, Key-value store, Search engine) written in C++.
There is currently 2 Python clients
- GitHub - arangodb/python-arango: The official ArangoDB Python driver.
- GitHub - ArangoDB-Community/pyArango: Python Driver for ArangoDB with built-in validation
but no Julia client Official ArangoDB drivers | ArangoDB Documentation