Fork me on GitHub
#hyperfiddle
<
2023-12-02
>
Drew Verlee05:12:26

Whats the best way to get started with hyperfiddle being backed by datomic cloud?

Vincent06:12:06

Probably gut the XTDB demo to use datomic instead

Dustin Getz12:12:45

you will need to adapt the datomic client core async api to missionary, which we have a first pass of in a contrib namespace, which is used in the datomic browser demo. i would start there

Dustin Getz12:12:55

devops wise, regarding Datomic Ions, due to the challenges getting a websocket to the Ion app cluster, i don’t know of anyone who has attempted this with electric, there are several threads summarizing the situation and next steps

Dustin Getz12:12:30

Ions is of course optional, the other configuration should work ootb

👀 1
Drew Verlee06:12:23

Thanks Dustin.

Christian Dean19:12:08

Can electric replace reagent? Still in my first year of programming so trying to understand the electric readme. "Full reactive" sounds like it can do what reagent does

Christian Dean10:12:05

Awesome, thanks. I'll give it a go