devopsicon / files-microservice

Files Microservice
GNU General Public License v3.0
1 stars 0 forks source link

files-microservice

Build Status Maintainability License: GPL v3 Docker Repository on Quay Gitter chat

Files Microservice Files service is developed using Tornado framework of Python language, which is designed for extreme high performance asynchronous operation which is ideal for an async activity such as file saving.

In the future this microservice will use a database to save file binaries, currently it is saving on the deployed folder within the docker image.

Testing locations

DevOps Automation Notes

Contribution Notes

  1. This project uses Python and Tornado
  2. All tests must be done as pre-merged checks
  3. master and development branches is protected and only way to contribute is via Pull-Request
  4. Unit and Integration testing coverage is monited via CodeClimate