Skip to content

Commit b7656a2

Browse files
committed
new microservice story
1 parent 371a494 commit b7656a2

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

all.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6758,6 +6758,11 @@ <h3>Microservice resources</h3>
67586758
provides some advice on using microservices in a fairly early stage of
67596759
a software project's lifecycle.</p>
67606760
</li>
6761+
<li>
6762+
<p><a href="http://www.skybert.net/python/developing-a-restful-micro-service-in-python/">Developing a RESTful microservice in Python</a>
6763+
is a good story of how an aging Java project was replaced with a
6764+
microservice built with Python and Flask.</p>
6765+
</li>
67616766
</ul>
67626767
<h1>Testing</h1>
67636768
<p>Testing determines whether software runs correctly based on specific inputs

microservices.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ <h3>Microservice resources</h3>
6868
provides some advice on using microservices in a fairly early stage of
6969
a software project's lifecycle.</p>
7070
</li>
71+
<li>
72+
<p><a href="http://www.skybert.net/python/developing-a-restful-micro-service-in-python/">Developing a RESTful microservice in Python</a>
73+
is a good story of how an aging Java project was replaced with a
74+
microservice built with Python and Flask.</p>
75+
</li>
7176
</ul>
7277
<h3>What's next after learning about microservices?</h3>
7378
<div class="row">

source/content/pages/07-web-app-deployment/19-microservices.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ ease further development and deployment. This approach is called the
4444
provides some advice on using microservices in a fairly early stage of
4545
a software project's lifecycle.
4646

47+
* [Developing a RESTful microservice in Python](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/)
48+
is a good story of how an aging Java project was replaced with a
49+
microservice built with Python and Flask.
50+

0 commit comments

Comments
 (0)