authzed / examples

A collection of examples for SpiceDB users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A collection of examples for SpiceDB users

License:Apache License 2.0


Languages

Language:Go 88.4%Language:Shell 11.6%