Armada KVArmada KV
/vmain

User Guide

Throughout this documentation, we are using gRPCurl to interact with Armada's gRPC API.

To follow this user guide, it is enough to spin up a single Armada leader cluster with one instance locally as described in Quickstart.

See API documentation for the complete user-facing gRPC API reference.

Topics

  • Retrieving Records — single-key lookup, prefix search, range scans, and the streaming IterateRange API
  • Updating Records — inserting and updating key-value pairs
  • Deleting Records — deleting single keys, prefix ranges, and bulk deletes
  • Transactions — atomic if/then/else operations with compare predicates