The aiopg plugin of the Minos Framework
Project description
minos-database-aiopg
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-database-aiopg
Set the database client on the config.yml
file:
...
databases:
default:
client: minos.plugins.aiopg.AiopgDatabaseClient
database: order_db
user: minos
password: min0s
host: localhost
port: 5432
query:
client: minos.plugins.aiopg.AiopgDatabaseClient
database: order_query_db
user: minos
password: min0s
host: localhost
port: 5432
...
...
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for minos-database-aiopg-0.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c71b1e73682634120f675da9baefebefe0c11236cfa0c6cace5ead8f8cb56c0b |
|
MD5 | c371f11d0e2a6555d732b1b257a2bd44 |
|
BLAKE2b-256 | 98d25d8eee2fe1272a97094b30223a4a28386d0ef5b2f278e74d40c256d5e33a |
Hashes for minos_database_aiopg-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0a0154b45cc3b7aefc195656917d2c0f44c28789ca2958a0285d5f3e0582af7 |
|
MD5 | c1e40bb8550ae662178f6d2574479050 |
|
BLAKE2b-256 | edfe9d26e096b62a9242b623768de62e970683363794b5269f4ba9529716ce97 |