tree: 6df3ad01629955b67bb508619a68b7dc2c1b08d7 [path history] [tgz]
  1. _add_iterator_tutorial.md
  2. _add_read_item_tutorial.md
  3. _baseline_tutorial.md
  4. _callout.md
  5. _support_exports_tutorial.md
  6. _support_trees_tutorial.md
  7. _use_generic_values_tutorial.md
  8. improving-key-value-store.md
  9. README.md
docs/development/languages/fidl/examples/key_value_store/README.md

Key-value store: Baseline example

This page details how to create an example write-only key-value store — defining interface definitions and a test harness as well as client/server implementations.

Getting started

<<_baseline_tutorial.md>>

What's next?

Key-value store: Improving the design details how to add to this baseline key-value store. Specifically, this details how to complete the following:

  • Adding support for reading from the store
  • Using generic values
  • Supporting nested key-value stores
  • Adding support for iterating the store
  • Enabling exporting backups