historian v0.11.0-beta.2 Historian.Archive View Source
A process responsible for managing the user's archive.
Details
The archive's database is an ets
table, the persistence feature uses :ets.tab2file/2
to write the table to disk,
enabling the archive's visibility across applications.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.