{"id":42503682,"url":"https://github.com/dataforgoodfr/batch7_beges","last_synced_at":"2026-01-28T13:36:54.701Z","repository":{"id":44862288,"uuid":"245015263","full_name":"dataforgoodfr/batch7_beges","owner":"dataforgoodfr","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-21T20:22:52.000Z","size":858,"stargazers_count":3,"open_issues_count":11,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-11-21T05:37:10.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","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/dataforgoodfr.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}},"created_at":"2020-03-04T22:15:33.000Z","updated_at":"2022-05-19T09:05:37.000Z","dependencies_parsed_at":"2022-09-17T15:42:06.261Z","dependency_job_id":null,"html_url":"https://github.com/dataforgoodfr/batch7_beges","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dataforgoodfr/batch7_beges","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch7_beges","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch7_beges/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch7_beges/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch7_beges/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dataforgoodfr","download_url":"https://codeload.github.com/dataforgoodfr/batch7_beges/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dataforgoodfr%2Fbatch7_beges/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"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-28T13:36:54.264Z","updated_at":"2026-01-28T13:36:54.693Z","avatar_url":"https://github.com/dataforgoodfr.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n\n## Requirements\n- Docker: [Installation guide](https://docs.docker.com/engine/install/)\n- Docker-compose: [Installation guide](https://docs.docker.com/compose/install/)\n- Pre-commit: [Installation guide](https://pre-commit.com/)\n- Black: Just run `pip install --user black`\n- git-lfs: https://github.com/git-lfs/git-lfs/wiki/Installation and `git lfs install` in your repository\n\nIf you want a local dev setup:\n- python 3.7\n- `virtualenv` or `virtualenvwrapper`\n\nTo setup your local env using virtualenvwrapper\n```\n    mkvirtualenv beges --python=3.7\n    pip install pre-commit black\n    pre-commit install\n    pip install -r app/src/requirements.txt\n```\n\nIf you want to go source your virtual env:\n\n    workon beges\n\n## Getting started\nCopy the `.env-template` file:\n\n    cp .env-template .env\n\nFill the variables in the created `.env` file:\n- DATA_DIR: A path on your host where data will be written\n- APP_PORT_PROD: The port you want the app to be exposed in prod setup (default is 5010)\n- APP_PORT_DEV: The port you want the app to be exposed in dev setup (default is 5011)\n- GMAP_API_KEY: API_KEY needed to geocode places\n\nBuild the docker image:\n\n    make build\n\nDownload and prepare the datasets:\n\n    make download-datasets\n    make prepare-datasets\n\nYou can start the local server:\n\n    make run-dev-server\n\nIf you kept the default `APP_PORT_DEV` variable, then you have access to the app on `localhost:5011`.\n\n## Make commands\n- `build`: will build the app image\n- `run-bash`: will run a bash in the app container\n- `run-prod-server`: will run the app using nginx / uwsgi\n- `run-dev-server`: will run the app in debug mode (file watching and automatic restarts)\n- `download-datasets`: will download all the necessary files from the drive or the www (just run the `app/src/scripts/download_datasets.sh` script)\n- `prepare-datasets`: will prepare the different datasets (just run the `app/src/scripts/prepare_datasets.sh` script)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataforgoodfr%2Fbatch7_beges","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdataforgoodfr%2Fbatch7_beges","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdataforgoodfr%2Fbatch7_beges/lists"}