Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/giancarlolelli/dynamics-365-microservice-reference-implementation

A sample application that demonstrates the use of the Microservice architectural style for applications that sit on top Dynamics 365 CE.
https://github.com/giancarlolelli/dynamics-365-microservice-reference-implementation

aks-kubernetes-cluster asp-net-core cqrs-pattern ddd-architecture dynamics-365 microservices-architecture service-fabric

Last synced: 20 days ago
JSON representation

A sample application that demonstrates the use of the Microservice architectural style for applications that sit on top Dynamics 365 CE.

Awesome Lists containing this project

README

        

# Dynamics 365 on Microservices Reference Implementation
This sample ASP.NET Core application demonstrates how it is possible to apply the architecutral style known as *Microservice Architecture* for a Dynamics 365 custom application.
The application is build using the latest Microsoft technolgies and tries to provide an opinionated approach for the most common issues a developer eam faces when building a custom web app.
At the moment, all of this is a *work-in-progress* and there is no actual code pushed into this repo, however as the design evolves we will try to address the following concerns:

* Decomposition
* Authorization & Authentication
* API Composition
* Cross Service Communication
* External Services Integration
* Service Discovery
* Data Management
* Testing
* Logging & Monitoring
* Client-side UI Composition
* CI/CD
* Containerization
* Long running task

### About & License
This repository is distributed under the [GPLv3](https://choosealicense.com/licenses/gpl-3.0/) license I ([Giancarlo Lelli](https://twitter.com/itsonlyGianca)) am the only maintainer.
For information about the project such as "how to get involved" reach out to me. Many of the concepts and reasong behind this project are taken from this awesome tutorial
about microservice available at this [address](https://microservices.io/patterns/microservices.html)