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
vroldanbet
08/18/2023, 3:00 PM
SpiceDB uses a backing database to store its state of the world, e.g. PostgreSQL, MySQL, CockroachDB or Spanner
vroldanbet
08/18/2023, 3:01 PM
that example uses the
memory
datastore, which is for testing purposes and not persistent
vroldanbet
08/18/2023, 3:01 PM
(so the next time SpiceDB restarts will loose all its state)