Concord.Engine.Local (Concord v2.3.1)

Copy Markdown View Source

Node-local Concord KV engine.

This engine reuses Concord.StateMachine command and query semantics without starting a Raft cluster. It is intentionally local to the current BEAM node: data is not replicated and does not participate in quorum writes.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts \\ [])