Settings

Theme

Ask HN: What's the microservice you wish were built/easy to use, but isn't yet?

7 points by iseff 11 years ago · 4 comments


atomical 11 years ago

I have been wondering if there is an application framework to manage microservices. I'm thinking of something that would deal with routing, collection of performance metrics, errors, and monitoring of resource usage. I know Netflix has released software that addresses some of these needs.

  • chuhnk 11 years ago

    I'm working on something that falls into that category at the moment. Micro is a microservices toolkit written in Go that starts with a focus on development. It provides a library for discovery, client/server, routing, etc and also includes an API, CLI and Sidecar for integration of non Go apps. Future goals are to address more feature rich discovery, routing, monitoring, config and a lot more. I previously worked on the platform team at Hailo where we built a microservices platform with 200 services in production.

    https://github.com/myodc/micro

    Let me know your thoughts.

  • helloiamaperson 11 years ago

    There is. It's called Cloud Foundry: http://www.cloudfoundry.org/index.html

chuhnk 11 years ago

Personally I think we need a foundation of reusable microservices that anyone can then build on top of.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection