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
88
Newer way to notify customer about features
arunoda
1
70
Other Decks in Programming
See All in Programming
複雑なフォームに立ち向かう Next.js の技術選定
macchiitaka
2
180
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
270
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
420
AIコーディングAgentとの向き合い方
eycjur
0
280
Testing Trophyは叫ばない
toms74209200
0
890
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
170
アセットのコンパイルについて
ojun9
0
130
さようなら Date。 ようこそTemporal! 3年間先行利用して得られた知見の共有
8beeeaaat
3
1.5k
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
OSS開発者という働き方
andpad
5
1.7k
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
180
Navigating Dependency Injection with Metro
zacsweers
3
2.5k
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1370
200k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Code Review Best Practice
trishagee
71
19k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Designing for humans not robots
tammielis
253
25k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Side Projects
sachag
455
43k
Designing Experiences People Love
moore
142
24k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
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!