taoensso / carmine

Redis client + message queue for Clojure
https://www.taoensso.com/carmine
Eclipse Public License 1.0
1.15k stars 130 forks source link

Consider Datomic (esp. Cloud) integration #212

Closed eoliphan closed 5 years ago

eoliphan commented 5 years ago

Datomic Cloud's tighter integration with AWS comes at the cost of some tradeoffs. In particular, bytes type isn't supported and the string type is now limited to 4K. Approaches such as the one described here outline possible integration scenarios. Perhaps some of the Tundra stuff might be helpful.

ptaoussanis commented 5 years ago

Hi there!

I'm afraid I'd need some more details to understand what exactly you're proposing. You'd like Datomic Cloud as a possible storage target for Tundra? I'm not sure how that relates to the bytes or string type limitation (or the linked GDPR article).

Sorry, may be missing something obvious :-)

ptaoussanis commented 5 years ago

Closing for now, please feel to reopen if you'd like to follow up. Thanks!