Version 2.8 introduces enhancements to sync technology for distributed cloud
Cloud-to-edge sync
Securely sync data between your web, mobile, and IoT apps (Couchbase Lite) and your backend database (Couchbase Server), as well as between cloud and edge data centers.
Data routingBuilt-in data integration APIs
Use built-in APIs for accessing and managing data over the web and integrating with external web clients, data stores, and services.
Changes feedFine-grained security
Enforce document-level read and field-level write access policies down to individual user and role. Take advantage of pluggable user authentication, including OpenID Connect providers like Google, Facebook, and more.
User authenticationElastically scalable in real time
Vertically and horizontally scale Sync Gateway nodes to handle changes in capacity demands. Apply tunable read and write scaling options to meet performance demands.
Load balancerAttributes of sync technology
Flexibility
Sync data between any cloud data center and edge devices or between cloud and edge data centers.
Learn moreConfigurability
Customize the sync with fine-grained filters to specify the subset of documents that should be filtered, direction of sync (one-way or bidirectional), and frequency of sync (real time or on demand).
Learn moreAutomatic conflict resolution
Conflicts due to concurrent changes from multiple clients are automatically handled using predefined policies with the flexibility of user-defined custom conflict resolvers.
Learn moreEfficiency
Using delta sync technology, reduce transfer costs and network load by only syncing the parts of the document that have changed.
Learn moreResiliency
Retry logic enables automatic recovery from disruptions in network connectivity that can range in duration from a few minutes to days or months.
Learn moreSecurity
Replications are secured end to end with TLS and x.509 certificate-based authentication. Document access is controlled using configurable access read and write level control policies.
Learn more