armada
Armada is a read-optimized distributed key-value store.
Synopsis
Armada can be run in two modes -- leader and follower. Write API is enabled in the leader mode and the node (or cluster of leader nodes) acts as a source of truth for the follower nodes/clusters. Write API is disabled in the follower mode and the follower node or cluster of follower nodes replicate the writes done to the leader cluster to which the follower is connected to.
Options
-h, --help help for armada
SEE ALSO
- armada backup - Backup Armada to local files.
- armada follower - Start Armada in follower mode.
- armada leader - Start Armada in leader mode.
- armada restore - Restore Armada from local files.
- armada version - Print current version.