Skip to content

Commit 739aad3

Browse files
committed
DOC-14481-update-cb-intro
1 parent d12683a commit 739aad3

1 file changed

Lines changed: 41 additions & 20 deletions

File tree

home/modules/ROOT/pages/mobile.adoc

Lines changed: 41 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,43 @@
1-
= Couchbase Mobile - Embedded Database on the Edge
1+
= Couchbase Mobile
22
:page-layout: landing-page-top-level-sdk
33
:page-role: tiles
44
:page-rank: 75
55
:!sectids:
66

77
include::partial$info-banner.adoc[]
88

9-
= Couchbase Mobile
10-
11-
++++
12-
<div class="card-row">
13-
++++
9+
== Welcome to Couchbase Mobile
1410

1511
[.column]
1612
====== {empty}
1713
[.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.
2016
Enabling you to deploy your offline-first mobile and embedded applications with greater agility on premises or in any cloud.
2117

2218
[.column]
2319
====== {empty}
24-
[.media-left]
25-
image::secure-manage-and-develop-with-ease.svg[,275]
20+
[.content]
2621

27-
++++
28-
</div>
29-
++++
22+
== How the pieces fit together
23+
24+
Couchbase Mobile has two deployment paths, depending on whether you self-manage your backend or use Capella.
3025

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.
39+
40+
Select a product to go to its documentation.
3241
++++
3342
<div class="card-row two-column-row">
3443
++++
@@ -37,26 +46,38 @@ image::secure-manage-and-develop-with-ease.svg[,275]
3746
.Couchbase Lite
3847

3948
[.content]
40-
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. +
4350
xref:couchbase-lite::introduction.adoc[Go to Couchbase Lite Docs]
4451

4552
[.column]
4653
.Sync Gateway
4754

4855
[.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. +
5058
xref:sync-gateway::introduction.adoc[Go to Sync Gateway Docs]
5159

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+
5267
[.column]
5368
.Edge Server
5469

5570
[.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. +
5872
xref:couchbase-edge-server:introduction:intro.adoc[Go to Edge Server Docs]
5973

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]
80+
6081
[.column]
6182
.Tutorials
6283

0 commit comments

Comments
 (0)