datomic

Ask questions on the official Q&A site at https://ask.datomic.com!
joshkh 2020-08-26T14:21:54.064Z

can i sync a metaschema per database in Datomic Analytics? (edit) in other words, have two different metaschemas in parallel - one for a dev db, and another for a prod db

kenny 2020-08-26T23:09:44.064800Z

Does dev-local import-cloud allow the :dest to be a different cloud system?

➕ 1
marshall 2020-08-27T11:37:01.079200Z

No, import cloud is only for dev local

kenny 2020-08-27T15:26:14.089700Z

Is there a different way to copy data from one Datomic system to another? The use case being to copy production data into a non-prod system for deep analysis, transformation, and testing.

marshall 2020-08-27T16:11:20.090100Z

You could write a program to read the log and transact the data into another system

marshall 2020-08-27T16:11:41.090300Z

there are some community blogs/etc about that approach

marshall 2020-08-27T16:12:10.090500Z

it requires some work because you have to maintain a mapping of entity IDs, as there will new EIDs in the new database

kenny 2020-08-27T16:14:15.090700Z

Right. Curious, is there a technical reason import-cloud couldn't connect to a separate Datomic system?

marshall 2020-08-27T16:19:27.090900Z

i dont know 🙂

1