Skip to main content

The aiopg plugin of the Minos Framework

Project description

Minos logo

minos-database-aiopg

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-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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

minos-database-aiopg-0.7.0.tar.gz (15.6 kB view details)

Uploaded Source

Built Distribution

minos_database_aiopg-0.7.0-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file minos-database-aiopg-0.7.0.tar.gz.

File metadata

  • Download URL: minos-database-aiopg-0.7.0.tar.gz
  • Upload date:
  • Size: 15.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.9.12 Linux/5.13.0-1022-azure

File hashes

Hashes for minos-database-aiopg-0.7.0.tar.gz
Algorithm Hash digest
SHA256 c71b1e73682634120f675da9baefebefe0c11236cfa0c6cace5ead8f8cb56c0b
MD5 c371f11d0e2a6555d732b1b257a2bd44
BLAKE2b-256 98d25d8eee2fe1272a97094b30223a4a28386d0ef5b2f278e74d40c256d5e33a

See more details on using hashes here.

File details

Details for the file minos_database_aiopg-0.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for minos_database_aiopg-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b0a0154b45cc3b7aefc195656917d2c0f44c28789ca2958a0285d5f3e0582af7
MD5 c1e40bb8550ae662178f6d2574479050
BLAKE2b-256 edfe9d26e096b62a9242b623768de62e970683363794b5269f4ba9529716ce97

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page