{"id":25437856,"url":"https://github.com/fabiend/gui-for-gcp-emulators","last_synced_at":"2026-03-01T12:07:04.998Z","repository":{"id":193937203,"uuid":"689767149","full_name":"FabienD/gui-for-gcp-emulators","owner":"FabienD","description":"An application that provides a GUI for Google Cloud Plateform emulators (Pub/Sub, Firestore, Datastore, Bigtable, Spanner) - WIP","archived":false,"fork":false,"pushed_at":"2026-02-19T17:16:46.000Z","size":1976,"stargazers_count":10,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-19T20:41:03.253Z","etag":null,"topics":["emulator","gcp","gui","linux","macos","react","rust","tauri-app","typescript","windows"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FabienD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-10T20:41:41.000Z","updated_at":"2026-02-19T17:02:41.000Z","dependencies_parsed_at":"2023-11-02T22:25:20.030Z","dependency_job_id":"9792717c-375d-4b2e-b99d-dad94915461f","html_url":"https://github.com/FabienD/gui-for-gcp-emulators","commit_stats":null,"previous_names":["fabiend/gui-for-gcp-emulator","fabiend/gui-for-gcp-emulators"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/FabienD/gui-for-gcp-emulators","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienD%2Fgui-for-gcp-emulators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienD%2Fgui-for-gcp-emulators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienD%2Fgui-for-gcp-emulators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienD%2Fgui-for-gcp-emulators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FabienD","download_url":"https://codeload.github.com/FabienD/gui-for-gcp-emulators/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienD%2Fgui-for-gcp-emulators/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969243,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T11:43:06.159Z","status":"ssl_error","status_checked_at":"2026-03-01T11:43:03.887Z","response_time":124,"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":["emulator","gcp","gui","linux","macos","react","rust","tauri-app","typescript","windows"],"created_at":"2025-02-17T09:20:17.122Z","updated_at":"2026-03-01T12:07:04.993Z","avatar_url":"https://github.com/FabienD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# App for Google Cloud Plateform Emulators\n\n## Description\n\nThis application provides an UI for interacting with [Google Cloud Platform™ Emulators](https://cloud.google.com/sdk/gcloud/reference/beta/emulators).\n\nThis application is **not an official** Google application.\n\nThe application is under development and doesn't cover all emulators product APIs. I started this project to test Tauri App V2, then thought it would be intersting to provide something more functional.\n\nAs **Open source project**, feel free to participate, contribute, fork, etc. :\n\n[https://github.com/FabienD/gui-for-gcp-emulator](https://github.com/FabienD/gui-for-gcp-emulator)\n\n## Features\n\n- PubSub emulator support :\n\n  - Pubsub Topic management (Create, View, Delete, List).\n  - Pubsub Subscription management (Create, Delete, List).\n  - Publish messages in a Topic.\n  - Pull messages \u0026 see details from a Subscription\n  - Pubsub Schema management (Create, View, Delete, List).\n\n![GUI for GCP - Home](./doc/assets/gcp_gui_home.png)\n![GUI for GCP - Pubsub topic list \u0026 creation](./doc/assets/gcp_gui_pubsub_topic_create.png)\n![GUI for GCP - Pubsub subscription list](./doc/assets/gcp_gui_pubsub_subscription.png)\n![GUI for GCP - Pubsub subscription creation](./doc/assets/gcp_gui_pubsub_subscription_create.png)\n![GUI for GCP - Publish messages](./doc/assets/gcp_gui_pubsub_topic_publish.png)\n![GUI for GCP - Pull messages \u0026 see details](./doc/assets/gcp_gui_pubsub_subscription_pull_message.png)\n![GUI for GCP - Pubsub schema](./doc/assets/gcp_gui_pubsub_schema_create.png)\n![GUI for GCP - Pubsub schema details](./doc/assets/gcp_gui_pubsub_schema_details.png)\n\n## Next steps\n\n- [x] Ehance UI and support for PubSub emulator.\n- [x] Cover existing main features by end-to-end tests (run with [Playwright](https://playwright.dev/)).\n- [ ] Provide application updater.\n\n- [ ] Create Proxy Subscription to real GCP PubSub.\n- [ ] Create BigQuery Subscription to Open Source BigQuery Emulator.\n\n- [ ] Add UI and support for Firestore emulator.\n- [ ] Add UI and support for Datastore emulator.\n- [ ] Add UI and support for Bigtable emulator.\n- [ ] Add UI and support for Spanner emulator.\n\n## Build / Run the application\n\n[Prerequisites, depends on the OS](https://v2.tauri.app/fr/start/prerequisites/)\n\n### Run in dev mode\n\n```shell\nnpm install\nnpm run tauri dev\n```\n\n### Build\n\n```shell\nnpm run tauri build\n```\n\n### Launch tests\n\n```shell\nnpm run test:e2e\n# Use Playwright UI\nnpm run test:e2e:ui\n```\n\n## Technologies used\n\n- [Tauri App V2](https://v2.tauri.app/)\n- [Rust](https://www.rust-lang.org/)\n- [React](https://react.dev/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Material UI](https://material-ui.com/)\n- [Tailwind CSS](https://tailwindcss.com/)\n\n\n## License\n\nThis project is under [GNU license](LICENSE)\n\n### Tier assets license\n\n\"Animal Hive\" icon created by \"Diemen Design\" is under MIT license, downloaded from [SVG Repo](https://www.svgrepo.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiend%2Fgui-for-gcp-emulators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiend%2Fgui-for-gcp-emulators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiend%2Fgui-for-gcp-emulators/lists"}