7 ms·
Aviator: locally launch a service and all its dependent services
- maerF0x0 11y ago> $ npm run-script dev-server > Starting Website > [ERROR] I'd start with crushing the soul of whomever didnt put in quality logging (debug package). Next I'd cry about my lack of debugger knowledge for nodejs.
- schimmy_changa 11y agoI wonder how Netflix addresses this- looking at their Hystrix page they have tons and tons of microservices...
- schimmy_changa 11y ago(page is https://github.com/Netflix/Hystrix/wiki https://github.com/Netflix/Hystrix/wiki) <-- this is not the way they handle it, just has a good image showing how crazy the number of microservices they handle is
- rgarcia 11y agoThe problem of keeping this kind of configuration up-to-date is an interesting one. I'm curious if anyone has tried encoding the local development configuration in how they run integration tests so that it never falls out of date.
- dnstevenson 11y agoReminds me of https://github.com/ddollar/foreman https://github.com/ddollar/foreman
- ridgepablo 11y agoThis seems like a useful tool for managing a complex service configuration problem. Nice work.