You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# microservices-scaffold
2
-
Barebones Python Microservices
2
+
Python Microservice Scaffold is an example to how structure a Flask Microservice Project.
3
+
This Scaffold is build over [PyMS](https://github.com/python-microservices/pyms) package. PyMS is a [Microservice chassis pattern](https://microservices.io/patterns/microservice-chassis.html)
4
+
like Spring Boot (Java) or Gizmo (Golang). PyMS is a collection of libraries, best practices and recommended ways to build
5
+
microservices with Python which handles cross-cutting concerns:
Copy file name to clipboardExpand all lines: docs/configuration.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
Configuration
2
2
=============
3
3
4
-
Project configuration is loaded using py-ms library based on yml or json file.
5
-
Some example files are config.yml, config-docker.yml and tests/config-tests.yml.
4
+
Project configuration is loaded using py-ms package based on yml or json file.
5
+
Some example files are config.yml, config-docker.yml and tests/config-tests.yml or see `PyMS configuration <https://py-ms.readthedocs.io/en/latest/configuration/>`_
Copy file name to clipboardExpand all lines: docs/index.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,20 @@
4
4
5
5
Python Microservices
6
6
====================
7
+
Python Microservice Scaffold is an example to how structure a Flask Microservice Project.
8
+
This Scaffold is build over `PyMS <https://github.com/python-microservices/pyms>`_ package. PyMS is a `Microservice chassis pattern <https://microservices.io/patterns/microservice-chassis.html>`_
9
+
like Spring Boot (Java) or Gizmo (Golang). PyMS is a collection of libraries, best practices and recommended ways to build
10
+
microservices with Python which handles cross-cutting concerns:
0 commit comments