Managing Microservices - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Monday, February 18, 2019

Managing Microservices

VEEP. Credit: HBOYou have decided it is time to implement the hottest architecture on the market — microservices. You've researched all the buzz-words and what the noise is about. Now what?This article is going to cover the following subjects:Microservices architecture — quick recapRunning microservices locally at the same time (via docker-compose)Setting up an API gateway to manage microservicesQuick recapLet's take a step back and look at the key concepts of microservices:Small, single responsibility servicesDecoupled from the rest of the program logicAs self-contained as possibleUnaware of other services' implementations, just of endpoints if necessaryCommunicating with each other via web requests (might be via direct http calls to REST endpoints, websocket and bayeux requests, queueing of requests to a certain queue, etc).If we follow these basic guidelines, then a typical fintech payments-service system would look like that:customers-service: stores customers private information and datatransactions-service: manages transactionscommunication-service: manages notifications, sms, e-mails, etc.


I guess you came to this post by searching similar kind of issues in any of the search engine and hope that this resolved your problem. If you find this tips useful, just drop a line below and share the link to others and who knows they might find it useful too.

Stay tuned to my blogtwitter or facebook to read more articles, tutorials, news, tips & tricks on various technology fields. Also Subscribe to our Newsletter with your Email ID to keep you updated on latest posts. We will send newsletter to your registered email address. We will not share your email address to anybody as we respect privacy.


This article is related to


api-gateway,docker,architecture,docker-compose,microservices

No comments:

Post a Comment