Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-cova committed Apr 24, 2022
2 parents df334f7 + 7c07f80 commit deefb7a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Alejandro Covarrubias

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Local Datastore Browser
LDB Or **Local Datastore Browser** is the missing tool to work with the GCP Datastore emulator
<img width="932" alt="Screen Shot 2022-04-23 at 23 47 52" src="https://user-images.githubusercontent.com/25180512/164958431-29fc099d-11d5-41f2-b5b2-279bc2194e37.png">

## 1. Get Datastore Emulator Up & Running
datastore-compose.yaml

```yaml
datastore-compose.yaml

```
docker-compose -f datastore-compose.yaml up
```

```yaml
version: '3.8'
services:
datastore-local:
Expand All @@ -25,8 +30,10 @@ java - jar 'fileName.jar'
```

## 3. Set up your project-id
<img width="374" alt="Screen Shot 2022-04-23 at 23 48 16" src="https://user-images.githubusercontent.com/25180512/164958436-758d1f67-98f6-41b2-93c2-0469a15e771e.png">

## 4. Browse your data
<img width="932" alt="Screen Shot 2022-04-23 at 23 47 57" src="https://user-images.githubusercontent.com/25180512/164958440-f3c62e8a-1709-4e82-8004-132169197349.png">

## Why I made this & TODO List
I’ve been working with Datastore (Firestore mode) for a while, when one of the tests fails can be [tricky](https://cloud.google.com/datastore/docs/tools/emulator-export-import) to check what happened,
Expand All @@ -45,4 +52,4 @@ maybe I’m wrong, But despite that I’m kinda UI man, so enjoyed making this a

---

This application is powered by OpenSource projects
This application is powered by OSS projects ❤️

0 comments on commit deefb7a

Please sign in to comment.