https://github.com/timescale/documentation
Source for the TigerData documentation.
https://github.com/timescale/documentation
Last synced: 3 months ago
JSON representation
Source for the TigerData documentation.
- Host: GitHub
- URL: https://github.com/timescale/documentation
- Owner: timescale
- License: apache-2.0
- Created: 2025-08-27T12:03:47.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-23T22:16:16.000Z (4 months ago)
- Last Synced: 2025-09-24T00:14:16.122Z (4 months ago)
- Language: MDX
- Size: 1.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Tiger Cloud is the modern Postgres data platform for all your applications. It enhances Postgres to handle time series, events, real-time analytics, and vector search—all in a single database alongside transactional workloads.
[](https://docs.tigerdata.com/)
[](https://timescaledb.slack.com/archives/C4GT3N90X)
[](https://console.cloud.timescale.com/signup)
This repository contains the current source for TigerData documentation available at https://docs.tigerdata.com/.
We welcome contributions! You can contribute to TigerData documentation in the following ways:
- [Create an issue][docs-issues] in this repository and describe the proposed change. Our doc team takes care of it.
- Update the docs yourself and have your change reviewed and published by our doc team.
## Contribute to the TigerData docs
To make the contribution yourself:
1. Get the documentation source:
- No write access? [Fork this repository][github-fork].
- Already have a write access? [Clone this repository][github-clone].
2. Create a branch from `latest`, make your changes, and raise a pull request back to `latest`.
3. Sign a Contributor License Agreement (CLA).
You have to sign the CLA only the first time you raise a PR. This helps to ensure that the community is free to use your contributions.
4. Review your changes.
The documentation site is generated in a separate private repository using [Gatsby][gatsby]. Once you raise a PR for any branch, GitHub **automatically** generates a preview for your changes and attaches the link in the comments. Any new commits are visible at the same URL. If you don't see the latest changes, try an incognito browser window. Automated builds are not available for PRs from forked repositories.
See the [Contributing guide](CONTRIBUTING.md) for style and language guidance.
## Learn about TigerData
TigerData is Postgres made powerful. To learn more about the company and its products, visit [tigerdata.com](https://www.tigerdata.com).
[docs-issues]: https://github.com/timescale/docs/issues
[github-fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo
[github-clone]: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository
[gatsby]: https://www.gatsbyjs.com/