marmot
marmot copied to clipboard
A distributed SQLite replicator built on top of NATS
Hi All, Is it possible to have the HA setup with Master and slave only for marmot? If yes, Do you have any conf file to configure it. I have...
Hello, I searched your issues for a clue. I couldn't find a reference to the working versions of sqlite. If it helps I do know since 3.38 and 3.44 at...
I am sure I am just missing something, but I cannot figure out how to user marmot as my SQLIte DB. Example code with a connection string, creating a table,...
Just kicking the tires on latest tagged release. It almost works... The embedded NATS servers are not finding each other with errors like my Makefile: ```make # https://github.com/maxpert/marmot BIN=$(PWD)/.bin export...
Thank you for creating Marmot. The built-in NATS functionality, in particular, has been a significant factor in adopting Marmot. However, it seems challenging to discern whether the settings are for...
Add first E2E automated test using ginkgo. It verifies if the basic example described in the documentation works. Plan to add more test cases if this approach is fine.
Hey @maxpert Was thinking that a HTMX based Web GUi might be a nice match for Marmot ? All golang of course.. what sort of things would be useful to...
Turns out people were noticing high CPU usage due to fsnotify flooding Marmot with `fsnotify.Chmod`. This PR introduces pprof flag to run marmot with profiling and fixes the issue.
Following are required to be done: - Integration tests on CDC watching and publishing to NATS - Integration tests of reapplying change logs from NATS - Snapshot save/restore testing -...
Hi there, I love the project you have going on here. I am facing a problem when I try run the example . Here is a screenshot of whats going...