https://github.com/timescale/docs
Timescale product documentation ๐
https://github.com/timescale/docs
Last synced: 8 months ago
JSON representation
Timescale product documentation ๐
- Host: GitHub
- URL: https://github.com/timescale/docs
- Owner: timescale
- Created: 2020-09-08T18:03:35.000Z (over 5 years ago)
- Default Branch: latest
- Last Pushed: 2025-05-06T15:57:30.000Z (8 months ago)
- Last Synced: 2025-05-07T04:58:38.259Z (8 months ago)
- Language: JavaScript
- Homepage: https://docs.timescale.com/
- Size: 9.97 MB
- Stars: 60
- Watchers: 17
- Forks: 117
- Open Issues: 187
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
![Timescale logo]()
Timescale Cloud is the modern PostgreSQL data platform for all your applications. It enhances PostgreSQL to handle time series, events, real-time analytics, and vector searchโall in a single database alongside transactional workloads.
[](https://docs.timescale.com/)
[](https://timescaledb.slack.com/archives/C4GT3N90X)
[](https://console.cloud.timescale.com/signup)
This repository contains the current source for Timescale documentation available at https://docs.timescale.com/.
We welcome contributions! You can contribute to Timescale 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 Timescale 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 attach 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 Timescale
Timescale is PostgreSQL made powerful. To learn more about the company and its products, visit [timescale.com](https://www.timescale.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/