https://github.com/tysonrm/fedmon-examples
https://github.com/tysonrm/fedmon-examples
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tysonrm/fedmon-examples
- Owner: tysonrm
- Created: 2020-10-11T12:02:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T01:42:25.000Z (over 2 years ago)
- Last Synced: 2025-01-07T07:20:43.951Z (5 months ago)
- Language: JavaScript
- Size: 934 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# federated-monolith
Using module federation (a la Zack Jackson) and clean architecture (a la Uncle Bob), federated monoliths combine the independence and agility of microservices with the integration and deployment simplicity of monoliths. This simple API framework supports CRUD operations for a domain model imported from a remote server with only a very basic contract.
See [federated-monolith-services](https://github.com/tysonrm/federated-monolith-services) for federated modules used by this project.