Skip to content

A collection of examples for SpiceDB users

License

Notifications You must be signed in to change notification settings

authzed/examples

Folders and files

NameName
Last commit message
Last commit date
Sep 16, 2022
Aug 19, 2024
Dec 20, 2024
Sep 4, 2024
Jul 18, 2022
Jul 22, 2022
Mar 6, 2023
Jan 8, 2025
Dec 12, 2024
Jan 22, 2025
Sep 5, 2023
Jul 19, 2023
Dec 12, 2024
Jul 18, 2022
Jul 18, 2022
Aug 11, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022
Jul 18, 2022

Repository files navigation

Examples

Docs Discord Server Twitter

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.

Examples in this repository include:

  • Schema
  • CI/CD Workflows

Have questions? Join our Discord.

Looking to contribute? See CONTRIBUTING.md.