Skip to content

Latest commit

 

History

History

README.md

Minos logo

minos-http-aiohttp

PyPI Latest Release GitHub Workflow Status License Coverage Stack Overflow

Summary

Minos is a framework which helps you create reactive microservices in Python. Internally, it leverages Event Sourcing, CQRS and a message driven architecture to fulfil the commitments of an asynchronous environment.

Installation

Install the dependency:

pip install minos-http-aiohttp

Modify config.yml file:

...
interfaces:
  http:
    port: minos.networks.HttpPort
    connector:
      client: minos.plugins.aiohttp.AioHttpConnector
      host: 0.0.0.0
      port: 8082
...

Documentation

The official API Reference is publicly available at the GitHub Pages.

Source Code

The source code of this project is hosted at the GitHub Repository.

Getting Help

For usage questions, the best place to go to is StackOverflow.

Discussion and Development

Most development discussions take place over the GitHub Issues. In addition, a Gitter channel is available for development-related questions.

License

This project is distributed under the MIT license.