https://github.com/keploy/test-data
https://github.com/keploy/test-data
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/keploy/test-data
- Owner: keploy
- Created: 2022-02-08T12:15:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T20:13:13.000Z (about 3 years ago)
- Last Synced: 2025-01-18T10:45:00.147Z (11 months ago)
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# test-data
## Install mongo-database-tools
```
brew tap mongodb/brew
brew install mongodb-database-tools
```
## MongoDB Database Tools Installation link
[mongodb.com/try/download/database-tools2](https://www.mongodb.com/try/download/database-tools2)
## Dump DB
```
mongodump --db keploy
```
## Restore DB
```
mongorestore dump/
```