Versions:
We've created a host of code-focused tutorials that help you get started with TimescaleDB.
Most of these tutorials require a working installation of TimescaleDB.
- Introduction to TimescaleDB: The tried and true tutorial for learning TimescaleDB.
- Time-series forecasting: Use R, Apache MADlib and Python to perform data analysis and make forecasts on your data.
- Analyze cryptocurrency data: Use TimescaleDB to analyze historic cryptocurrency data. Learn how to build your own schema, ingest data, and analyze information in TimescaleDB.
- Analyze intraday stock data: One of the most common uses for time-series data is to collect intraday securities information. Learn how to collect stock data, store it in TimescaleDB, and perform the most common queries.
- Build custom TimescaleDB dashboards: Learn how to obtain metrics data from TimescaleDB and visualize it using a basic React app.
- Analyze NFL play-by-play data: Investigate more than 20 million rows of data from the 2018 NFL season that tracks the movement of all players on the field. For each play, gain insights into player performance and potential strategies to find better fantasy football draft picks.
- Getting started with Promscale: Promscale is the long‑term store for Prometheus data, designed for analytics
- Setup a Prometheus endpoint for managed TimescaleDB: Learn how to create a monitoring system to ingest and analyze Prometheus metrics from your Timescale Cloud instance.
- Monitor a Django application with Prometheus: Use how to use Prometheus to monitor your Django application.
- Creating a Grafana dashboard and panel: Basic tutorial on using Grafana to visualize data in TimescaleDB.
- Visualize Geospatial data in Grafana: Use the Grafana WorldMap visualization to view your TimescaleDB data.
- Use Grafana variables: Filter and customize your Grafana visualizations.
- Visualizing missing data with Grafana: Learn how to visualize and aggregate missing time-series data in Grafana.
- Setting up Grafana alerts: Configure Grafana to alert you in Slack, PagerDuty, and more.
- Collect metrics with Telegraf: Telegraf is an extensible plug-in for collecting and outputting data.
- Visualize data in Tableau: Tableau is a widely used business intelligence tool used to visualize data.
- Sample datasets: And if you want to explore on your own with some sample data, we have some ready-made datasets for you to explore.
- Simulate IoT sensor data: Simulate a basic IoT sensor dataset on PostgreSQL or TimescaleDB.
- psql installation:
psql
is a terminal-based front-end for PostgreSQL. Learn how to installpsql
on Mac, Ubuntu, Debian, Windows, and pick up some valuablepsql
tips and tricks along the way.
Found an issue on this page?
Report an issue!