Open
Description
Some features of JEE (compatible app servers) require a supported datastore. This usually involves a JDBC datastore (tied to a JNDI name). Using ArangoDB for such features seems to be problematic at present due to absence of a JDBC-compatible driver/wrapper.
Such a wrapper wouldn't need to be 100% compatible. Just support for simple inserts & reads might be sufficient (at least initially): for what i have in mind, it might even work without any support for joins (in reads), & without any support for transactional isolations levels (perhaps with just no-op stubs, etc.).
Activity
mvollmary commentedon Apr 18, 2018
Thanks for your feedback. I'll address that internally. Due to the current workload I do not believe that we will be active here in the near future.
Hubbitus commentedon Jan 28, 2020
I found some attempt of implementation http://www.hcbraun.de/Programme/ArangoDB-JDBC/arangodb-jdbc.html
But description on German and is not complete.
sshquack commentedon Mar 1, 2022
@rashtao Please consider adding this feature. This will allow IDEs like Jetbrains IntelliJ, DataGrip and Rider that depend on JDBC drivers to work. https://youtrack.jetbrains.com/issue/DBE-4933
easyping commentedon May 28, 2024
I have made the project available on github (https://github.com/easyping/ArangoDBJDBC) with more functionality.