Skip to content

Commit 89f6890

Browse files
authored
Create index.md
1 parent d5b092f commit 89f6890

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

topics/microservice/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
aliases: microservice
3+
display_name: Microservice
4+
short_description: Microservices are an architectural and organizational approach to software development
5+
of tasks.
6+
topic: microservice
7+
wikipedia_url: https://en.wikipedia.org/wiki/Microservices
8+
---
9+
Microservices are an architectural and organizational approach to software development where software is composed of small independent services that communicate over well-defined APIs. These services are owned by small, self-contained teams.
10+
Microservices architectures make applications easier to scale and faster to develop, enabling innovation and accelerating time-to-market for new features.

0 commit comments

Comments
 (0)