Tag: couchbase

Couchbase Training:  Program Update

Couchbase Training: Program Update

I joined Couchbase as Director of Technical Training last fall, and I’m excited to share with you some of the great things that have been going on in the training team over the past 5 months. Many of these projects...

Mark Secrist April 16, 2020
Flexible Query & Indexing for Flexible JSON Model.

Flexible Query & Indexing for Flexible JSON Model.

Use N1QL when you’re in a JSON pickle. — Confucius For the JSON data model, the advice is to think of collections as tables, JSON document as denormalized rows and field names as columns – roughly. All this holds in...

Keshav Murthy April 13, 2020
Couchbase and Revolut Win Anti-Fraud Solution of the Year

Couchbase and Revolut Win Anti-Fraud Solution of the Year

Recently, Couchbase and Revolut were jointly honored with the Anti-fraud Solution of the Year accolade at the prestigious FStech Awards. This was awarded in recognition of Revolut’s world-class fraud prevention system, Sherlock, and Couchbase’s enterprise-class NoSQL database with which Sherlock...

Perry Krug April 7, 2020
Couchbase for Oracle Developers – Part 4 : Data types

Couchbase for Oracle Developers – Part 4 : Data types

Link to the series home page: https://www.couchbase.com/blog/couchbase-oracle-developers-part-2-architecture/ As part of data remodeling, while moving from the relational model to the JSON model, you’ll have to consider the data type mapping. In Oracle, you’ll have to create and declare the types...

Keshav Murthy March 25, 2020
SQL to NoSQL – 7 Metrics to Compare Query Language

SQL to NoSQL – 7 Metrics to Compare Query Language

Organizations who want to take advantage of the many benefits of NoSQL document databases, often find that they have two challenges: How to convert their RDBMS schemas to leverage the schema-less document model. Learn a new API/Query  to access the...

Binh Le March 6, 2020
IN List Handling Improvements in Couchbase Server 6.5

IN List Handling Improvements in Couchbase Server 6.5

Introduction IN list is commonly used in N1QL queries. Couchbase Server 6.5 introduces a couple of enhancements in handling of IN list in N1QL queries. Handling of Large IN List Before Couchbase Server 6.5 N1QL handles IN list evaluation at...

Extend Couchbase Analytics with Power BI using CData

Extend Couchbase Analytics with Power BI using CData

Extend Couchbase Analytics with Power BI using CData. This article will guide you through the steps needed to setup the connection from Couchbase Analytics to Power BI Desktop using the CData Power BI driver for Couchbase. More details regarding this...

Simple dataviz with N1QL and Google Sheets.

Simple dataviz with N1QL and Google Sheets.

Do whatever it takes to present the data to aid analysis and thinking.  — Edward Tufte How do you create graphs like these if you don’t already have some ready-made cool dataviz tool? You can run queries to wrangle the...

Keshav Murthy January 7, 2020
Index Planner for Global Secondary Indexes

Index Planner for Global Secondary Indexes

Integral aspect of any distributed system is to seamlessly provide high availability (HA) and load balancing capabilities to its user. With little to no input from user, Couhbase’s Global Secondary Indexes1 (GSI) provides its users with both – HA and Load...

Amit Kulkarni January 5, 2020
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...

How to Update Python 2 to Python 3 & The Differences Between Them

How to Update Python 2 to Python 3 & The Differences Between Them

Introduction The last major Python upgrade — to version 3 — arrived in Dec. 2008, nearly 12 years ago. And yet there is a good chance that you are still working on the Python 2 product or test code. If...

Testing N1QL Workloads with Apache JMeter

Testing N1QL Workloads with Apache JMeter

One of the key features that Couchbase provides for querying JSON data is a N1QL language. N1QL allows users to access and modify the contents of their JSON documents with familiar SQL statements. Quite often, during development phase of a...