https://github.com/pedrodeoliveira/gm-service
A Flask RESTful API for a Generic Monitoring service
https://github.com/pedrodeoliveira/gm-service
docker flask-restful marshmallow-sqlalchemy nginx python
Last synced: 9 months ago
JSON representation
A Flask RESTful API for a Generic Monitoring service
- Host: GitHub
- URL: https://github.com/pedrodeoliveira/gm-service
- Owner: pedrodeoliveira
- Created: 2020-08-22T15:12:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-22T15:13:18.000Z (almost 6 years ago)
- Last Synced: 2025-08-13T06:34:21.951Z (10 months ago)
- Topics: docker, flask-restful, marshmallow-sqlalchemy, nginx, python
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generic Monitoring REST API Service
This project contains the source code for the Generic Monitoring (GM) API
Service. This API service is implemented as an **HTTP REST API** using **JSON**
as the payload. The actual implementation is based on the following stack:
- **Python** the programming language used for the REST API implementation.
- **Flask** the web-based framework for building the REST API.
- **Marshmallow** used for marshal/unmarshal of the JSON to Python objects and vice
versa.
- **SqlAlchemy** used for modeling the underlying database tables.
- **Docker** the REST API will be containerized using Docker so that it can be easily
deployed in a remote server.