{"id":23028576,"url":"https://github.com/leoBitto/CloudForge","last_synced_at":"2025-08-14T12:33:59.340Z","repository":{"id":266367417,"uuid":"898159012","full_name":"leoBitto/DataFoundry","owner":"leoBitto","description":"Data foundry","archived":false,"fork":false,"pushed_at":"2024-12-14T18:29:43.000Z","size":518,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-14T18:39:13.509Z","etag":null,"topics":["airflow","data","data-engineering","django","docker","docker-compose","grafana","postgresql","prometheus"],"latest_commit_sha":null,"homepage":"https://leobitto.github.io/DataFoundry/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leoBitto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T22:27:43.000Z","updated_at":"2024-12-14T18:29:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"7d1d4b5e-e46e-42c2-8206-92dd805aceb8","html_url":"https://github.com/leoBitto/DataFoundry","commit_stats":null,"previous_names":["leobitto/datafoundry"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoBitto%2FDataFoundry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoBitto%2FDataFoundry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoBitto%2FDataFoundry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoBitto%2FDataFoundry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoBitto","download_url":"https://codeload.github.com/leoBitto/DataFoundry/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229827776,"owners_count":18130394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airflow","data","data-engineering","django","docker","docker-compose","grafana","postgresql","prometheus"],"created_at":"2024-12-15T14:11:46.402Z","updated_at":"2025-08-14T12:33:59.324Z","avatar_url":"https://github.com/leoBitto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CloudForge\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/assets/img/CloudForge.png\" alt=\"CloudForge\" width=\"300\"/\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/license-GNU-blue)](LICENSE)\n![Python Version](https://img.shields.io/badge/python-3.10%2B-brightgreen)\n[![GitHub Issues](https://img.shields.io/github/issues/leoBitto/CloudForge)](https://github.com/leoBitto/CloudForge/issues)\n[![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-green)](https://github.com/leoBitto/CloudForge)\n[![CI - Tests](https://github.com/leoBitto/CloudForge/actions/workflows/CI.yml/badge.svg)](https://github.com/leoBitto/CloudForge/actions/workflows/CI.yml)\n\nWelcome to **CloudForge** 🚀, a flexible and scalable platform designed to orchestrate **data engineering workflows** for small and medium-sized enterprises (SMEs).  \n\nCloudForge seamlessly integrates tools for **data automation**, **monitoring**, and **business analytics**:  \n- **Django**: Build business-driven web applications with ease.  \n- **Streamlit**: Deliver interactive **visual insights** and data visualizations.  \n- **Airflow**: Automate and manage your data pipelines.  \n- **PostgreSQL**: Separate data storage layers (**Gold** \u0026 **Silver** \u0026 **Bronze**) for different quality of the data.   \n\nTogether, these tools provide an **end-to-end solution** for automating workflows, analyzing data, and supporting business decision-making.\n\n---\n\n## Features ✨\n\n- **Django**: Core framework for building dynamic and robust business applications.  \n- **Streamlit**: Visualize your data interactively with custom dashboards.  \n- **Airflow**: Automate workflows and orchestrate complex data pipelines.  \n- **PostgreSQL (Gold \u0026 Silver \u0026 Bronze)**: Three instances to manage raw, refined and aggregated data.   \n- **Nginx**: Proxy and route requests efficiently.  \n\n---\n\n## Getting Started 🛠️\n\nFollow these steps to get CloudForge up and running locally:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/leoBitto/CloudForge.git\n   cd CloudForge\n   ```\n\n2. **Build and run the project** using the provided script:\n   ```bash\n   source manager.sh build\n   ```\n\n3. **Access the services**:\n   - **Airflow**: [http://localhost/airflow](http://localhost/airflow)  \n     Username: `admin` | Password: `admin`\n   - **Django Admin**: [http://localhost/admin](http://localhost/admin)  \n     Username: `admin` | Password: `admin`\n   - **Streamlit**: [http://localhost/streamlit](http://localhost/streamlit)  \n\n---\n\n## Project Structure 📂\n\n```plaintext\nCloudForge/\n├── docker\n│   ├── dev\n│   │   ├── compose.airflow.yml\n│   │   ├── compose.base.yml\n│   │   ├── compose.databases.yml\n│   │   ├── compose.django.yml\n│   │   ├── compose.nginx.yml\n│   │   └── compose.streamlit.yml\n│   └── prod\n├── LICENSE\n├── manager.sh\n├── README.md\n└── src\n    ├── airflow\n    │   ├── config\n    │   │   ├── airflow.conf\n    │   │   └── airflow-db.conf\n    │   └── plugins\n    ├── django\n    │   ├── app\n    │   │   ├── authentication\n    │   │   │   ├── admin.py\n    │   │   │   ├── apps.py\n    │   │   │   ├── __init__.py\n    │   │   │   ├── models.py\n    │   │   │   ├── signals.py\n    │   │   │   ├── templates\n    │   │   │   │   └── authentication\n    │   │   │   │       ├── login.html\n    │   │   │   │       └── logout.html\n    │   │   │   ├── tests.py\n    │   │   │   ├── urls.py\n    │   │   │   └── views.py\n    │   │   ├── backoffice\n    │   │   │   ├── admin.py\n    │   │   │   ├── apps.py\n    │   │   │   ├── __init__.py\n    │   │   │   ├── models.py\n    │   │   │   ├── templates\n    │   │   │   │   └── backoffice\n    │   │   │   │       └── backoffice.html\n    │   │   │   ├── tests.py\n    │   │   │   ├── urls.py\n    │   │   │   └── views.py\n    │   │   ├── base\n    │   │   │   ├── asgi.py\n    │   │   │   ├── __init__.py\n    │   │   │   ├── settings.py\n    │   │   │   ├── urls.py\n    │   │   │   └── wsgi.py\n    │   │   ├── create_superuser.py\n    │   │   ├── manage.py\n    │   │   └── website\n    │   │       ├── admin.py\n    │   │       ├── apps.py\n    │   │       ├── __init__.py\n    │   │       ├── migrations\n    │   │       │   └── __init__.py\n    │   │       ├── models.py\n    │   │       ├── templates\n    │   │       │   └── website\n    │   │       │       └── home.html\n    │   │       ├── tests.py\n    │   │       ├── urls.py\n    │   │       └── views.py\n    │   ├── config\n    │   │   ├── databases\n    │   │   │   ├── bronze.conf\n    │   │   │   ├── gold.conf\n    │   │   │   └── silver.conf\n    │   │   └── django.conf\n    │   ├── Dockerfile\n    │   └── requirements.txt\n    ├── nginx\n    │   └── config\n    │       └── nginx.dev.conf\n    └── streamlit\n        ├── app\n        │   ├── app.py\n        │   ├── authentication.py\n        ├── config\n        │   ├── authorized_groups.yml\n        │   └── streamlit.conf\n        ├── Dockerfile\n        └── requirements.txt\n\n33 directories, 68 files\n\n```\n\n---\n\n## Contributing 🤝\n\nContributions are welcome! If you'd like to contribute to **CloudForge**, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-xyz`).\n3. Commit your changes (`git commit -m \"Add feature xyz\"`).\n4. Push to the branch (`git push origin feature-xyz`).\n5. Open a Pull Request.\n\n---\n\n## License 📜\n\nThis project is licensed under the **GNU General Public License (GPL)**. See the [LICENSE](LICENSE) file for details.\n\n---\n\n## Contact 📬\n\nFor any questions, suggestions, or feedback, feel free to open an issue on [GitHub](https://github.com/leoBitto/CloudForge/issues).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FleoBitto%2FCloudForge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FleoBitto%2FCloudForge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FleoBitto%2FCloudForge/lists"}