# My Personal Airflow - How I'm monitoring my scripts with Python, Appsmith and SQL Server

DevFeed: [My Personal Airflow - How I'm monitoring my scripts with Python, Appsmith and SQL Server](<https://devfeed.tech/articles/my-personal-airflow-how-i-m-monitoring-my-scripts-with-python-appsmith-and-sql-server-40827.md>)

Original publisher: [Read original article](<https://mutto.fyi/posts/2022/03/personal-airflow/>)

Published: 2022-04-21T00:00:00Z

Content type: tutorial

Language: en

Sources: [Mutt0-ds Notes](<https://devfeed.tech/sources/mutt0-ds-notes.md>)

Topics: [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Python](<https://devfeed.tech/topics/python.md>), [sql-server](<https://devfeed.tech/topics/sql-server.md>), [Full-Stack](<https://devfeed.tech/topics/full-stack.md>), [airflow](<https://devfeed.tech/topics/airflow.md>), [Back end](<https://devfeed.tech/topics/backend.md>)

Tags: [backend](<https://devfeed.tech/tags/backend.md>), [dashboard](<https://devfeed.tech/tags/dashboard.md>), [database](<https://devfeed.tech/tags/database.md>), [full-stack](<https://devfeed.tech/tags/full-stack.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [python](<https://devfeed.tech/tags/python.md>), [scripts](<https://devfeed.tech/tags/scripts.md>), [sql-server](<https://devfeed.tech/tags/sql-server.md>)

## AI overview

A personal project uses Python, SQL Server, and Appsmith to monitor locally run scripts. The author describes the monitoring problem, the proposed backend, database, and frontend, and a Python logging module built around a decorator.

## Source excerpt

Here's the story of how I created my first full-stack project for monitoring my daily activities, using Python and SQL Server in backend...