Browse Source

Added the initial "Distributed / Microservice Solutions" document

pull/14960/head
Halil İbrahim Kalkan 4 years ago
parent
commit
b313506377
  1. 4
      docs/en/Deployment/Distributed-Microservice.md
  2. 1
      docs/en/Deployment/Index.md
  3. 4
      docs/en/docs-nav.json

4
docs/en/Deployment/Distributed-Microservice.md

@ -0,0 +1,4 @@
# Deploying Distributed / Microservice Solutions
The ABP Framework is designed to consider distributed and microservice systems, where you have multiple applications and/or services communicating internally. All of its features are compatible with distributed scenarios. This document highlights some points you should care when you deploy your distributed or microservice solution.

1
docs/en/Deployment/Index.md

@ -9,3 +9,4 @@ However, there are some topics that you should care about when you are deploying
* [Configuring for Production](Configuring-Production.md): Notes for some essential configurations for production environments.
* [Optimization for Production](Optimizing-Production.md): Tips and suggestions for optimizing your application on production environments.
* [Deploying to a Clustered Environment](Clustered-Environment.md): Explains how to configure your application when you want to run multiple instances of your application concurrently.
* [Deploying Distributed / Microservice Solutions](Distributed-Microservice.md): Deployment notes for solutions consisting of multiple applications and/or services.

4
docs/en/docs-nav.json

@ -1311,6 +1311,10 @@
"text": "Deploying to a Clustered Environment",
"path": "Deployment/Clustered-Environment.md"
},
{
"text": "Distributed / Microservice Solutions",
"path": "Distributed-Microservice.md"
},
{
"text": "Optimizing for Production",
"path": "Deployment/Optimizing-Production.md"

Loading…
Cancel
Save