Results for: couchbase mobile 2

Fueling the Next Great Enterprise Software Company
Today Couchbase has taken another significant step toward our goal of becoming the next great enterprise software company. I’m excited to share with you that we have secured a $105M all-equity funding round led by GPI Capital with oversubscribed participation...

The Top 10 Enterprise Use Cases for NoSQL
NoSQL databases — also known as document databases — have become standard in enterprises around the globe. Who uses NoSQL? Hundreds of Global 2000 companies, including the major public cloud providers. Over the last 10 years, the number of NoSQL...

Observing the Rising Tide of Developer Influence
International Data Corporation (IDC) announced the results of a really interesting research project recently, where it has surveyed 2,500 developers around the globe. The IDC team commenting on the report saying that: “Developers are increasingly regarded as visionaries and architects...

Customer 360 – Part 4 – Analyzing Your Data
OK, so we’ve looked at building aspects of a Customer 360 solution in previous posts. We looked at an overview of what’s involved in part 1, and since you’re reading this, I’m assuming that the threat of having to think...

Understanding Distributed Multi-Document ACID Transactions
Couchbase CTO Ravi Mayuram announced Distributed Multi-document ACID Transactions in Couchbase Server 6.5. I highly recommend reading Ravi’s blog which highlights how Couchbase transactions are an innovative union of ACID guarantees with scale, high-availability, performance and flexibility. In this blog,...

Thinking About Customer 360
Customer 360. Or, as one of our competitors (who shall remain nameless, but uses a Birch leaf as their logo) calls it, Single View. Everyone wants it. Everyone needs it. After all, most of your customer data is stored in...

Why “Born in the Cloud” NoSQL Services Won’t Always Win
NoSQL isn’t all equal Couchbase has been recognized as a Leader in NoSQL by Forrester Research in their recent report ‘The Forrester Wave™: Big Data NoSQL, Q1 2019.’ Forrester identified the 15 most significant companies in the category, then evaluated...

Exploring RxJava – Wrapping a Listener Callback
In this post, I’ll show how to convert a callback-based listener style API to a reactive one with RxJava 2. Contents Introduction Objective Getting Started Creating a Source Listing: BasicSource.java Listing: UnboundSource.java Converting to an Observable Listing: Observables.java Instantiation and...

Using YCSB to Benchmark JSON Databases
Bruce Lindsay once said, “There are three things important in the database world: Performance, Performance, and Performance”. Most enterprise architects know, as we progress in database features and architectures, it’s important to measure performance in an open way so they can compare...

Sharing and Syncing Data between iOS Apps and App Extensions across devices
This post discusses how to use Couchbase Mobile to share data between your iOS App and iOS App Extension across devices. In an earlier post, we discussed how you can use Couchbase Lite as a standalone, embedded data store to share...

Thank you: a year full of milestones
This week heralds one of my favorite times of the year: Thanksgiving. It may have come around sooner than ever this year (it sure feels like it!) but what a great time to reflect on and be thankful for all...

Developing a User Profile Store with Golang and a NoSQL Database
Remember the tutorial series I wrote in regards to creating a user profile store with Node.js and NoSQL? That tutorial covered a lot of ground, from creating a RESTful API with Node.js, handling user sessions, data modeling, and of course...