{"id":31814438,"url":"https://github.com/timescale/documentation","last_synced_at":"2025-10-11T08:49:31.992Z","repository":{"id":313020528,"uuid":"1045581906","full_name":"timescale/documentation","owner":"timescale","description":"Source for the TigerData documentation. ","archived":false,"fork":false,"pushed_at":"2025-09-23T22:16:16.000Z","size":1153,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-24T00:14:16.122Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MDX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timescale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-27T12:03:47.000Z","updated_at":"2025-09-23T22:16:20.000Z","dependencies_parsed_at":"2025-09-24T00:18:30.722Z","dependency_job_id":null,"html_url":"https://github.com/timescale/documentation","commit_stats":null,"previous_names":["timescale/documentation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timescale/documentation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fdocumentation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fdocumentation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fdocumentation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fdocumentation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timescale","download_url":"https://codeload.github.com/timescale/documentation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fdocumentation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006642,"owners_count":26084150,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-11T08:49:29.776Z","updated_at":"2025-10-11T08:49:31.984Z","avatar_url":"https://github.com/timescale.png","language":"MDX","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://assets.timescale.com/docs/images/tigerdata-gradient-white.svg\" /\u003e\n        \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://assets.timescale.com/docs/images/tigerdata-gradient-black.svg\" /\u003e\n        \u003cimg alt=\"TigerData logo\" src=\"https://assets.timescale.com/docs/images/tigerdata-gradient-black.svg\" /\u003e \n    \u003c/picture\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ch3\u003eTiger 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.\u003c/h3\u003e\n\n[![Docs](https://img.shields.io/badge/Read_the_TigerData_docs-black?style=for-the-badge\u0026logo=readthedocs\u0026logoColor=white)](https://docs.tigerdata.com/)\n[![SLACK](https://img.shields.io/badge/Ask_the_TigerData_community-black?style=for-the-badge\u0026logo=slack\u0026logoColor=white)](https://timescaledb.slack.com/archives/C4GT3N90X)\n[![Try Tiger Cloud for free](https://img.shields.io/badge/Try_Tiger_Cloud_for_free-black?style=for-the-badge\u0026logo=timescale\u0026logoColor=white)](https://console.cloud.timescale.com/signup)\n\n\nThis repository contains the current source for TigerData documentation available at https://docs.tigerdata.com/.\n\nWe welcome contributions! You can contribute to TigerData documentation in the following ways:\n\n- [Create an issue][docs-issues] in this repository and describe the proposed change. Our doc team takes care of it.\n- Update the docs yourself and have your change reviewed and published by our doc team.\n\n## Contribute to the TigerData docs\n\nTo make the contribution yourself:\n\n1. Get the documentation source:\n\n    - No write access? [Fork this repository][github-fork].\n    - Already have a write access? [Clone this repository][github-clone].\n\n2. Create a branch from `latest`, make your changes, and raise a pull request back to `latest`.\n\n3. Sign a Contributor License Agreement (CLA).\n\n   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.\n\n4. Review your changes.\n\n   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.\n\nSee the [Contributing guide](CONTRIBUTING.md) for style and language guidance.\n\n## Learn about TigerData\n\nTigerData is Postgres made powerful. To learn more about the company and its products, visit [tigerdata.com](https://www.tigerdata.com).\n\n[docs-issues]: https://github.com/timescale/docs/issues\n[github-fork]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/fork-a-repo\n[github-clone]: https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository\n[gatsby]: https://www.gatsbyjs.com/\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fdocumentation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimescale%2Fdocumentation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fdocumentation/lists"}