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

Isolating global change log creation #60

Closed maxpert closed 11 months ago

maxpert commented 11 months ago

This will always create <prefix>_change_log_global table that can capture global changes and their order. This will setup Marmot for pure JSON based data capture pipeline where we can capture changes as JSON payload into global table without any schema limitations.