Skip to content

Storage

Overview

Fountain abstracts persistent storage backends under libs/stored. Each backend exposes a config-key install pattern and shares the framework lifecycle.

Available backends:

  • fedis — Redis storage (current; replaces the legacy fedis_old).
  • fongo — MongoDB.
  • fcql — Cassandra / CQL.
  • felastic — Elasticsearch.
  • fbolt — embedded BoltDB.

Backends are typically installed during an Invoker so connections are ready before servers start serving.

See also