Fork me on GitHub
#datomic
<
2021-12-19
>
Ivan Fedorov13:12:54

How would one copy a whole Datomic Cloud DB to another while removing personal data in the process? I’m looking toward Log API, so I would just upload the whole log from A to B https://docs.datomic.com/cloud/time/log.html I have a cloud instance with personal data, and I want to move it to another, but in the process I want to replace all personal data with UUIDs.

kenny16:12:43

Yep - log api is the only user facing method. Here’s a POC of an approach you could take. https://github.com/fulcrologic/datomic-cloud-backup