Show HN: Micro – a microservice toolkit
blog.micro.mu
Show HN: Micro – a microservice toolkit
1–10 of 33 posts
Re: Show HN: Micro – a microservice toolkit
#2This reads like a joke... but reading on I don't understand if you meant it...
Re: Show HN: Micro – a microservice toolkit
#3The combination RPC / Pubsub / Reverse Proxy + registry is pretty sharp.
Re: Show HN: Micro – a microservice toolkit
#4- golang.org/x/net/html/charset
- google.golang.org/cloud
- camlistore.org/pkg/app
- willnorris.com/go/imageproxy
Re: Show HN: Micro – a microservice toolkit
#5Re: Show HN: Micro – a microservice toolkit
#6Kind of off topic but does anyone know which blog platform / theme this is? Looks like Ghost?
Re: Show HN: Micro – a microservice toolkit
#7Often times the behavior of the endpoints (e.g. discovery, reconnecting, timeout, etc) is so critical that you need that in all clients which totally defeats the "decoupling" of microservices [1] (ie any language or technology can participate). That is extremely complicated endpoint logic requires shared components (see referenced article).
You could get all of the behavior by having a semi smart broker like RabbitMQ with out having an extremly complicated endpoints... but thats not microservice.. its evil old enterprise single point of failure.
Perhaps I'm biased, old school or just so jaded of hearing "microservice" but I really think many companies particularly young startups could get more work done with an intelligent pipe ie message broker over fairly complicated to setup microservies and duplicated intelligent endpoint logic.
TL;DR semi-smart pipes are looking better and better these days.
[1]: http://www.microservices.com/ben-christensen-do-not-build-a-...
Re: Show HN: Micro – a microservice toolkit
#8Beyond Micro, I'm working on go-platform https://github.com/micro/go-platform which addresses the higher level needs for microservices. Auth, monitoring, metrics, distributed tracing, etc, etc. Again pluggable like Micro. Still in it's infancy.
Cheers Asim
Re: Show HN: Micro – a microservice toolkit
#9> By now you may have heard of this new phenomenon, microservices. This reads like a joke... but reading on I don't understand if you meant it...
Re: Show HN: Micro – a microservice toolkit
#10> By now you may have heard of this new phenomenon, microservices. This reads like a joke... but reading on I don't understand if you meant it...