Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 5 additions & 4 deletions modules/ROOT/pages/server-compatibility-collections.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ include::partial$block-abstract.adoc[]

== Using Collections

Couchbase Server provides the backing data store for Sync Gateway and it is compatible -- see: {compatibility--xref}.
However, there are considerations you needs to be aware of when using some Couchbase Server features with Sync Gateway.
Couchbase Server provides the backing data store for Sync Gateway.

One of those instances concerns the use of {server-collections--xref}.
TIP: See: {compatibility--xref} for version compatibility information.

Sync Gateway supports the default scopes and collections ({server-collections-default--xref})
Here we provide details on how Couchbase Server's Scopes and Collections feature relates to the Couchbase mobile ecosystem.

Sync Gateway offers support for Couchbase Server's default scopes and collections ({server-collections-default--xref}).
It does not currently support named scopes or collections ({server-collections-named--xref}).


Expand Down
7 changes: 5 additions & 2 deletions modules/ROOT/pages/server-compatibility-eventing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ include::partial$block-caveats.adoc[tags=ee-only-feature]

== Introduction

Couchbase Server provides the backing data store for Sync Gateway and there are some considerations you needs to be aware of when using its features alongside Couchbase mobile.
Couchbase Server provides the backing data store for Sync Gateway.

TIP: See: {compatibility--xref} for version compatibility information.

Couchbase Server's {server-eventing--xref} feature provides a framework to operate on changes to data in real time.

For example, Couchbase Server's {server-eventing--xref} feature provides a framework to operate on changes to data in real time.
Here we provide details on how {server-eventing--xref} relates to data changes in the Couchbase Mobile ecosystem.


Expand Down
3 changes: 2 additions & 1 deletion modules/ROOT/pages/server-compatibility-transactions.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Couchbase Server provides the backing data store for Sync Gateway.
TIP: See: {compatibility--xref} for version compatibility information.

Both Couchbase Server and Couchbase mobile (Sync Gateway and Couchbase Lite) support transactions.
Here we look at how they relate.

Here we provide details on how Couchbase Server's {server-transactions--xref} feature relates to the Couchbase mobile ecosystem.


== Local Transactions
Expand Down
11 changes: 7 additions & 4 deletions modules/ROOT/pages/server-compatibility-xdcr.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ include::partial$block-abstract.adoc[]

== Introduction

Couchbase Server provides the backing data store for Sync Gateway and it is compatible -- see: {compatibility--xref}.
However, there are considerations you needs to be aware of when using some Couchbase Server features with Sync Gateway.

One of those instances concerns the use of Couchbase Mobile and {server-xdcr--xref} (XDCR), which use different replication technologies.
Here we show how you can combine the two, maximizing the strengths of both, whist minimizing any functional or performance impact.
Couchbase Server provides the backing data store for Sync Gateway.

TIP: See: {compatibility--xref} for version compatibility information.

Both Couchbase mobile and {server-xdcr--xref} (XDCR) provide for efficient and secure replication of data, albeit using different replication technologies.

Here we provide details on how {server-xdcr--xref} (XDCR) feature relates to the Couchbase mobile ecosystem.


[#lbl-isgr]
Expand Down