Is there a way(through config, policies, etc) to make the peer library run in a read-only mode.
We are using datomic-pro:0.9.5561.50.
Is there a way(through config, policies, etc) to make the peer library run in a read-only mode.
We are using datomic-pro:0.9.5561.50.
The Peer library does not currently support a “read-only” mode.
There is an existing feature request for this behavior in our Suggest Features portal where you can add your interest: https://receptive.io/app/#/case/28554
is this feature still not available ?
Hi @bogdan.matei,
We do not currently have a read only api for Datomic. The feature is still in our backlog and under consideration, but not yet prioritized.
However, I would like to share that other customers have implemented their own solution by creating their own lib wrapping the peer api and only exposing read operations (query, pull etc).
Cheers,
Jaret