Browse Source

Delete old doc.

pull/827/head
Halil ibrahim Kalkan 7 years ago
parent
commit
7f917d5355
  1. 2
      samples/MicroserviceDemo/README.md
  2. 21
      samples/MicroserviceDemo/docs/design/Overall.md
  3. BIN
      samples/MicroserviceDemo/docs/design/diagram.png

2
samples/MicroserviceDemo/README.md

@ -1,4 +1,4 @@
# Microservice Demo Solution
See the [documentation](https://abp.io/documents/abp/latest/Samples/Microservice-Demo).
This sample aims to demonstrate a simple yet complete microservice solution. See the [documentation](https://abp.io/documents/abp/latest/Samples/Microservice-Demo).

21
samples/MicroserviceDemo/docs/design/Overall.md

@ -1,21 +0,0 @@
# Microservice Demo Overall
## Introduction
The goal of this work is to show how to create a complete microservice solution based on the ABP framework.
## Tooling
* **[ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.2)** as the web framework.
* **[ABP](https://abp.io)** as the application framework.
* **[Ocelot](https://github.com/ThreeMammals/Ocelot)** as the API Gateway.
* **[IdentityServer4](https://identityserver.io/)** as the authentication server/framework.
* [**Redis**](https://redis.io/) for distributed cache.
* [**RabbitMQ**](https://www.rabbitmq.com/) for distributed messaging.
* **[Serilog](https://serilog.net/)** for logging.
* **[Elasticsearch](https://www.elastic.co/products/elasticsearch)** as log database.
* **[Kibana](https://www.elastic.co/products/kibana)** as visualization tool (for logs in the Elasticsearch).
## Diagram
![diagram](diagram.png)

BIN
samples/MicroserviceDemo/docs/design/diagram.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 69 KiB

Loading…
Cancel
Save