Skip to content

jerrywithaz/google-datastore-emulator-ui

Repository files navigation

Google Datastore Emulator UI

A simple user interface for interacting with the google datastore emulator locally.

Installation

Run

npm i -g google-datastore-emulator-ui

or

yarn global add google-datastore-emulator-ui

Environment Variables

DATASTORE_EMULATOR_HOST - The host nd port of your google cloud emulator that is currently running such as http://localhost:8097

DATASTORE_BACKUP_BUCKET - The name of the google cloud storage folder that your backups write to.

DATASTORE_BACKUP_DIR - The full path to you backups folder such as /Users/zhogan/Documents/Code/Personal/my-other-project/gcloud_datastore/backups

PROJECT_ID - The google datastore project id.

SERVER_PORT - The port for the google-datastore-emulator-ui server to run on.

Usage

Run

google-datastore-emulator-ui -i my-project-id -e http://localhost:8097 -b my-backups-bucket -d /Users/zhogan/Documents/Code/Personal/my-other-project/gcloud_datastore/backups

Cli Options

Usage: google-datastore-emulator-ui [command]

Options:
  -V, --version                 output the version number
  -i, --id <project>            The id of the google datastore project. (default: process.env.PROJECT_ID)
  -e, --emulator-host <host>    The url of the emulator (default: process.env.DATASTORE_EMULATOR_HOST)
  -b, --backup-bucket <bucket>  The google cloud storage backup bucket (default: process.env.DATASTORE_BACKUP_BUCKET)
  -d, --backup-dir <dir>        The google cloud storage backup bucket (default: process.env.DATASTORE_BACKUP_DIR)
  -p, --port <port>             The port to run the express server on (default: process.env.SERVER_PORT || "8002")
  -h, --help                    display help for command

Screenshots

Entities

Backups

About

A simple user interface for interacting with the google datastore emulator locally.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy