Skip to content

Storing Data

The Exot Inspector facilitates the collection of time-series data, which can be queried and visualized within the application. While the default package includes an in-memory data store suitable for local debugging and tracing purposes, for persistent storage, users have the option to select from several database-backed stores.

Custom Store

Users also have the flexibility to create a custom data store tailored to their specific requirements. Modern databases typically offer robust mechanisms to implement such a store seamlessly.

For reference and guidance on implementing custom stores, you can explore the implementations of the memory store or Redis store provided by Exot.