twilson63 / palmettoflow

MIT License
14 stars 2 forks source link

PouchDB Server as commit-log #12

Open twilson63 opened 8 years ago

twilson63 commented 8 years ago

Using PouchDB Server as a stateless commit-log with shared replication amongst instances could be an interesting implementation of palmetto flow.

The idea is that auto_compaction would be enabled and the focus of the server would be a single database acting as a commit log / queue broker.

When the server starts before it starts to listen as a server, it attempts to find a running server that is not itself and tries to replicate and get the latest changes.