У нас вы можете посмотреть бесплатно Microservices with .NET 6 and AWS Tutorial - Part 2 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this series, we're going to build a microservices architecture using .NET 6, PostgreSQL, Docker, and AWS Fargate. We'll build four separate applications from scratch in .NET, containerize them with Docker, and orchestrate them in the cloud using AWS Fargate with ECS. Each of our services will work with its own database (database-per-service), and will communicate over HTTP. This video is sponsored by AWS. If you're following along, it will be useful to have Docker installed on your local development environment. Additionally, having pgAdmin installed will enable you to connect to both local and RDS-hosted PostgreSQL databases we'll be creating in this series. • 🤝 Support the Channel on Patreon! • Patreon supporters get access to source code! / productivedev • 👋 Get in Touch! • ► Facebook https://bit.ly/productive-dev-fb ► LinkedIn https://bit.ly/wesd-linkedin ► Twitter https://bit.ly/wesd-twitter • 🧑🏽💻 Udemy Courses • Learn Full Stack Development with .NET and Vue.js in 2022! ► Udemy bit.ly/wesd-udemy • 🕘 Timestamps • 🕘 Timestamps 0:00 - Initial push to Github 1:00 - .NET 6 API MapGet 4:00 - GET Precipitation Data 7:30 - Add Nuget Packages to all Projects 8:26 - Precipitation Service Data Access 14:50 - Basic Query Validation 18:10 - Wire up DbContext 19:12 - Configuration - Database Connection String 20:50 - PostgreSQL docker-compose file 21:44 - Debezium (Side note) 22:57 - Running Local Database with Docker 23:53 - Bugfix: Program 24:12 - Precipitation Service Migration 25:57 - Explore DB in pgAdmin 27:50 - Temperature Service Data Access 29:27 - Report Service Data Access 31:06 - Bugfix: Temp and Report 33:10 - Temperature Service Migration 33:29 - Report Service Migration 33:51 - Explore new Databases 34:52 - POST Precipitation Data 39:44 - POST Temperature Data 41:53 - Report Service Business Logic 56:15 - GET Weather Report Data • 📚 Topics Covered in This Series ► .NET 6 ► Microservices Architecture ► AWS Fargate ► AWS ECS ► AWS Elastic Container Registry ► Docker ► PostgreSQL ► Amazon RDS ► Microservices vs Monoliths ► git ► dotnet CLI ► Service Discovery ► Synchronous vs Asynchronous Messaging ► Database per Service #dotnet #microservices #aws #dotNETonAWS