RethinkDB
To setup RethinkDB state store, create a component of type . See to create and apply a state store configuration.
Warning
If the optional archive
metadata is set to true
, on each state change, the RethinkDB state store will also log state changes with timestamp in the daprstate_archive
table. This allows for time series analyses of the state managed by Dapr.
To connect to the admin UI:
- Basic schema for a Dapr component
- Read for instructions on configuring state store components.