-
Notifications
You must be signed in to change notification settings - Fork 94
update cb mobile intro page #829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
iamfortune
wants to merge
6
commits into
master
Choose a base branch
from
DOC-13373-update-cb-mobile-intro-page
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
dc0ec6d
update cb mobile intro page
iamfortune 9a7a176
update seo and reference
iamfortune 644cbf6
updated intro page to add xrefs
iamfortune 2e9aee5
added preview with head.yml
iamfortune 35046e5
updated xrefs + links
iamfortune 7bfa190
updated to match style guide formatting
iamfortune File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,101 @@ | ||
= Couchbase Mobile - Embedded Database on the Edge | ||
:page-layout: landing-page-top-level-sdk | ||
:page-role: tiles | ||
= Couchbase Mobile | ||
// :page-layout: landing-page-top-level-sdk | ||
// :page-role: tiles | ||
:page-toclevels: 2 | ||
:page-rank: 75 | ||
:!sectids: | ||
|
||
include::partial$info-banner.adoc[] | ||
Couchbase Mobile brings the power of NoSQL JSON document database to the edge. | ||
The combination of Sync Gateway and Couchbase Lite provides fast, efficient bidirectional synchronization of data between the edge and the cloud. | ||
|
||
= Couchbase Mobile | ||
This enables you to deploy offline-first mobile and edge applications with greater agility on premises or in any cloud. | ||
Features include automatic conflict resolution, security, Full-Text Search, and SQL++ querying capabilities. | ||
|
||
== Components | ||
|
||
Couchbase Mobile consists of: | ||
|
||
xref:couchbase-lite:ROOT:index.adoc[Couchbase Lite] - Embedded NoSQL database for mobile and edge devices. | ||
Couchbase Lite provides local storage, querying, and offline operations. | ||
|
||
xref:sync-gateway:ROOT:introduction.adoc[Sync Gateway] - Secure, high-performance synchronization server for cloud-to-edge data sync. | ||
Provides authentication, access control, and RESTful API. | ||
Both on-premises and Capella (Cloud) deployments use Sync Gateway. | ||
|
||
xref:couchbase-edge-server:introduction:intro.adoc[Edge Server] - Lightweight database for edge/IoT environments. | ||
Edge Server enables local data processing and synchronization with Couchbase Lite and Capella. | ||
|
||
xref:cloud:app-services:index.adoc[App Services] - Fully managed synchronization service providing the same sync capabilities as Sync Gateway but without infrastructure management. | ||
|
||
|
||
== Deployment Options | ||
|
||
iamfortune marked this conversation as resolved.
Show resolved
Hide resolved
|
||
=== Cloud (Capella) | ||
Components: Couchbase Lite + App Services | ||
iamfortune marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
||
* Fully managed cloud solution. | ||
* App Services provides managed, scalable synchronization for Capella. | ||
* Automatic scaling, maintenance, and cloud-native management. | ||
|
||
=== On-Premises | ||
|
||
Components: Couchbase Lite + Sync Gateway | ||
|
||
* Deploy and manage your own infrastructure. | ||
* Sync Gateway handles synchronization between devices and Couchbase Server. | ||
* Full control over security, data, and hosting. | ||
|
||
=== Edge/IoT Deployments (Optional) | ||
Components: Couchbase Lite + Edge Server + (Sync Gateway or App Services) | ||
|
||
* For lightweight edge computing and IoT environments. | ||
* Edge Server enables local data processing at the edge. | ||
* Can sync with either on-premises Sync Gateway or cloud-based App Services. | ||
* Ideal for scenarios requiring reduced latency and local data processing. | ||
|
||
== Data Flow | ||
|
||
1. Couchbase Lite stores and syncs data locally on mobile devices, supporting offline operations. | ||
2. Sync Gateway (on-prem) or App Services (cloud) manage secure, bidirectional synchronization between devices and the backend database. | ||
3. For edge deployments, Edge Server provides local data processing and sync for IoT/edge devices. | ||
4. Capella offers a fully managed cloud database and sync solution. | ||
|
||
== Mobile Development | ||
|
||
=== Couchbase Lite SDKs | ||
|
||
Build mobile apps with native SDKs for: | ||
|
||
* iOS/macOS: xref:couchbase-lite:swift:quickstart.adoc[Swift], xref:couchbase-lite:objc:quickstart.adoc[Objective-C] | ||
|
||
* Android: xref:couchbase-lite:java:quickstart.adoc[Java], xref:couchbase-lite:android:kotlin.adoc[Kotlin] | ||
|
||
* Cross-Platform: xref:couchbase-lite:csharp:quickstart.adoc[.NET], xref:couchbase-lite:c:quickstart.adoc[C] | ||
|
||
* JavaScript: xref:couchbase-lite:javascript:ionic.adoc[Ionic], xref:couchbase-lite:javascript:react.adoc[React Native] | ||
|
||
NOTE: JavaScript is community managed and not supported by Couchbase officially. | ||
|
||
=== Sync Gateway Platforms | ||
|
||
Deploy Sync Gateway on: | ||
|
||
xref:sync-gateway:ROOT:get-started-install.adoc#install-for-linux[Linux] | ||
|
||
xref:sync-gateway:ROOT:get-started-install.adoc#install-for-windows[Windows] | ||
|
||
xref:sync-gateway:ROOT:get-started-install.adoc#install-for-mac-os[macOS] | ||
|
||
xref:sync-gateway:ROOT:deploy-cluster-to-kubernetes.adoc[Kubernetes] | ||
|
||
== Getting Started | ||
|
||
* For cloud development: xref:cloud:get-started:intro.adoc[Start with Capella] and xref:cloud:app-services:index.adoc[App Services] for managed Sync. | ||
* For on-premises: xref:couchbase-lite:ROOT:index.adoc[Install Couchbase Lite] and xref:sync-gateway:ROOT:introduction.adoc[configure Sync Gateway]. | ||
* For Edge computing: xref:couchbase-edge-server:introduction:intro.adoc[Edge Server] for local/IoT sync. | ||
|
||
== Learn More | ||
|
||
++++ | ||
<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. | ||
Enabling you to deploy your offline-first mobile and embedded applications with greater agility on premises or in any cloud. | ||
|
||
[.column] | ||
====== {empty} | ||
[.media-left] | ||
image::secure-manage-and-develop-with-ease.svg[,275] | ||
|
||
++++ | ||
</div> | ||
++++ | ||
|
||
== Embedded Database on the Edge | ||
++++ | ||
<div class="card-row two-column-row"> | ||
++++ | ||
|
||
[.column] | ||
.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. + | ||
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. + | ||
xref:sync-gateway::introduction.adoc[Go to Sync Gateway 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. + | ||
xref:couchbase-edge-server:introduction:intro.adoc[Go to Edge Server Docs] | ||
|
||
[.column] | ||
.Tutorials | ||
|
||
[.content] | ||
Sample tutorials to build Mobile applications on the edge. + | ||
https://developer.couchbase.com/tutorials[Couchbase Mobile Tutorials] | ||
|
||
++++ | ||
</div> | ||
++++ | ||
* https://developer.couchbase.com/tutorials/[Couchbase Mobile Tutorials] | ||
iamfortune marked this conversation as resolved.
Show resolved
Hide resolved
|
||
* xref:home:ROOT:index.adoc[Couchbase Documentation] | ||
* xref:cloud:app-services:index.adoc[Manage App Services for Mobile and Edge (Capella)] | ||
* xref:couchbase-edge-server:get-started:introduction:intro.adoc[Getting Started with Edge Server] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
sources: | ||
docs-couchbase-lite: | ||
branches: [release/3.2] | ||
docs-sync-gateway: | ||
branches: [release/3.2] | ||
docs-couchbase-lite-edge-server: | ||
branches: [release/1.0] | ||
docs-server: | ||
branches: [release/7.6] | ||
docs-devex: | ||
branches: [capella] | ||
cb-swagger: | ||
branches: [capella] | ||
docs-capella: | ||
branches: [main] | ||
|
||
override: | ||
site: | ||
startPage: home::mobile.adoc | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.