An open API service indexing awesome lists of open source software.

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

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)