https://github.com/lampesm/cache-service
cache service
https://github.com/lampesm/cache-service
docker fastapi mongodb python
Last synced: about 2 months ago
JSON representation
cache service
- Host: GitHub
- URL: https://github.com/lampesm/cache-service
- Owner: lampesm
- License: gpl-3.0
- Created: 2022-05-06T10:43:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T06:53:39.000Z (about 4 years ago)
- Last Synced: 2025-10-23T17:24:04.977Z (8 months ago)
- Topics: docker, fastapi, mongodb, python
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cashe service
Implement service cache using Redis and Mongodb
## Requirements:
- docker
- docker-compose
## use:
`mv .env.example .env`
`mv init-mongo.sample.js init-mongo.js`
`docker-compose up --build`
## LICENSE
[GNU](https://github.com/lampesm/cache-service/blob/main/LICENSE)