Initial commit
SpiceDB is a Zanzibar-inspired authorization database.
Start SpiceDB:
docker compose up -d
Set up the schema:
brew install authzed/tap/zed
zed context set first-dev-context :50051 "secret" --insecure
zed schema write resources/sample.zed --insecure
Start a REPL and look at the code in clojure-spicedb-test.spicedb
.