Category: Couchbase Mobile

Couchbase Customer Spotlight Series – UPS

Couchbase Customer Spotlight Series – UPS

Couchbase would like to thank Konstantin Tadenev, Principal Architect, and UPS for hosting our recent Customer Spotlight event at the UPS Innovations Center in Parsippany, NJ. It was a terrific session for those who attended!Konstantin reviewed seven use-case categories that...

Best Practices and Patterns with Couchbase Mobile – Part 2

Best Practices and Patterns with Couchbase Mobile – Part 2

Couchbase Mobile enables a wide range of offline-first use cases of varying degrees of scale and complexity. In an earlier post, I discussed common patterns while using Couchbase Lite as embedded NoSQL data store within your apps. Those patterns focused...

Best Practices For Using Couchbase Mobile : Part 1

Best Practices For Using Couchbase Mobile : Part 1

Since the first official release in 2014, Couchbase Mobile has enabled a wide variety of use cases of varying degrees of scale and complexity. Despite the variation, there are some common usage patterns for using Couchbase Mobile. I have put...

Infosys “OpenHack” Development Program Features Couchbase

Infosys “OpenHack” Development Program Features Couchbase

Couchbase is expanding its partnerships with industry-leading global systems integrators and regional solution providers.  Through these partnerships, Couchbase’s unique capabilities can be delivered to our global footprint of enterprise customers. We collaborate closely with our Strategic Alliance partner Infosys to...

Custom Authentication with Couchbase Mobile

Custom Authentication with Couchbase Mobile

Custom Authentication with Couchbase Mobile Couchbase Mobile extends Couchbase to the edge, securely managing and syncing data from any cloud to every mobile device. Couchbase Mobile features an embedded database – Couchbase Lite – with SQL and full-text search for...

Customer 360 – Part 3 – Mobile Integration

Customer 360 – Part 3 – Mobile Integration

We’ve done a high-level overview of what’s involved in building a Customer 360 solution on Couchbase and all the thinking involved here… Then dug into the integration part of bringing in data from disparate sources and combining them in Couchbase,...

Davis Chapman August 6, 2019
Synchronized Drawing Apps with Couchbase Mobile

Synchronized Drawing Apps with Couchbase Mobile

Couchbase Mobile contains a robust and powerful embedded NoSQL database, called Couchbase Lite, that can be used within your iOS, Android, and Xamarin apps. The Couchbase Mobile stack also contains Sync Gateway. Sync Gateway enables secure data synchronization across Couchbase...

Prometheus Monitoring of Couchbase Mobile Kubernetes Cluster

Prometheus Monitoring of Couchbase Mobile Kubernetes Cluster

UPDATE: Starting in v2.8, Sync Gateway includes built-in Prometheus exporter support. Stats are exported in Prometheus-compatible format through the metrics endpoint. This implies that there is no longer the need to have a separate exporter. Read the Couchbase Documentation for...

Monitor Couchbase Sync Gateway with Prometheus and Grafana

Monitor Couchbase Sync Gateway with Prometheus and Grafana

The Couchbase Mobile 2.5 release introduced extensive stats reporting capabilities on the Sync Gateway.The stats provide key insights into the health of your Couchbase Mobile deployment and constitues an integral part of any deployment. In this post, we discuss how...

Couchbase Lite — In C!

Couchbase Lite — In C!

Couchbase Lite has been available since 2014, targeting the iOS, Android and .NET platforms, and secondarily macOS and Windows. To that end, we’ve exposed APIs in the preferred languages of those platforms: Java, Objective-C, Swift, and C#. But surely there...