{"id":24660235,"url":"https://github.com/skarpdev/docker-datastore-ui","last_synced_at":"2026-04-19T10:35:03.091Z","repository":{"id":87047254,"uuid":"138280577","full_name":"skarpdev/docker-datastore-ui","owner":"skarpdev","description":"A simple for-devs user interface for Google Cloud Datastore","archived":false,"fork":false,"pushed_at":"2018-06-22T09:47:02.000Z","size":5,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T06:28:55.502Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/skarpdev.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":"2018-06-22T09:03:51.000Z","updated_at":"2021-01-10T18:23:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7a5701c-c3e9-487f-baf3-4578f3984559","html_url":"https://github.com/skarpdev/docker-datastore-ui","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skarpdev/docker-datastore-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarpdev%2Fdocker-datastore-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarpdev%2Fdocker-datastore-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarpdev%2Fdocker-datastore-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarpdev%2Fdocker-datastore-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skarpdev","download_url":"https://codeload.github.com/skarpdev/docker-datastore-ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skarpdev%2Fdocker-datastore-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32004041,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-01-26T03:18:51.564Z","updated_at":"2026-04-19T10:35:03.083Z","avatar_url":"https://github.com/skarpdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Datastore UI\n\nA simple docker container containing a for-devs user interface for browsing [Google Cloud Datastore](https://cloud.google.com/datastore/)\n\nThis container is simply running the NodeJS [google-cloud-gui](https://github.com/GabiAxel/google-cloud-gui/) package, though with the added feature, that it will set up a project based on environment variables, so it can be used in a `docker-compose` context and provide a smooth developer experience.\n\n## Docker-compose example\n\n```yaml\nversion: \"3\"\n\nservices:\n  datastore:\n    image: singularities/datastore-emulator\n    environment:\n      - DATASTORE_PROJECT_ID=dsui-local\n      - DATASTORE_LISTEN_ADDRESS=0.0.0.0:8081\n    ports:\n      - 8081:8081\n\n  datastore-ui:\n    image: skarpdev/google-datastore-ui:1.0.0\n    environment:\n      DSUI_PROJECT_ID: dsui-local\n      DSUI_PORT: 8282\n      DSUI_DATASTORE_ENDPOINT: datastore:8081\n    ports:\n      - 8282:8282\n    depends_on:\n      - datastore\n    links:\n      - datastore\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskarpdev%2Fdocker-datastore-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskarpdev%2Fdocker-datastore-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskarpdev%2Fdocker-datastore-ui/lists"}