TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: SpiceDB – production-ready, open-source Google Zanzibar implementation

16 点作者 jzelinskie超过 3 年前

1 comment

jakemoshenko超过 3 年前
Hi HN! Jake, Joey, and Jimmy here, founders of Authzed (W21). Today we’re open sourcing our production-ready Zanzibar paper[0] implementation for the world to use. Zanzibar is a centralized relationship based authorization system that Google uses to manage permissions for most of their core cloud products (Docs, YouTube, Calendar, Maps, etc). It is an incredibly flexible, robust, and performant service, with 99.999% uptime and 20ms 99th %ile latency for permissions checks.<p>We’re the core team behind Red Hat’s (nee-CoreOS, nee-Quay) Quay[1] image registry, and while building out that product as well as a number of others at CoreOS and Red Hat, we continually ran into challenges with authorization systems that were either inflexible, slow, or wouldn’t scale. We have actually had to cancel features in the past due the limitations in the permissions system.<p>That’s why we set out to build Authzed.com[2], a hosted, managed permissions platform to put an end to this madness! SpiceDB, the fundamental permissions database and access computation platform, is the central component of that platform. Today, we’re making it available under the permissive Apache 2 license for you to integrate with your own projects! We’re already using SpiceDB to power Authzed.com, but are still looking for feedback about our APIs and service.<p>As of today, the software already has: Expressive APIs[3] for checking permissions, listing access[4], and powering devtools An architecture faithful to Google&#x27;s Zanzibar paper[5], including resistance to the New Enemy Problem[6] An intuitive and expressive schema language[7] complete with a playground[8] dev environment A powerful graph engine that supports distributed, parallel evaluation Pluggable storage that supports in-memory, PostgreSQL, and CockroachDB Deep observability with Prometheus metrics, structured logging, and distributed tracing<p>We will be hanging out in the comments section today, so please leave your feedback, criticisms, or just say hi!<p>[0]: <a href="https:&#x2F;&#x2F;research.google&#x2F;pubs&#x2F;pub48190&#x2F;" rel="nofollow">https:&#x2F;&#x2F;research.google&#x2F;pubs&#x2F;pub48190&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;www.projectquay.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.projectquay.io&#x2F;</a><p>[2]: <a href="https:&#x2F;&#x2F;authzed.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;authzed.com&#x2F;</a><p>[3]: <a href="https:&#x2F;&#x2F;buf.build&#x2F;authzed&#x2F;api" rel="nofollow">https:&#x2F;&#x2F;buf.build&#x2F;authzed&#x2F;api</a><p>[4]: <a href="https:&#x2F;&#x2F;docs.authzed.com&#x2F;concepts&#x2F;authz#what-is-acl-filtering" rel="nofollow">https:&#x2F;&#x2F;docs.authzed.com&#x2F;concepts&#x2F;authz#what-is-acl-filterin...</a><p>[5]: <a href="https:&#x2F;&#x2F;authzed.com&#x2F;blog&#x2F;what-is-zanzibar&#x2F;" rel="nofollow">https:&#x2F;&#x2F;authzed.com&#x2F;blog&#x2F;what-is-zanzibar&#x2F;</a><p>[6]: <a href="https:&#x2F;&#x2F;authzed.com&#x2F;blog&#x2F;new-enemies&#x2F;" rel="nofollow">https:&#x2F;&#x2F;authzed.com&#x2F;blog&#x2F;new-enemies&#x2F;</a><p>[7]: <a href="https:&#x2F;&#x2F;docs.authzed.com&#x2F;guides&#x2F;schema" rel="nofollow">https:&#x2F;&#x2F;docs.authzed.com&#x2F;guides&#x2F;schema</a><p>[8]: <a href="https:&#x2F;&#x2F;play.authzed.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;play.authzed.com&#x2F;</a>
评论 #28718418 未加载