This tutorial provides a quick guide to setting up a modern TIG stack, which includes Telegraf, InfluxDB 3, and Grafana, to collect, store, and visualize time series data. Utilizing a pre-configured GitHub repository, users can deploy the stack using Docker, with InfluxDB 3 options for both Core and Enterprise versions, and Grafana for data visualization on port 3000. The process involves generating an InfluxDB token, updating environment variables, and verifying data collection and table creation within InfluxDB by Telegraf. Users can then log into Grafana, configure it with InfluxDB as a data source, and create dashboards to display metrics such as CPU usage. This setup, which can be completed in 10 minutes, offers a flexible and extensible solution for real-time monitoring and is suitable for both local prototyping and industrial IoT applications. Future tutorials will explore deploying the TIG stack in a Kubernetes cluster using Helm charts for production environments.