Learn how Couchbase serves real-time machine learning predictions in production and the storage needs of an enterprise prediction serving system.
Delve into the world of JSON databases with Couchbase. In this post, we define this storage structure, provide examples, and discuss its usefulness.
SQL is pervasive in data solutions today. What does SQL mean? What kinds of programming applications use it? ✓ This post answers those questions and more.
Ottoman is an Object Data Modeler (ODM) for Couchbase’s Node.js SDK providing JSON schema and validation for NoSQL. Learn why to use an ODM for Couchbase.
Distributed databases enhance scalability, availability, and disaster recovery. Learn about this data storage structure with examples from Couchbase.
Dynamo accelerated the NoSQL revolution that’s driving the database industry. Recently, Amazon announced PartiQL – A SQL-Compatible Query Language for their flagship NoSQL database Amazon DynamoDB. This has brought the NoSQL “re:evolution” full circle. It’s wonderful to see the collaborative research from UCSD and...
On the MongoDB earnings call last week, president and CEO Dev Ittycheria gave some huge forward guidance – he’s betting big on mobile, 5G, and edge computing. One of the killer features that we will be [releasing next year, is]...
The Flex Index is a unique Couchbase innovation that uses the inverted indexes from Full-Text Search in complex Couchbase N1QL queries.
Find out how Couchbase 6.6 removes limitations on JSON arrays by using a built-in inverted index to be used to index and query arrays in N1QL.
Migrating a Spring Boot microservices app to Couchbase can be done easily. Find out some tips, tricks and how-to in this blog that shows a vehicle tracking app.
Over time, the database industry has realized full-text search and SQL are two sides of the same coin. Text search needs further query processing, query processing needs text search to efficiently filter for text patterns. The SQL databases have added...