You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: home/modules/ROOT/pages/mobile.adoc
+41-20Lines changed: 41 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,43 @@
1
-
= Couchbase Mobile - Embedded Database on the Edge
1
+
= Couchbase Mobile
2
2
:page-layout: landing-page-top-level-sdk
3
3
:page-role: tiles
4
4
:page-rank: 75
5
5
:!sectids:
6
6
7
7
include::partial$info-banner.adoc[]
8
8
9
-
= Couchbase Mobile
10
-
11
-
++++
12
-
<div class="card-row">
13
-
++++
9
+
== Welcome to Couchbase Mobile
14
10
15
11
[.column]
16
12
====== {empty}
17
13
[.content]
18
-
_Couchbase Mobile_ brings the power of NoSQL to the edge.
19
-
The combination of _Sync Gateway_ and _Couchbase Lite_ coupled with the power of _Couchbase Server_ provides fast, efficient bidirectional synchronization of data between the edge and the cloud.
14
+
Couchbase Mobile brings the power of NoSQL to the edge.
15
+
The combination of Sync Gateway and Couchbase Lite coupled with the power of Couchbase Server provides fast, efficient bidirectional synchronization of data between the edge and the cloud.
20
16
Enabling you to deploy your offline-first mobile and embedded applications with greater agility on premises or in any cloud.
Couchbase Mobile has two deployment paths, depending on whether you self-manage your backend or use Capella.
30
25
31
-
== Embedded Database on the Edge
26
+
If you self-manage your backend, Couchbase Lite on the device syncs to Sync Gateway, which connects to Couchbase Server.
27
+
If you use Capella, Couchbase Lite syncs to Capella App Services instead.
28
+
App Services is Capella's managed version of Sync Gateway.
29
+
It runs the same synchronization engine, hosted and operated by Capella, so features built for Sync Gateway ship with matching support in App Services.
30
+
31
+
For resource-constrained environments, such as single-board computers or point-of-sale terminals, Couchbase Edge Server sits between Couchbase Lite devices and the cloud sync layer.
32
+
33
+
[.column]
34
+
====== {empty}
35
+
36
+
== Couchbase Mobile Products
37
+
38
+
Each product below handles a specific part of the Couchbase Mobile ecosystem, from the embedded database on the device to the sync layer in the cloud.
Couchbase Lite is an embedded, NoSQL JSON Document Style database for your mobile apps.
41
-
It natively supports all major operating systems and platforms.
42
-
Its NoSQL client database provides CRUD, full-text search and query capabilities that runs locally on the device. +
49
+
Couchbase Lite is an embedded, NoSQL JSON Document Style database for your mobile apps. It natively supports all major operating systems and platforms. Its NoSQL client database provides CRUD, full-text search and query capabilities that runs locally on the device. +
43
50
xref:couchbase-lite::introduction.adoc[Go to Couchbase Lite Docs]
44
51
45
52
[.column]
46
53
.Sync Gateway
47
54
48
55
[.content]
49
-
Sync Gateway is an internet-facing synchronization mechanism designed to provide data synchronization for large-scale interactive web, mobile, and IoT applications. +
56
+
Sync Gateway is a secure, high-performance gateway designed for cloud-to-edge data synchronization. It serves as the synchronization server in a Couchbase Mobile deployment, enabling mobile, web, and IoT applications to view and sync data with Couchbase Server.
57
+
You deploy and operate Sync Gateway yourself. +
50
58
xref:sync-gateway::introduction.adoc[Go to Sync Gateway Docs]
51
59
60
+
[.column]
61
+
.App Services
62
+
63
+
[.content]
64
+
Capella App Services is Capella's managed version of Sync Gateway. It runs the same synchronization engine, hosted and operated by Capella, with feature parity to self-managed Sync Gateway. You can use App Services with an embedded Couchbase Lite database in your applications. +
65
+
xref:app-services:get-started:configuring-app-services.adoc[Go to App Services Docs]
66
+
52
67
[.column]
53
68
.Edge Server
54
69
55
70
[.content]
56
-
Edge Server is a lightweight standalone database for resource-constrained edge.
57
-
It exposes a REST API that enables you to get database information, perform document operations, run {sqlpp} queries, and manage change feeds and replication. +
71
+
Couchbase Edge Server is a lightweight standalone database for resource-constrained edge. It exposes a REST API that enables you to get database information, perform document operations, run {sqlpp} queries, and manage change feeds and replication. +
58
72
xref:couchbase-edge-server:introduction:intro.adoc[Go to Edge Server Docs]
59
73
74
+
[.column]
75
+
.Couchbase Lite JavaScript
76
+
77
+
[.content]
78
+
Couchbase Lite JavaScript is a lightweight, offline-first embedded NoSQL JSON document database for browser-based frontend apps. It provides query, indexing, and data synchronization with Capella App Services or Sync Gateway. +
79
+
xref:couchbase-lite-javascript::introduction.adoc[Go to Couchbase Lite JavaScript Docs]
0 commit comments