{"id":27098418,"url":"https://github.com/ilssaf/data-platform-deployer","last_synced_at":"2026-04-29T17:03:18.762Z","repository":{"id":262810618,"uuid":"888384502","full_name":"ilssaf/data-platform-deployer","owner":"ilssaf","description":"CLI tool for automatic data platform deployment","archived":false,"fork":false,"pushed_at":"2025-06-07T10:00:49.000Z","size":1058,"stargazers_count":1,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T10:40:53.978Z","etag":null,"topics":["cdc","clickhouse","data-engineering","data-infrastructure","data-platform","devops","etl","infrastructure-as-code","kafka","kafka-connect","postgresql","s3"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/data-platfrom-deployer/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilssaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2024-11-14T10:00:45.000Z","updated_at":"2025-06-07T10:00:54.000Z","dependencies_parsed_at":"2025-02-06T11:21:18.714Z","dependency_job_id":"d9142c3c-1e69-4214-bfde-964be4f84147","html_url":"https://github.com/ilssaf/data-platform-deployer","commit_stats":null,"previous_names":["ilsaffff/dwh-end-to-end","ilsaffff/data-platform-deployer","ilssaf/data-platform-deployer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilssaf/data-platform-deployer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilssaf%2Fdata-platform-deployer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilssaf%2Fdata-platform-deployer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilssaf%2Fdata-platform-deployer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilssaf%2Fdata-platform-deployer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilssaf","download_url":"https://codeload.github.com/ilssaf/data-platform-deployer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilssaf%2Fdata-platform-deployer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32435122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cdc","clickhouse","data-engineering","data-infrastructure","data-platform","devops","etl","infrastructure-as-code","kafka","kafka-connect","postgresql","s3"],"created_at":"2025-04-06T11:36:48.162Z","updated_at":"2026-04-29T17:03:18.757Z","avatar_url":"https://github.com/ilssaf.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Platform Deployer (dpd) 🚀\n\n**Data Platform Deployer (`dpd`)** is a CLI tool for automatically generating configurations and deploying a data platform based on a declarative description.\n\n## 🔥 Features\n- 📜 **Configuration generation** for Kafka, ClickHouse, PostgreSQL, S3, and more.\n- 🚀 **Automated deployment** of the data platform.\n- 🛠 **Flexible configuration** via JSON.\n- 🏗 **Supports Docker Compose** and (future) Kubernetes.\n\n\n## 🌐 Web UI (REPL)\nTry dpd in your browser without installation:  \n👉 [**DPD Playground (Streamlit UI)**](https://trydpd.streamlit.app)\n\n\n## 🏗 Architecture\nHere's the high-level component diagram of what dpd can deploy:\n\n![Diagram](images/diagram_components.png)\n\n\n## 🚀 Installation\nInstall from **PyPI**:\n```sh\npip install data-platfrom-deployer\n```\n## 📝 Usage\nOnce installed, you can run dpd from the command line:\n```sh \ndpd --help\n```\nGenerate configuration files\n```sh \ndpd generate --config config.yaml\n```\n\nExample config:\n```yaml\nproject:\n  name: data-platform\n  version: 1.0.0\n  description: This is a test project\nsources:\n  - type: postgres\n    name: postgres_1\n  - type: postgres\n    name: postgres_2\n  - type: s3\n    name: s3_1\nstreaming:\n  kafka:\n    num_brokers: 3\n  connect:\n    name: connect-1\nstorage:\n  clickhouse:\n    name: clickhouse-1 \nbi:\n  superset:\n    name: superset-1 \n\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filssaf%2Fdata-platform-deployer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filssaf%2Fdata-platform-deployer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filssaf%2Fdata-platform-deployer/lists"}