Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Microservices and Meteor

arunoda
February 02, 2015

Microservices and Meteor

How to use Microservices architecture with Meteor.

arunoda

February 02, 2015
Tweet

More Decks by arunoda

Other Decks in Programming

Transcript

  1. Issues with Monolithic apps hard to scale
 hard to manage

    the codebase issues in access control

  2. Why it’s getting popular now? Low cost hosting solutions
 Technologies

    like docker Easy to use service discovery solutions
 Better languages and frameworks
  3. Future of Meteor Write tiny services Deploy with with Galaxy

    (or similar too) Talk to services using DDP (using similar) Third party DDP APIs: (Mailchimp, Loggly)
  4. Microservices at Kadira We moved some services into cluster We

    are moving others soon We might also write a Go DDP Server