Client api for Java/Scala published

Hi all,

I have published a little facade library to enable calling the Datomic Clojure Client api from Java and Scala:

A complete test suite demonstrates how it can be used with both Java and Scala.

It allows Java/Scala users to use Datomic against:

  • dev-local
  • Cloud
  • Peer Server

Any suggestions/corrections etc are welcome.

Cheers,
Marc

2 Likes

Version 1.0.0 of the library is now feature-complete and published to Sonatype.

The last missing bit was support for the async peer-server api that is now implemented too.

1 Like

Thanks @marcgrue ! This is awesome. Is it OK with you if we add this to our documentation under “examples” in a new section for extending the client library?

https://docs.datomic.com/cloud/examples.html

Thanks, Jaret! Yes, please feel free to add it. I’d be happy to have a reference there!

Awesome library. Woks fine

1 Like