Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 45 additions & 21 deletions home/modules/ROOT/pages/mobile.adoc
Original file line number Diff line number Diff line change
@@ -1,34 +1,46 @@
= Couchbase Mobile - Embedded Database on the Edge
= Couchbase Mobile
:page-layout: landing-page-top-level-sdk
:page-role: tiles
:page-rank: 75
:!sectids:

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

= Couchbase Mobile
== Welcome to Couchbase Mobile

++++
<div class="card-row">
++++
[.column]
====== {empty}
[.content]
Couchbase Mobile brings the power of NoSQL to the edge.
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.
This lets you deploy fully featured mobile and embedded applications with greater agility on premises or in any cloud.

[.column]
====== {empty}
[.content]
_Couchbase Mobile_ brings the power of NoSQL to the edge.
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.
Enabling you to deploy your offline-first mobile and embedded applications with greater agility on premises or in any cloud.

== How the pieces fit together

Couchbase Mobile supports three deployment patterns.

In a self-managed deployment, Couchbase Lite connects to a Sync Gateway that you deploy and operate, and Sync Gateway pushes data to a self-managed Couchbase Server.

In a fully managed deployment, Couchbase Lite connects directly to Capella App Services, and App Services syncs data to your Capella Operational cluster.

In a hybrid deployment, Couchbase Lite connects to a self-managed Sync Gateway, but that Sync Gateway points to a Capella Operational cluster instead of a self-managed Couchbase Server.

App Services is Capella's managed version of Sync Gateway. It runs the same synchronization engine, hosted and operated by Capella. Feature parity between the two is common but not guaranteed, since some Sync Gateway features may not carry over to App Services, and App Services has features of its own.

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.

[.column]
====== {empty}
[.media-left]
image::secure-manage-and-develop-with-ease.svg[,275]

++++
</div>
++++
== Couchbase Mobile Products

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.

== Embedded Database on the Edge
Select a product to go to its documentation.
++++
<div class="card-row two-column-row">
++++
Expand All @@ -37,26 +49,38 @@ image::secure-manage-and-develop-with-ease.svg[,275]
.Couchbase Lite

[.content]
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. +
Couchbase Lite is an embedded, NoSQL JSON document 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. +
xref:couchbase-lite::introduction.adoc[Go to Couchbase Lite Docs]

[.column]
.Sync Gateway

[.content]
Sync Gateway is an internet-facing synchronization mechanism designed to provide data synchronization for large-scale interactive web, mobile, and IoT applications. +
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.
You deploy and operate Sync Gateway yourself. +
xref:sync-gateway::introduction.adoc[Go to Sync Gateway Docs]

[.column]
.App Services

[.content]
App Services is Capella's managed version of Sync Gateway, running the same synchronization engine. Feature parity is common but not guaranteed: some Sync Gateway features may not be adopted into App Services, and others are built specifically for App Services as a managed offering. +
xref:app-services:get-started:configuring-app-services.adoc[Go to App Services Docs]

[.column]
.Edge Server

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

[.column]
.Couchbase Lite JavaScript

[.content]
Couchbase Lite JavaScript is a lightweight, fully featured embedded NoSQL JSON document database for browser-based apps. It provides query, indexing, and data synchronization with Capella App Services or Sync Gateway. +
xref:couchbase-lite-javascript::introduction.adoc[Go to Couchbase Lite JavaScript Docs]

[.column]
.Tutorials

Expand All @@ -66,4 +90,4 @@ https://developer.couchbase.com/tutorials[Couchbase Mobile Tutorials]

++++
</div>
++++
++++
Loading