maxpert / marmot

A distributed SQLite replicator built on top of NATS
https://maxpert.github.io/marmot/
MIT License
1.81k stars 41 forks source link

Add a simple example. Can be a Marmot admin gui later #54

Closed gedw99 closed 1 year ago

gedw99 commented 1 year ago

Use overmind to make it easy to run 3 instances to show it works and to bench it locally .

https://github.com/DarthSim/overmind

snapshot into NATS store so we don’t need S3 for demo. Less hassle and still HA. Add minio later if needed.

demo can use templ to make it easy to have a gui that updates reactively:

https://github.com/joerdav/go-htmx-examples

later this web gui approach can be used to provide a reactive web gui for managing marmot. As changes occur the web gui updates …