{"id":41107371,"url":"https://github.com/bedag/hellodata-be-workspace-starter","last_synced_at":"2026-01-22T15:25:23.266Z","repository":{"id":220362095,"uuid":"750780167","full_name":"bedag/hellodata-be-workspace-starter","owner":"bedag","description":"This is a the starter workspace for HelloDATA BE.","archived":false,"fork":false,"pushed_at":"2024-06-19T15:14:13.000Z","size":270,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-06-20T02:33:55.965Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://kanton-bern.github.io/hellodata-be/concepts/workspaces/","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/bedag.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-01-31T09:59:03.000Z","updated_at":"2024-06-06T11:02:18.000Z","dependencies_parsed_at":"2024-06-06T12:26:16.818Z","dependency_job_id":"3f4acaf5-87ea-43fe-bc39-017947220149","html_url":"https://github.com/bedag/hellodata-be-workspace-starter","commit_stats":null,"previous_names":["bedag/hellodata-be-workspace-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bedag/hellodata-be-workspace-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedag%2Fhellodata-be-workspace-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedag%2Fhellodata-be-workspace-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedag%2Fhellodata-be-workspace-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedag%2Fhellodata-be-workspace-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bedag","download_url":"https://codeload.github.com/bedag/hellodata-be-workspace-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bedag%2Fhellodata-be-workspace-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28665210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-22T15:25:22.573Z","updated_at":"2026-01-22T15:25:23.258Z","avatar_url":"https://github.com/bedag.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Workspace `Boiler Plate`\n\nThis is a the boiler-plate workspace that you can clone and add your requirements. This should help you to understand how to set up a project within HelloDATA.\n\nGoal: that you can test and create your DAGs, dbt, and whatever you need within this git-repo and deploy anywhere with regular HelloDATA deployment.\n\nWe use a [Airflow DAGs](/src/dags/) that will be copied with an initContainer into central Airflow orchestrator within Business Domain.\n\nFind the detailed documentation on [Workspaces Documentation](https://kanton-bern.github.io/hellodata-be/concepts/workspaces/).\n\n## Deployment\n\n- the dags you are running on HelloDATA are in [/src/dags/](/src/dags/) folder. Check [boiler-example.py](/src/dags/boiler-example.py) for an example\n- add your deployments needs and requirements into [hd_env.py](deployment/local/airflow/dags/hd_env.py). This step will be integrated in your working HelloDATA environments.\n  - make sure to set the ENV variable (e.g. postgres local password) on `deployment/local/env`\n- you can specify all your requirements in [Dockerfile](Dockerfile)\n- build your image with `docker build -t hellodata-ws-boilerplate:local-build .` or create your own one. Be sure that your HelloDATA instance has access to your uploaded Docker registry.\n\n## Airflow locally (testing)\n\nFor testing your Airflow locally. You can use above menitoned Astro CLI, which makes it very easy to run Airflow with one command `\tastro dev start -e ../env`. See more details on [Airflow Readme](/src/dags/airflow/README.md).\n\nRequirements:\n- Local Docker installed (either native or Docker-Desktop)\n  - **Linux/MacOS**: add `127.0.0.1 host.docker.internal` to the `/etc/hosts` file.\n  - **Windows**: Enable in Docker Desktop under `Settings -\u003e General -\u003e Use WSL 2 based engine` the settings: `Add the *.docker.internal names to the host's etc/hosts file (Requires password)`\n    - Make sure Docker-Desktop entered it correctly in `C:\\Windows\\System32\\drivers\\etc\\hosts`. There were some [cases](https://github.com/kanton-bern/hellodata-be/issues/21#issuecomment-1913578206) where it added wrongly. It should look something like:\n```sh\n# Added by Docker Desktop\n\u003cYOUR-IP-HERE\u003e host.docker.internal\n\u003cYOUR-IP-HERE\u003e gateway.docker.internal\n# To allow the same kube context to work on the host and the container:\n127.0.0.1 kubernetes.docker.internal\n# End of section\n```\n  - make sure Kubernetes is enabled\n- copy you local kube-file to astro: `cp ~/.kube/config src/dags/airflow/include/.kube/`\n  - **Windows**: The file is under `%USERPROFILE%\\.kube\\config` (C:\\Users\\[YourIdHere]\\.kube)\n- install `KubernetesPodOperator` locally with pip (not with astro) install `pip install apache-airflow-providers-cncf-kubernetes`.\n- if you store data from one task to the next, you need a volume-mount (see `pvc.yaml`) and configure `volumes` and `volume_mounts` in Airflow (see example)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedag%2Fhellodata-be-workspace-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbedag%2Fhellodata-be-workspace-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbedag%2Fhellodata-be-workspace-starter/lists"}