This project uses bicycle share data from Transport for London (TfL) to perform data analysis and orchestrate data workflows using Apache Airflow. You can use this repository to set up a development environment for data analysis and workflow management.
To get started, follow these steps:
Before you begin, make sure you have the following tools installed on your system:
git clone https://github.com/a-mtt/tfl-cycle.git
cd tfl-cyclepoetry installdocker compose upThis will build and start the required Docker containers, including the Apache Airflow instance.
Once the Docker containers are up and running, you can access the Airflow UI by opening your web browser and navigating to:
http://localhost:8080You should see the Airflow UI, where you can manage and monitor your data workflows.