-
Notifications
You must be signed in to change notification settings - Fork 337
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
base: main
Are you sure you want to change the base?
revamp readme #2474
Conversation
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Year check?
e96bd69
to
db01eeb
Compare
README.md
Outdated
#### 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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new section
9be6ea7
to
b728131
Compare
@@ -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" |
There was a problem hiding this comment.
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.
b728131
to
16f0764
Compare
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: