07 2021 档案
摘要:1. install packages from nuget 2. crate dbcontext and model public class IDSContext : DbContext { public IDSContext(DbContextOptions<IDSContext> optio
阅读全文
摘要:1. install RabbitMQ by pulling images of RabbitMQ #docker pull rabbitmq:management 2. create network #docker network create rabbtimanet 3. create 3 se
阅读全文
摘要:Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructu
阅读全文
摘要:Ocelot allows you to specify a service discovery provider and will use this to find the host and port for the downstream service Ocelot is forwarding
阅读全文
摘要:Ocelot is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system.
阅读全文
摘要:Consul is a service mesh solution providing a full featured control plane with service discovery, configuration, and segmentation functionality. Each
阅读全文
摘要:In the previous tutorial we created a work queue. The assumption behind a work queue is that each task is delivered to exactly one worker. In this par
阅读全文
摘要:The main idea behind Work Queues (aka: Task Queues) is to avoid doing a resource-intensive task immediately and having to wait for it to complete. Ins
阅读全文
摘要:RabbitMQ is base on AMQP(Advanced message queue protocol), whitch is the most widely deployed open source message broker. With tens of thousands of us
阅读全文
浙公网安备 33010602011771号