Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myrachanto/microservice-approach-to-building-a-monolithic-application
https://github.com/myrachanto/microservice-approach-to-building-a-monolithic-application
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/myrachanto/microservice-approach-to-building-a-monolithic-application
- Owner: myrachanto
- Created: 2020-07-13T08:19:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T08:25:28.000Z (over 4 years ago)
- Last Synced: 2023-03-06T16:26:19.391Z (almost 2 years ago)
- Language: Go
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Support: support/aes.go
Awesome Lists containing this project
README
# microservice-approach-to-building-a-monolithic-application
i love the way micro services are meant to be designed. the fact that the service does not care about otside world and is able to hold and work its logics is amazing.
the fact that it can be attached to any database resource and can also be attached #easily# to a contoller with different platforms to frontend portal is nothing shot of fantastic.
and as such thought i could build and design monolithic app based on microservice architecture.