Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/cheap-microservices
https://github.com/fchristenson/cheap-microservices
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/cheap-microservices
- Owner: fChristenson
- Created: 2019-06-15T18:59:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:05:17.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:21:55.992Z (over 1 year ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cheap MicroServices
## What we will cover
* One of the biggest costs of MicroServices
* How to mitigate some of that cost## Notes
When we split our logic over a distributed system one of the main problems we will face
is to keep our API's in sync.Models, routes, errors, response codes and the list goes on,
are some thing we now need to define and maintain.This is a surprising amount of extra work but we can mitigate some of it.