This application provides a basic UI for interacting with Google Cloud Platform™ Emulators.
This application is not an official Google application.
The application is under development and doesn't cover all emulator product APIs. I started this project to test Tauri App V2, then thought it would be intersting to provide something more functional. As an exploration project, I didn't cover features by tests.
As Open source project, feel free to participate, contribute, fork, etc. :
https://github.com/FabienD/gui-for-gcp-emulator
-
PubSub emulator support :
- Create / Delete Pubsub topic
- Publish a message in a topic
- Create / Delete a topic Subscription (Pull & Push)
- Pull a message from a Subscription
-
Ehance UI and support for PubSub emulator.
-
Add UI and support for Firestore emulator.
-
Add UI and support for Datastore emulator.
-
Add UI and support for Bigtable emulator.
-
Add UI and support for Spanner emulator.
Prerequisites, depends on the OS
npx tauri dev
npx tauri build