Welcome! Please see the About page for a little more info on how this works.

0 votes
in Client API by

I am using the peer library for on-prem Datomic. Now I want to use a library - ragtime.datomic - that uses the datomic.client.api. How can I do that?

Based on https://docs.datomic.com/client-api/datomic.client.api.html#var-client it seems the only option is to run a separate peer process, exposed at a port and set up authorization between the two. But it seems wasteful to run a separate server when I already have the peer library. Is there a simpler way?

Please log in or register to answer this question.

...