@@ -4,11 +4,13 @@ PyMS, Python MicroService, is a [Microservice chassis pattern](https://microserv
44like Spring Boot (Java) or Gizmo (Golang). PyMS is a collection of libraries, best practices and recommended ways to build
55microservices with Python which handles cross-cutting concerns:
66
7- - Externalized configuration
7+ - [ Externalized configuration] ( configuration.md )
88- Logging
99- Health checks
10- - Metrics
11- - Distributed tracing
10+ - [ Metrics] ( /services/services/#metrics )
11+ - [ Distributed tracing] ( /tutorials/tutorial_propagate_traces/ )
12+ - [ Service Discovery] ( /services/services_discovery/ )
13+ - [ Encryption] ( /encrypt_decryt_configuration/ )
1214
1315PyMS is powered by [ Flask] ( https://flask.palletsprojects.com/en/1.1.x/ ) , [ Connexion] ( https://github.com/zalando/connexion )
1416and [ Opentracing] ( https://opentracing.io/ ) .
@@ -28,9 +30,9 @@ nothing to create professional projects. Most articles say:
2830But... what happens when we want our configuration out of the code, such as a Kubernetes configmap? what happens with transactionality?
2931If we have many microservices, what happens with traces?.
3032
31- There are many problems around Python and microservices and we couldn't find anyone to give us a solution.
33+ There are many problems around Python and microservices, and we couldn't find anyone to give us a solution.
3234
3335We start creating these projects to try to solve all the problems we have found in our professional lives about
3436microservices architecture.
3537
36- Nowadays, is not perfect and we have a looong roadmap, but we hope this library could help other felas and friends ;)
38+ Nowadays, is not perfect, and we have a looong roadmap, but we hope this library could help other felas and friends ;)
0 commit comments