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
880
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
71
Meteor & Container (by Justin from MDG)
arunoda
0
110
Tour De Docker - Meteorhacks Show 2015 May
arunoda
1
150
Performance Optimization Tips for Meteor
arunoda
0
300
Introduction to Flow - UI Architecture for Meteor
arunoda
1
200
Scaling a Meteor Cluster
arunoda
0
250
Introduction to Meteor
arunoda
1
95
How to write CPU optimized Meteor apps
arunoda
3
86
Newer way to notify customer about features
arunoda
1
65
Other Decks in Programming
See All in Programming
Contemporary Test Cases
maaretp
0
140
ヤプリ新卒SREの オンボーディング
masaki12
0
130
Figma Dev Modeで変わる!Flutterの開発体験
watanave
0
150
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
200
Outline View in SwiftUI
1024jp
1
340
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
8
2.3k
Jakarta EE meets AI
ivargrimstad
0
300
as(型アサーション)を書く前にできること
marokanatani
10
2.8k
CSC509 Lecture 11
javiergs
PRO
0
180
TypeScriptでライブラリとの依存を限定的にする方法
tutinoko
3
710
.NET のための通信フレームワーク MagicOnion 入門 / Introduction to MagicOnion
mayuki
1
1.8k
카카오페이는 어떻게 수천만 결제를 처리할까? 우아한 결제 분산락 노하우
kakao
PRO
0
110
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
380
The World Runs on Bad Software
bkeepers
PRO
65
11k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
VelocityConf: Rendering Performance Case Studies
addyosmani
325
24k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
Reflections from 52 weeks, 52 projects
jeffersonlam
346
20k
A Tale of Four Properties
chriscoyier
156
23k
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!