Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/giancarlolelli/dynamics-365-microservice-reference-implementation
- Owner: GiancarloLelli
- License: gpl-3.0
- Created: 2019-04-11T13:00:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T14:00:09.000Z (almost 6 years ago)
- Last Synced: 2024-12-05T09:14:15.982Z (3 months ago)
- Topics: aks-kubernetes-cluster, asp-net-core, cqrs-pattern, ddd-architecture, dynamics-365, microservices-architecture, service-fabric
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)