Skip to content
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

docs: Add hosted services to privacy / data guide #1475

Merged
merged 2 commits into from Mar 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
32 changes: 28 additions & 4 deletions docs/guides/privacy.md
Expand Up @@ -9,17 +9,17 @@ place.

## Our Privacy Pledge

The `sqlc` program does not collect any information. It does not send crash
reports to a third-party. It does not gather anonymous aggregate user behaviour
analytics.
The `sqlc` command line tool does not collect any information. It
does not send crash reports to a third-party. It does not gather anonymous
aggregate user behaviour analytics.

No analytics.
No finger-printing.
No tracking.

Not now and not in the future.

## Distribution Channels
### Distribution Channels

We distribute sqlc using popular package managers such as
[Homebrew](https://brew.sh/) and [Snapcraft](https://snapcraft.io/). These
Expand All @@ -28,3 +28,27 @@ metrics.

We use these services to make it easy to for users to install sqlc. There will
always be an option to download sqlc from a stable URL.

## Hosted Services

We provide a few hosted services in addition to the sqlc command line tool.

### sqlc.dev

* Hosted on [GitHub Pages](https://pages.github.com/)
* Analytics with [Plausible](https://plausible.io/privacy-focused-web-analytics)

### docs.sqlc.dev

* Hosted on [Read the Docs](https://readthedocs.org/)

### play.sqlc.dev

* Hosted on [Heroku](https://heroku.com)
* Playground data stored in [Google Cloud Storage](https://cloud.google.com/storage)
* Automatically deleted after 30 days

### api.sqlc.dev

* Hosted on [Heroku](https://heroku.com)
* Error tracking and tracing with [Sentry](https://sentry.io)
8 changes: 4 additions & 4 deletions docs/requirements.txt
Expand Up @@ -15,12 +15,12 @@ pytz==2021.1
recommonmark==0.7.1
requests==2.25.1
snowballstemmer==2.1.0
Sphinx==3.4.3
sphinx-rtd-theme==0.5.1
Sphinx==4.4.0
sphinx-rtd-theme==1.0.0
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
urllib3==1.26.5