{"id":27933453,"url":"https://github.com/timescale/integrate-with-timescale-using-sql","last_synced_at":"2026-01-24T16:06:09.139Z","repository":{"id":240033930,"uuid":"801484485","full_name":"timescale/integrate-with-timescale-using-sql","owner":"timescale","description":"Best practice for interacting with your Timescale service using SQL","archived":false,"fork":false,"pushed_at":"2024-05-16T10:25:19.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-16T07:57:32.990Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timescale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-05-16T10:16:33.000Z","updated_at":"2024-05-16T10:25:23.000Z","dependencies_parsed_at":"2024-05-16T11:44:57.267Z","dependency_job_id":null,"html_url":"https://github.com/timescale/integrate-with-timescale-using-sql","commit_stats":null,"previous_names":["timescale/integrate-with-timescale-using-sql"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/timescale/integrate-with-timescale-using-sql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fintegrate-with-timescale-using-sql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fintegrate-with-timescale-using-sql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fintegrate-with-timescale-using-sql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fintegrate-with-timescale-using-sql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timescale","download_url":"https://codeload.github.com/timescale/integrate-with-timescale-using-sql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timescale%2Fintegrate-with-timescale-using-sql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28730896,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T10:24:43.181Z","status":"ssl_error","status_checked_at":"2026-01-24T10:24:36.112Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-05-07T04:58:50.551Z","updated_at":"2026-01-24T16:06:09.123Z","avatar_url":"https://github.com/timescale.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Integrate with Timescale using SQL\n\nTimescale is a high-performance developer focused cloud that provides PostgreSQL services enhanced with our blazing fast vector search.\n\nTimescale services focus on three main use-cases:\n* **Time-series and Analytics**: for lightning fast ingest and queries on time based workloads (like price, sensor, event, blockchain, or IoT data).\nPowered by TimescaleDB, built for production, and extended with cloud features like transparent data tiering to object storage.\n\n* **General purpose PostgreSQL**: for metadata, business information and traditional relational workloads.\nPowered by Dynamic PostgreSQL. Operate within a CPU range and only pay for what you use.\n\n* **Vector and AI**: for applications that require fast search on vector embeddings and metadata, like semantic search, image search, RAG and Agents.\nPowered by Timescale Vector and available on Time-series and Dynamic PostgreSQL services.\n\nYou use this repo to setup your Timescale service, learn how to tune your data so you get the \nbest bang for your buck, and implement use cases close to your business model. \n\nClone the repo, run the use cases, then use the code in your app!\n\n## Apps \n\nThis repo contains the following runnable apps:\n\n* **Get started**\n  * [Create your first Timescale service](https://docs.timescale.com/getting-started/latest/services/)\n* **Engineering use cases** \n  * [Improve database performance](./improve-database-performance/README.md)\n  * And another \n  * And another\n* **Business use cases**\n  * [Setup analytics for IOT devices](./setup-analyics-for-iot-devices/README.md)\n  * And another\n  * And another\n\n## Prerequisites\n\nIn order to run these use cases, you need the following in your development environment:\n\n* psql v\\\u003cwhatever\u003e\n\n\n## Run the app\n\n1. **Clone the repository**\n\n   To clone the repository to your local machine, open Terminal and navigate to the directory where you want to clone the repository. Then, use the following command:\n\n    ```sh\n    git clone bla bla \n    ```\n\n1. **Open the project**\n\n   Do something\n\n1. **Modify the project configuration**\n\n   Update the connection parameters in [config.json](./manager/config.json).\n\n  - `databasename`: Parameter explanation\n  - `serviceurl`: Parameter explanation\n  - `host`: Parameter explanation\n  - `port`: Parameter explanation\n  - `user`: Parameter explanation\n  - `password`: Parameter explanation\n\n1. **Build and run the project**\n\n   To build and run the project, ... \n\n1. **Run the samples in the app**\n\n   From the main app screen, choose and launch a sample.\n\n## Contact\n\nIf you have any questions, issues, or suggestions, please file an issue in our [GitHub Issue Tracker](https://github.com/timescale/docs/issues/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fintegrate-with-timescale-using-sql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimescale%2Fintegrate-with-timescale-using-sql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimescale%2Fintegrate-with-timescale-using-sql/lists"}