Skip to content

revamp readme #2474

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

revamp readme #2474

wants to merge 1 commit into from

Conversation

miparnisari
Copy link
Contributor

@miparnisari miparnisari commented Jun 27, 2025

Goal: someone with absolutely zero knowledge on SpiceDB or Zanzibar should be able to read this readme top to bottom and have their questions answered: what is this? and how do i try it out?

Solution:

@github-actions github-actions bot added the area/docs Affects docs or metadata (e.g. README) label Jun 27, 2025
README.md Outdated
@@ -258,6 +191,66 @@ To get an understanding of integrating an application with SpiceDB, you can foll
[Buf Registry]: https://buf.build/authzed/api/docs
[Postman]: https://www.postman.com/authzed/workspace/spicedb/overview

### Deploying to Production

The core SpiceDB service has been utilized in production by Authzed since 2021 so you can be confident that it is battle-tested.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Year check?

@miparnisari miparnisari force-pushed the readme-revamp branch 3 times, most recently from e96bd69 to db01eeb Compare June 27, 2025 23:52
@miparnisari miparnisari marked this pull request as ready for review June 27, 2025 23:53
@miparnisari miparnisari requested a review from a team as a code owner June 27, 2025 23:53
README.md Outdated
Comment on lines 207 to 293
#### Telemetry

SpiceDB collects anonymous telemetry data to help us understand how the community is using SpiceDB and to help us prioritize features. This telemetry is opt-out and can be disabled via setting `--telemetry-endpoint=""`. For more information on the telemetry we collect, see [this](./telemetry.md).
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

new section

@miparnisari miparnisari force-pushed the readme-revamp branch 3 times, most recently from 9be6ea7 to b728131 Compare July 3, 2025 18:14
@@ -192,7 +151,7 @@ Container images are available for AMD64 and ARM64 architectures on the followin
[Docker] users can run the latest SpiceDB container with the following:

```command
docker run --rm -p 50051:50051 authzed/spicedb serve --grpc-preshared-key "somerandomkeyhere"
docker run --rm -p 50051:50051 -p 8443:8443 authzed/spicedb serve --http-enabled true --grpc-preshared-key "somerandomkeyhere"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Every developer has curl installed, so it's super easy to run the code snippets below.

@miparnisari miparnisari requested a review from jzelinskie July 3, 2025 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Affects docs or metadata (e.g. README)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant