File-based key-value store: read by key

The scenario reads a value by key from a plain file on disk. A simple way to keep and fetch small data between runs without a database.

  • Read a value by key from a plain file
  • No database needed for a couple of values
  • Data survives scenario restarts
  • A ready building block for other scenarios