minos-python icon indicating copy to clipboard operation
minos-python copied to clipboard

🐍 Minos is a framework which helps you create reactive microservices in Python

Results 145 minos-python issues
Sort by recently updated
recently updated
newest added

**Issue by [garciparedes](https://github.com/garciparedes)** _Wednesday Sep 22, 2021 at 15:51 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_aggregate/issues/6_ ---- Suppose and aggregate like `Foo`: ```python class Foo(Aggregate): bar: str async def validate(self) -> None:...

wontfix
events
minos-microservice-aggregate

**Issue by [garciparedes](https://github.com/garciparedes)** _Wednesday Oct 06, 2021 at 08:06 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_aggregate/issues/7_ ---- None

wontfix
models
minos-microservice-aggregate

**Issue by [garciparedes](https://github.com/garciparedes)** _Wednesday Oct 20, 2021 at 08:26 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_aggregate/issues/4_ ---- [TODO]

wontfix
migrations
minos-microservice-aggregate

**Issue by [garciparedes](https://github.com/garciparedes)** _Thursday Sep 23, 2021 at 14:55 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_aggregate/issues/5_ ---- This issue is intended to create a mechanism to perform `Aggregate`s validation, probably before storing...

wontfix
events
minos-microservice-aggregate

**Issue by [andrea-mucci](https://github.com/andrea-mucci)** _Saturday Oct 23, 2021 at 14:27 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/631_ ---- We have to discuss in the next daily the feature of Resync

wontfix
idea
minos-microservice-common

**Issue by [garciparedes](https://github.com/garciparedes)** _Wednesday Jan 05, 2022 at 11:11 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/675_ ---- [TODO]

wontfix
models
versioning
minos-microservice-common

**Issue by [vladyslav-fenchak](https://github.com/vladyslav-fenchak)** _Friday Aug 13, 2021 at 07:57 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/530_ ---- Example: ```python from minos.common import ( DeclarativeModel, ) class Inventory(DeclarativeModel): amount: int = 0 reserved:...

enhancement
wontfix
nice to have
minos-microservice-common

**Issue by [garciparedes](https://github.com/garciparedes)** _Wednesday Aug 04, 2021 at 16:08 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/485_ ---- None

enhancement
wontfix
databases
minos-microservice-common

**Issue by [andrea-mucci](https://github.com/andrea-mucci)** _Thursday Apr 29, 2021 at 09:56 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/149_ ---- Investigate the option to use [Eliot](https://eliot.readthedocs.io/en/stable/index.html) as Logging system the benefits are: 1. more clean...

wontfix
nice to have
minos-microservice-common

**Issue by [andrea-mucci](https://github.com/andrea-mucci)** _Tuesday May 25, 2021 at 09:42 GMT_ _Originally opened as https://github.com/Clariteia/minos_microservice_common/issues/266_ ---- ┆Issue is synchronized with this [ClickUp task](https://app.clickup.com/t/15xp9m5) by [Unito](https://www.unito.io)

enhancement
wontfix
nice to have
pools
databases
minos-microservice-common