DEV Community

Asim Aslam
Asim Aslam

Posted on

Micro - a microservice toolkit

Hello all,

I'm introducing Micro to the DEV community. I've been working on Micro for 4 years and recently hit a v1.0.0 release. Micro is a microservice toolkit, it provides the building blocks for writing microservices and running a production platform, including api gateway, web dashboard, slack bot, cli, etc.

I'd be interested to get your feedback!

https://github.com/micro/micro

Top comments (12)

Collapse
 
victoravelar profile image
Victor Avelar

The docs are much better than go-kit, but I am biassed here because I am so invested in go-kit to really give an objective opinion.

Congrats for joining the v1 club

Collapse
 
asim profile image
Asim Aslam

Thank you! I think we still have a lot of work to do to vastly improve the getting started experience and make microservices accessible to all. It's just a going to take time.

Collapse
 
rhymes profile image
rhymes

Congrats Asim! I'll take a look :)

Collapse
 
asim profile image
Asim Aslam

Thank you! Looking for feedback on how we can improve :)

Collapse
 
bosley profile image
Bosley

This looks like its well done and a lot of work. Good job!

Collapse
 
asim profile image
Asim Aslam

Thanks really appreciate it :)

Collapse
 
zwjia007 profile image
James

I love go-micro. It's so much easier to build a service than using go-kit.
Awesome project.

Collapse
 
asim profile image
Asim Aslam

Thanks! Please let me know how we can improve things!

Collapse
 
paraths26 profile image
paraths26

I am using micro for last 6-7 months, and I would say this is complete golang microservice toolkit and very easy to start with. Also quick reply to GitHub issues is much appreciated.

Collapse
 
asim profile image
Asim Aslam

Thank you for using micro! Please let me know if you have any feedback for the project.

Collapse
 
wiss123456789 profile image
wiss123456789

Hello Sir ,i run the example code the server is ok but i didn't find the service in the services list of micro :(

Collapse
 
k1ng440 profile image
Asaduzzaman Pavel

I have been using micro for almost a year now. its solid