maxpert / marmot

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

beginner here, is this project still maintained? #111

Open dragonballa opened 1 month ago

dragonballa commented 1 month ago

seems pretty inactive but considering what it does (i can't find other projects like this where any given node can become master/slave with writes)

corrosion is interesting but doesn't support joins....so its a tough ask

just wish there was more activity here but maybe its already quite mature?

trying to learn more about this comment on HN by maxpert:

"- Easy to start, yet hard to master - You can get up and running pretty quickly, but make no mistake this tool is not for rookie who doesn't understand how incremental primary keys are bad, and how to they can keep things conflict free."

can we get some more guide/tips on what not to do and what to do for beginners?

gedw99 commented 1 month ago

Corrosion does support joins, but not cascade deletes . I was wrong about it not supporting joins.

Corrosion only supports Linux / Mac. Support for me Windows is being worked on.

gedw99 commented 1 month ago

https://github.com/ncruces/go-sqlite3/discussions/88 might be useful for you too.