https://github.com/ronik-v/devops
Utility for monitoring memory on the device\API and docker-compose
https://github.com/ronik-v/devops
Last synced: 2 months ago
JSON representation
Utility for monitoring memory on the device\API and docker-compose
- Host: GitHub
- URL: https://github.com/ronik-v/devops
- Owner: ronik-v
- Created: 2023-10-22T17:03:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T15:39:17.000Z (over 1 year ago)
- Last Synced: 2023-11-03T14:42:17.631Z (over 1 year ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# devops
[test] Utility for monitoring memory on the device\API and docker-compose.
## api_for_data_nosql
Create docker-compose.yml that deploys a python application with a simple REST API implementation. The solution should consist of two containers:
a) Any NoSQL DB.b) A python application using Flask that listens on port 8080 and accepts only GET, POST, PUT methods.
c) Create a value key=value, change key=new_value, read the value of the key.
d) Newly created objects must be created, modified and read from the NoSQL DB.
## memory
Write a bash or python or groovy script that will monitor memory consumption and generate an alarm by sending an http request to the API.