Apache Airflow Database Backend MySQL vs PostgreSQL
Apache Airflow supports multiple database backends; PostgreSQL, MySQL and SQLite. However, SQLite is only recommended for the development purposes due to many limitations. That leaves PostgreSQL and MySQL as two options for Apache Airflow database backend for a production environment. When I started working on a framework using Apache Airflow, I chose MySQL as a […]
Apache Airflow Database Backend MySQL vs PostgreSQL Read More »