https://github.com/timescale/examples
Collection of example applications and tools to help you get familiar with TimescaleDB
https://github.com/timescale/examples
Last synced: 8 months ago
JSON representation
Collection of example applications and tools to help you get familiar with TimescaleDB
- Host: GitHub
- URL: https://github.com/timescale/examples
- Owner: timescale
- License: apache-2.0
- Created: 2019-06-19T14:24:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T06:54:29.000Z (almost 3 years ago)
- Last Synced: 2025-05-07T04:58:41.097Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.13 MB
- Stars: 120
- Watchers: 18
- Forks: 47
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example Applications
Collection of example applications to help you get familiar with TimescaleDB.
| Example | Type | Description |
|---|---|---|
| [Hello Timescale](hello-timescale)| Geospatial | Analyze taxi cab data in New York City. |
| [Raspberry Pi Light Sensor](pi-light)| Edge | Record light changes using a photoregister & Raspberry Pi. |
| [MTA](mta) | Geospatial | Store & visualize bus activity in New York City. |
| [Clients](clients) | Client Libraries | Sample code for connecting to TimescaleDB. |
| [Air Quality](air-quality) | IoT | Sample code for collecting air quality measurements. |
| [Crypto Tutorial](https://github.com/timescale/examples/tree/master/crypto_tutorial) | Financial | Sample code and dataset for analyzing cryptocurrency market data|
| [Compression Preview](compression-preview) | Visualization | Preview compression data from hypertables with React and GraphQL. |
| [Analyze intraday stocks data](analyze-intraday-stocks) | Financial | Store & analyze intraday candlestick data |
### Integration Catalog
Collection of technologies you can use with TimescaleDB.
#### Ingest
- [Kafka](https://streamsets.com/blog/ingesting-data-apache-kafka-timescaledb/)
- [Telegraf](https://docs.timescale.com/latest/tutorials/telegraf-output-plugin)
- [Netdata](https://github.com/mahlonsmith/netdata-timescale-relay)
#### Visualization
- [Grafana](https://docs.timescale.com/latest/using-timescaledb/visualizing-data#grafana)
- [Seeq](https://seeq12.atlassian.net/wiki/spaces/KB/pages/376963207/SQL+Connection+Configuration#SQLConnectionConfiguration-TimescaleDB)
- [Tableau, PowerBI, Others](https://docs.timescale.com/latest/using-timescaledb/visualizing-data#other-viz-tools)
- [Hasura, GraphQL, React](https://docs.timescale.com/latest/timescaledb/tutorials/visualize-compression-status)
#### Monitoring
- [Prometheus](https://docs.timescale.com/latest/tutorials/prometheus-adapter)
- [Zabbix](https://support.zabbix.com/browse/ZBXNEXT-4868)