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
https://docs.datomic.com/cloud/analytics/analytics-concepts.html#one-metaschema
Does dev-local import-cloud
allow the :dest
to be a different cloud system?
No, import cloud is only for dev local
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.
You could write a program to read the log and transact the data into another system
there are some community blogs/etc about that approach
it requires some work because you have to maintain a mapping of entity IDs, as there will new EIDs in the new database
Right. Curious, is there a technical reason import-cloud couldn't connect to a separate Datomic system?
i dont know 🙂