Experimenting with datahike: https://github.com/csm/datahike-s3 (very early, no idea if this is workable or not)
this is pretty cool š
so about 3 years ago I was toying around with hitchhiker-tree to see if I could leverage S3 as the backing store, so I could do something datomic-like, but with a very cheap (and slow) storage system for write-mostly, read-seldomly data. Datahike made that idea more within reach, so Iām experimenting with using S3 and dynamodb as the backing store for it.
Cool project, I'll have a look.