the future of data
in ember
is __________________________
Slide 3
Slide 3 text
the future of data
in ember
is __________________________
web standards
Slide 4
Slide 4 text
the future of data
in ember
is __________________________
ahead of web standards
Slide 5
Slide 5 text
the future of data
in ember
is __________________________
realtime
Slide 6
Slide 6 text
RESTful
the future of data
in ember
is __________________________
Slide 7
Slide 7 text
the future of data
in ember
is __________________________
graph-based
Slide 8
Slide 8 text
operations
the future of data
in ember
is __________________________
Slide 9
Slide 9 text
offline
the future of data
in ember
is __________________________
Slide 10
Slide 10 text
what you need it to be
the future of data
in ember
is __________________________
Slide 11
Slide 11 text
ember needs to meet you
where you are
and help you get
where you want to be
Slide 12
Slide 12 text
Orbit
Fetch + JSON Ember Data
ember-apollo-client
emberfire
ember-redux
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
requirement
fetch and display data about some of
your favorite emberistas
Slide 15
Slide 15 text
server-side solution
GET /api/v1/contacts
GET /api/v1/contacts/:contact_id
Slide 16
Slide 16 text
client-side solution
Fetch + JSON
Slide 17
Slide 17 text
No content
Slide 18
Slide 18 text
No content
Slide 19
Slide 19 text
requirement
work offline
Slide 20
Slide 20 text
No content
Slide 21
Slide 21 text
solution
service workers
Slide 22
Slide 22 text
No content
Slide 23
Slide 23 text
No content
Slide 24
Slide 24 text
$ ember install ember-service-worker
$ ember install ember-service-worker-index
$ ember install ember-service-worker-asset-cache
$ ember install ember-service-worker-cache-fallback
Slide 25
Slide 25 text
No content
Slide 26
Slide 26 text
No content
Slide 27
Slide 27 text
No content
Slide 28
Slide 28 text
No content
Slide 29
Slide 29 text
requirement
admin pages to edit emberistas
(does not need to work offline)
Slide 30
Slide 30 text
server-side solution
GET /api/v2/contacts
GET /api/v2/contacts/:contact_id
POST /api/v2/contacts
PATCH /api/v2/contacts/:contact_id
DELETE /api/v2/contacts/:contact_id
Slide 31
Slide 31 text
client-side solution
Ember Data
Slide 32
Slide 32 text
No content
Slide 33
Slide 33 text
No content
Slide 34
Slide 34 text
No content
Slide 35
Slide 35 text
requirement
everything needs to work offline
Slide 36
Slide 36 text
server-side solution
GET /api/v2/contacts
GET /api/v2/contacts/:contact_id
POST /api/v2/contacts
PATCH /api/v2/contacts/:contact_id
DELETE /api/v2/contacts/:contact_id
Slide 37
Slide 37 text
client-side solution
Orbit
Slide 38
Slide 38 text
No content
Slide 39
Slide 39 text
No content
Slide 40
Slide 40 text
Orbit
Fetch + JSON Ember Data
Slide 41
Slide 41 text
how do we allow apps to evolve
with the least friction?
Slide 42
Slide 42 text
No content
Slide 43
Slide 43 text
No content
Slide 44
Slide 44 text
Capabilities
Complexity
Slide 45
Slide 45 text
No content
Slide 46
Slide 46 text
No content
Slide 47
Slide 47 text
No content
Slide 48
Slide 48 text
Config
Slide 49
Slide 49 text
No content
Slide 50
Slide 50 text
No content
Slide 51
Slide 51 text
No content
Slide 52
Slide 52 text
February 2013
Slide 53
Slide 53 text
February 2013
Slide 54
Slide 54 text
No content
Slide 55
Slide 55 text
No content
Slide 56
Slide 56 text
ActiveModel
Serializers
(Rails)
Ember Data
+
RestAdapter
Slide 57
Slide 57 text
ActiveModel
Serializers
(Rails)
Ember Data
+
RestAdapter
Slide 58
Slide 58 text
May 2013 Initial draft
May 2015 v1.0
Slide 59
Slide 59 text
ActiveModel
Serializers
(Rails)
Ember Data
+
JSONAPIAdapter
Slide 60
Slide 60 text
JSONAPI
Resources
(Rails)
Ember Data
+
JSONAPIAdapter
Slide 61
Slide 61 text
JSONAPI
Resources
(Rails)
Orbit
+
JSONAPISource
Slide 62
Slide 62 text
fast_jsonapi
(Ruby)
Orbit
+
JSONAPISource
Slide 63
Slide 63 text
50+ server libs
14 languages
50+ client libs
14 languages