Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dnyaneshwargiri/cacheoperationusingmongo
cache implementation using mongoose
https://github.com/dnyaneshwargiri/cacheoperationusingmongo
Last synced: about 1 month ago
JSON representation
cache implementation using mongoose
- Host: GitHub
- URL: https://github.com/dnyaneshwargiri/cacheoperationusingmongo
- Owner: dnyaneshwargiri
- Created: 2022-09-03T12:45:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T15:29:14.000Z (over 2 years ago)
- Last Synced: 2023-03-06T08:32:29.458Z (almost 2 years ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cacheOperationUsingMongo
cache implementation using mongooseHow to Run-
1. Install dependencies using npm i
2. To run express server-
i. DEV start using nodemon= npm run start
ii. PROD start using node js= npm run prodStart
How to test-
POSTMAN collection is placed in repo.
MongoDB instance used details in app.js
About overwrite policy-
This is effiecient to do with Capped Collections in MongoDB at db server.