https://github.com/authzed/examples
A collection of examples for SpiceDB users
https://github.com/authzed/examples
authorization authzed docker-compose documentation example fine-grained-access-control fine-grained-authorization kubernetes security security-tools spicedb spicedb-client zanzibar
Last synced: about 1 month ago
JSON representation
A collection of examples for SpiceDB users
- Host: GitHub
- URL: https://github.com/authzed/examples
- Owner: authzed
- License: apache-2.0
- Created: 2022-07-18T15:22:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T21:32:39.000Z (4 months ago)
- Last Synced: 2025-04-20T10:04:58.174Z (about 2 months ago)
- Topics: authorization, authzed, docker-compose, documentation, example, fine-grained-access-control, fine-grained-authorization, kubernetes, security, security-tools, spicedb, spicedb-client, zanzibar
- Language: Jupyter Notebook
- Homepage:
- Size: 214 KB
- Stars: 47
- Watchers: 5
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- awesome-spicedb - authzed/examples - Official examples repository (Examples / Third-party Tools)
README
# Examples
[](https://docs.authzed.com)
[](https://discord.gg/jTysUaxXzM)
[](https://twitter.com/authzed)This repository houses various examples for various aspects of SpiceDB.
[SpiceDB] is an open source database system for managing security-critical application permissions inspired by Google's [Zanzibar] paper.
Developers create a schema that models their permissions requirements and use a [client library] to apply the schema to the database, insert data into the database, and query the data to efficiently check permissions in their applications.
[SpiceDB]: https://github.com/authzed/spicedb
[Zanzibar]: https://authzed.com/blog/what-is-zanzibar/
[client library]: https://github.com/orgs/authzed/repositories?q=client+libraryExamples in this repository include:
- Schema
- CI/CD WorkflowsHave questions? Join our [Discord].
Looking to contribute? See [CONTRIBUTING.md].
[Discord]: https://authzed.com/discord
[CONTRIBUTING.md]: https://github.com/authzed/spicedb/blob/main/CONTRIBUTING.md