Skip to content

Releases: Cyna298/gcp-datastore-ui

First Release

19 May 18:30
Compare
Choose a tag to compare

GCP Datastore Emulator UI - Release Notes

Version 0.0.1

Release Date: May 19, 2024


Key Features:

  • User-Friendly Interface: Simplifies interaction with the GCP Datastore Emulator through an intuitive UI.
  • Integrated Backend and Frontend: Combines Golang and Next.js to serve a static site from the same server.
  • Minimal Resource Usage: Designed to run efficiently with low overhead.
  • Easy Deployment: No installation required; simply download the provided zip file and start using.

Getting Started:

  1. Download the Release
  2. Unzip the File
  3. Run the Application

Command-Line Flags:

  • -port: Specifies the port on which the emulator server will run. Default is 8080.
  • -project: Sets the Project ID for the emulator. Default is my-project.
  • -emuHost: Defines the host for the emulator. Default is localhost:8081.
  • -emuHostPath: Sets the host path for the emulator. Default is localhost:8081/datastore.
  • -dsHost: Specifies the host for the datastore. Default is http://localhost:8081.

Example Usage:

To start the server with custom settings, you can use the following command:

./service -port 9090 -project custom-project -emuHost localhost:9091 -emuHostPath localhost:9091/datastore -dsHost http://localhost:9091

What's Included:

  • Pre-built binary of the backend service for MacOS
  • Compiled static frontend files.
  • Instructions for setup and usage.

Thank you for using GCP Datastore Emulator UI. We hope this tool enhances your development experience with GCP Datastore.

Full Changelog: https://github.com/Cyna298/gcp-datastore-ui/commits/v0.0.1