Skip to content

Commit 3776aff

Browse files
author
Sergio García Prado
committed
* Add link to the "minos-framework/roadmap" repository.
1 parent 912b7ef commit 3776aff

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,9 @@
1616

1717
Minos is a framework which helps you create [reactive](https://www.reactivemanifesto.org/) microservices in Python. Internally, it leverages Event Sourcing, CQRS and a message driven architecture to fulfil the commitments of an asynchronous environment.
1818

19-
### Roadmap
19+
## Roadmap
2020

21-
#### 0.6.x
22-
23-
* [#78](https://github.com/minos-framework/minos-python/issues/78) Implement a circuit breaker for `minos-broker-kafka`.
24-
* [#87](https://github.com/minos-framework/minos-python/issues/87) Implement idempotency for `BrokerSubscriber` message processing.
25-
* [#100](https://github.com/minos-framework/minos-python/issues/100) Create the `minos-serializers-avro` plugin.
26-
* [#148](https://github.com/minos-framework/minos-python/issues/148) Create the `minos-http-aiohttp`.
27-
* [#149](https://github.com/minos-framework/minos-python/issues/149) Add `minos-graphql-aiohttp` plugin.
28-
* [#150](https://github.com/minos-framework/minos-python/issues/150) Refactor configuration file and `MinosConfig` accessor.
29-
* [#151](https://github.com/minos-framework/minos-python/issues/151) Expose `OpenAPI` and `AsyncAPI` specifications.
30-
* [#152](https://github.com/minos-framework/minos-python/issues/152) Provide a testing suite to test the microservice.
21+
The roadmap of this project is publicly accessible at this [GitHub Repository](https://github.com/minos-framework/roadmap).
3122

3223
## Foundational Patterns
3324

@@ -1149,15 +1140,15 @@ The plugin packages provide connectors to external technologies like brokers, di
11491140
11501141
## Source Code
11511142
1152-
The source code of this project is hosted at the [GitHub Repository](https://github.com/minos-framework/minos-python).
1143+
The source code of this project is hosted at this [GitHub Repository](https://github.com/minos-framework/minos-python).
11531144
11541145
## Getting Help
11551146
11561147
For usage questions, the best place to go to is [StackOverflow](https://stackoverflow.com/questions/tagged/minos).
11571148
11581149
## Discussion and Development
11591150
1160-
Most development discussions take place over the [GitHub Issues](https://github.com/minos-framework/minos-python/issues). In addition, a [Gitter channel](https://gitter.im/minos-framework/community) is available for development-related questions.
1151+
Most development discussions take place over this [GitHub Issues](https://github.com/minos-framework/minos-python/issues). In addition, a [Gitter channel](https://gitter.im/minos-framework/community) is available for development-related questions.
11611152
11621153
## How to contribute
11631154

0 commit comments

Comments
 (0)