This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-03-16
Channels
- # announcements (1)
- # babashka (26)
- # beginners (17)
- # clojure (18)
- # clojure-europe (4)
- # clojure-losangeles (1)
- # clojure-norway (42)
- # clojure-uk (3)
- # datalevin (3)
- # datomic (5)
- # fulcro (7)
- # funcool (2)
- # gratitude (1)
- # hoplon (15)
- # hyperfiddle (7)
- # lsp (5)
- # malli (12)
- # off-topic (3)
- # reitit (7)
- # releases (5)
- # remote-jobs (8)
- # shadow-cljs (21)
- # sql (9)
I'm playing around with a datomic storage proxy: a SQL JDBC Driver that is supplied to datomic transactor/peer under :sql-driver-class in a connection map. At the moment I have it working with a Datalevin backend and a Google Cloud Datastore backend. I'm pretty sure this is a bad idea, but it was interesting to see it working non-the-less ⚠️ https://github.com/xlfe/datomic-storage-proxy - this also fulfils a dream I've had since 2017 - to run Datomic on GCP with GCP Datastore "it just needs a KV backend am I right?"
👍 3
I have another idea for one: a read only backend whose data source is a datomic backup folder
1