-
Notifications
You must be signed in to change notification settings - Fork 95
DOC-14481-update-cb-intro #899
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
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
Some comments aren't visible on the classic Files Changed page.
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,34 +1,43 @@ | ||
| = 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 | ||
|
|
||
| ++++ | ||
| <div class="card-row"> | ||
| ++++ | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. although... this would have been a good occasion to consider moving to the more "modern" card layout we use for e.g. Capella landing pages. Not urgent, but something to add to roadmap perhaps |
||
| == Welcome to Couchbase Mobile | ||
|
|
||
| [.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. | ||
| 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] | ||
| [.content] | ||
|
|
||
| ++++ | ||
| </div> | ||
| ++++ | ||
| == How the pieces fit together | ||
|
|
||
| Couchbase Mobile has two deployment paths, depending on whether you self-manage your backend or use Capella. | ||
|
|
||
| == Embedded Database on the Edge | ||
| If you self-manage your backend, Couchbase Lite on the device syncs to Sync Gateway, which connects to Couchbase Server. | ||
| If you use Capella, Couchbase Lite syncs to Capella App Services instead. | ||
| App Services is Capella's managed version of Sync Gateway. | ||
| It runs the same synchronization engine, hosted and operated by Capella, so features built for Sync Gateway ship with matching support in App Services. | ||
|
iamfortune marked this conversation as resolved.
Outdated
|
||
|
|
||
| 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} | ||
|
|
||
| == 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. | ||
|
|
||
| Select a product to go to its documentation. | ||
| ++++ | ||
| <div class="card-row two-column-row"> | ||
| ++++ | ||
|
|
@@ -37,26 +46,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 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. + | ||
| 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] | ||
| 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. + | ||
| 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, 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. + | ||
|
iamfortune marked this conversation as resolved.
Outdated
|
||
| xref:couchbase-lite-javascript::introduction.adoc[Go to Couchbase Lite JavaScript Docs] | ||
|
|
||
| [.column] | ||
| .Tutorials | ||
|
|
||
|
|
||
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't you need this markup for the layout to work correctly?
I notice you still have the
</div>later on