Category: Python

ML Meets NoSQL: Integrating Python User-Defined Functions with SQL++ for Analytics

ML Meets NoSQL: Integrating Python User-Defined Functions with SQL++ for Analytics

After conversations with our customers about the delay in obtaining analytical insights from their Python-based machine learning models, we set out to create a seamless pipeline from Python to Couchbase Analytics that returns faster insights in real time.  Introduction With...

, November 8, 2021
Announcing the 3.0 Beta Release for Mobile & Edge Computing

Announcing the 3.0 Beta Release for Mobile & Edge Computing

We’re pleased to announce the GA release of the Couchbase Lite 3.0 and Sync Gateway 3.0 platforms for mobile and edge computing solutions This major release makes great strides in the area of edge computing by expanding our edge device platform...

Training a Linear Regression Model with Couchbase & a Jupyter Notebook: Step-by-Step Tutorial

Training a Linear Regression Model with Couchbase & a Jupyter Notebook: Step-by-Step Tutorial

Data scientists love Jupyter Notebooks – and it makes a natural pairing with the Couchbase document database. Why? The Jupyter Notebook web application lets you create and share documents that contain narrative text, equations and the like for use cases...

October 6, 2021
How to Build Observability Dashboards with Prometheus, Grafana & Couchbase

How to Build Observability Dashboards with Prometheus, Grafana & Couchbase

You’ve certainly heard it before: “What gets measured gets done.” It’s true: what you observe and measure is what you can improve. The key to any improvement is to first identify what to measure and then collect the related metrics....

Announcing Couchbase Server 7.0

Announcing Couchbase Server 7.0

Couchbase Server 7.0 solves the requirements of modern application development. In doing so, it settles the debate over using relational or NoSQL databases. There’s no more need to compromise. (Try it out for yourself here or skip straight to the...

How to Use Couchbase as a Machine Learning Model Store [Part 2 of 2]

How to Use Couchbase as a Machine Learning Model Store [Part 2 of 2]

When it comes to machine learning, a lot is said and written about training your ML models. But of equal importance is where you store those models once you’re ready to serve up real-time predictions. Last week, we looked at...

How to Take Python Input in Couchbase

How to Take Python Input in Couchbase

Writing software is never easy. Writing software that appeals to users requires interacting with them. So do you get relevant data that you can put to use on behalf of users? Python – the most-wanted language for building software according...

June 2, 2021
Data Structures & Full-Text Search Indexing in Couchbase

Data Structures & Full-Text Search Indexing in Couchbase

This is Part 3 of a series examining Data Structures in NoSQL databases. In this post, we use Full-Text Search natural language queries against data structures in Couchbase. Part 1: Data Structures for NoSQL Applications we used simplified JSON data...

March 16, 2021
Data Structures & Algorithms For NoSQL Applications

Data Structures & Algorithms For NoSQL Applications

This article introduces Data Structures and how they work with Couchbase Server 7.0 Scopes and Collections features. What are data structures? Couchbase Data Structures is an API feature that aligns the language of the database interface with a programming language....

January 22, 2021