SpiceDB Operator | authzed
# spicedb
t
Hey SpiceDBers, quick question, following the instructions here to deploy SpiceDB in kubernetes (https://authzed.com/docs/spicedb/operator) May I ask how are the relationships/schemas stored? I am assuming SpiceDB that got deployed is a "DB" itself that stores the relationshops/schemas
v
SpiceDB uses a backing database to store its state of the world, e.g. PostgreSQL, MySQL, CockroachDB or Spanner
that example uses the
memory
datastore, which is for testing purposes and not persistent
(so the next time SpiceDB restarts will loose all its state)
t
Thank you for the quick response!
2 Views