11
Couchbase Mobile for iOS 1

Retour d’expérience sur Couchbase par James Nocentini

Embed Size (px)

Citation preview

Page 1: Retour d’expérience sur Couchbase par James Nocentini

Couchbase Mobile for iOS

1

Page 2: Retour d’expérience sur Couchbase par James Nocentini

Switching from Core Data to Couchbase Lite Tech Talk and Q&As:

http://bit.ly/CBfebTT

Tuesday 17th, February 2015

or reach out on http://gitter.im/couchbase

Page 3: Retour d’expérience sur Couchbase par James Nocentini

What is the business problem?

Page 4: Retour d’expérience sur Couchbase par James Nocentini

Traditional 3-tier architecture

1. The data tier is often a lower priority than the UI & Logic tier

2. Developing the data tier on devices (w/ Core Data) as well as on the server is time and resource consuming

Page 5: Retour d’expérience sur Couchbase par James Nocentini

Couchbase Mobile

Page 6: Retour d’expérience sur Couchbase par James Nocentini

©2014 Couchbase Inc.

Couchbase Mobile

6

Couchbase LiteOn-device, lightweight, native embedded

JSON database

Sync GatewaySynchronize on-device Couchbase Lite with Couchbase Server in the

cloud

Couchbase ServerHigh performance, scalable,

always-on JSON database in the cloud

Page 7: Retour d’expérience sur Couchbase par James Nocentini

©2014 Couchbase Inc.

Couchbase Lite

Couchbase Lite

7

Full Featured JSON Native Lightweight Secure Offline

Cross-PlatformNative

Page 8: Retour d’expérience sur Couchbase par James Nocentini

©2014 Couchbase Inc.

Sync Gateway

Sync Gateway

8

Replication Access Control Filtering Validation

Page 9: Retour d’expérience sur Couchbase par James Nocentini

Demo

Page 10: Retour d’expérience sur Couchbase par James Nocentini

Recap

• Couchbase Lite lets you prototype your apps very quickly with data on your local device.

• Write less data modelling and server side code.

• Unlike solutions like Parse or Firebase, you keep the maximum flexibility when you need it.

Page 11: Retour d’expérience sur Couchbase par James Nocentini

@jamiltz

Thank you!! Any Questions?

or reach out on http://gitter.im/couchbase