https://github.com/yei-linux/gaminotesback
https://github.com/yei-linux/gaminotesback
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yei-linux/gaminotesback
- Owner: Yei-Linux
- Created: 2022-09-08T08:13:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T04:28:32.000Z (over 2 years ago)
- Last Synced: 2025-01-19T08:35:41.666Z (5 months ago)
- Language: Python
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SNIPPETS
In case of problems with instances from replica set , stop MongoDB Service and run command again
mongod --port 27017 --dbpath "C:\Program Files\MongoDB\Server\6.0\data\db0" --replSet gami_note_replicaset
mongod --port 27018 --dbpath "C:\Program Files\MongoDB\Server\6.0\data\db1" --replSet gami_note_replicaset
mongod --port 27019 --dbpath "C:\Program Files\MongoDB\Server\6.0\data\db2" --replSet gami_note_replicaset## STANDARD API
1. PATCH:
1. It was used IETF Json Patch standard. In this case was implemented with python json patch lib.