1.3.1 • Published 2 years ago

google-datastore-emulator-ui v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.2.0

2 years ago

1.1.0

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.20

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago