From 7645b29d91e0c131490db691c4d0ffca7411285f Mon Sep 17 00:00:00 2001 From: PeiyangZheng <1151701517@qq.com> Date: Sun, 29 Sep 2024 16:07:37 +0200 Subject: [PATCH] Executable tutorial Proposal (#2555) * Week 3: presentation proposal * Week 3: presentation proposal * Week 3: presentation proposal * Week-7 Executable tutorial Proposal --- .../peiyang-immig/README.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 contributions/executable-tutorial/peiyang-immig/README.md diff --git a/contributions/executable-tutorial/peiyang-immig/README.md b/contributions/executable-tutorial/peiyang-immig/README.md new file mode 100644 index 0000000000..7109b4739e --- /dev/null +++ b/contributions/executable-tutorial/peiyang-immig/README.md @@ -0,0 +1,28 @@ +# Assignment Proposal + +## Title + +Database Visualization with Sampler +## Names and KTH ID + +- Peiyang Zheng (peiyang@kth.se) +- Florian Jerome Immig (immig@kth.se) + +## Deadline + +- Task 2 + +## Category + +- Executable tutorial + +## Description + +This tutorial provides a step-by-step guide on using Sampler to visualize data from databases including MySQL, PostgreSQL and MongoDB. The tutorial covers the installation and setup of Sampler, configuration of database, and creating a YAML configuration file to visualize various metrics such as the number of records, data insertion rate, and database size. By using Sampler, users can create real-time terminal-based dashboards that offer insights into their database's performance and status. + +The tutorial will demonstrate how to configure different visual components like barcharts, runcharts, sparklines, and textboxes to provide a comprehensive view of database metrics. This executable tutorial is designed to give users practical experience in setting up and using Sampler to monitor and visualize their databases effectively. + +**Relevance** + + Sampler is a lightweight, terminal-based visualization tool that can be easily set up without the complexity of traditional monitoring systems. This tutorial will show how to leverage Sampler to create a customizable and interactive dashboard that helps users gain insights into their database's performance, making it easier to identify and troubleshoot issues. This aligns with the DevOps principles of observability and monitoring, enabling teams to maintain high levels of service quality and system reliability. +