Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Microservices and Meteor
Search
arunoda
February 02, 2015
Programming
0
890
Microservices and Meteor
How to use Microservices architecture with Meteor.
arunoda
February 02, 2015
Tweet
Share
More Decks by arunoda
See All by arunoda
How JavaScript Works
arunoda
1
76
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
160
Performance Optimization Tips for Meteor
arunoda
0
300
Introduction to Flow - UI Architecture for Meteor
arunoda
1
210
Scaling a Meteor Cluster
arunoda
0
250
Introduction to Meteor
arunoda
1
98
How to write CPU optimized Meteor apps
arunoda
3
90
Newer way to notify customer about features
arunoda
1
70
Other Decks in Programming
See All in Programming
What’s Fair is FAIR: A Decentralised Future for WordPress Distribution
rmccue
0
150
What's New in Web AI?
christianliebel
PRO
0
120
Temporal Knowledge Graphで作る! 時間変化するナレッジを扱うAI Agentの世界
po3rin
5
1.3k
AIの弱点、やっぱりプログラミングは人間が(も)勉強しよう / YAPC AI and Programming
kishida
8
3.6k
Dive into Triton Internals
appleparan
0
480
Vueで学ぶデータ構造入門 リンクリストとキューでリアクティビティを捉える / Vue Data Structures: Linked Lists and Queues for Reactivity
konkarin
1
160
オフライン対応!Flutterアプリに全文検索エンジンを実装する @FlutterKaigi2025
itsmedreamwalker
1
160
Promise.tryで実現する新しいエラーハンドリング New error handling with Promise try
bicstone
2
240
SUZURIの規約違反チェックにおけるクリエイタフィードバックの試⾏錯誤/Trial and Error in Creator Feedback for SUZURI's Terms of Service Violation Checks
ae14watanabe
1
140
The Missing Link in Angular's Signal Story: Resource API and httpResource
manfredsteyer
PRO
0
100
JJUG CCC 2025 Fall: Virtual Thread Deep Dive
ternbusty
2
120
Phronetic Team with AI - Agile Japan 2025 closing
hiranabe
1
350
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
432
66k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
It's Worth the Effort
3n
187
28k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Transcript
Microservices with Meteor @meteorhacks using meteorhacks:cluster
Monolithic App ui.kadira.io data receiving alerts aggregations web
Issues with Monolithic apps hard to scale hard to manage
the codebase issues in access control
With Microservices ui.kadira.io data receiving alerts aggregations web
Microservices ~= SOA
None
Issues with microservices book keeping of these services a lot
of services to deploy
Why it’s getting popular now? Low cost hosting solutions Technologies
like docker Easy to use service discovery solutions Better languages and frameworks
Meteor and Microservices
Cluster’s role + load balancing, failovers
Demo
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)
Microservices at Kadira We moved some services into cluster We
are moving others soon We might also write a Go DDP Server
BulletProof Meteor http://goo.gl/i3UkPl
Thank You!