Fork me on GitHub
#datomic
<
2020-08-26
>
joshkh14:08:54

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

kenny23:08:44

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

3
marshall11:08:01

No, import cloud is only for dev local

marshall16:08:20

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

marshall16:08:41

there are some community blogs/etc about that approach

marshall16:08:10

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

kenny16:08:15

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

marshall16:08:27

i dont know 🙂

3