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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
91
Newer way to notify customer about features
arunoda
1
71
Other Decks in Programming
See All in Programming
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
220
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.4k
Understanding Apache Lucene - More than just full-text search
spinscale
0
130
GC言語のWasm化とComponent Modelサポートの実践と課題 - Scalaの場合
tanishiking
0
120
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
730
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
130
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
570
20260315 AWSなんもわからん🥲
chiilog
2
160
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
310
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
290
GoのDB アクセスにおける 「型安全」と「柔軟性」の両立 - Bob という選択肢
tak848
0
220
AI活用のコスパを最大化する方法
ochtum
0
220
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
698
190k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
Bash Introduction
62gerente
615
210k
B2B Lead Gen: Tactics, Traps & Triumph
marketingsoph
0
78
Neural Spatial Audio Processing for Sound Field Analysis and Control
skoyamalab
0
220
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
560
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Designing Experiences People Love
moore
143
24k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
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!