Month: March 2018
Configuring Analytics in Couchbase Server 5.5
Couchbase Analytics Developer Preview 4 brought the ability to manage Analytics nodes from the Couchbase Server administration console. With the release of Couchbase Server 5.5, we’ve unified the installation experience as well. To illustrate the seamless installation, I’ll take you...
Using Couchbase Analytics for Complex and Efficient Queries in a Java Application
Learn how to use the Couchbase Analytics Service (CBAS) to query for data with SQL++ in Java without having to worry about indexing.
Detect Sensitive Data Automatically With Couchbase Functions
Learn to use the Couchbase Eventing service to write functions to detect and alert you when sensitive data appears in NoSQL documents.
Couchbase Server 5.5: Log Redaction
Learn what is Log Redaction which is a new feature of Couchbase Server 5.5. How does it work and how to enable the Log Redaction.
Test Couchbase Sync Gateway REST API interface using Postman
There have been substantial improvements to the Sync Gateway Postman Collections. Test Couchbase Sync Gateway REST API interface using Postman here.
Introducing Couchbase Eventing Service
The Couchbase Eventing Service allows customers to process changes (create/ update/ delete/ expiry) to data stored in Couchbase Cluster in near real-time.
New Querying Features in Couchbase Server 5.5
New querying features figure prominently in the latest release of Couchbase Server. ANSI JOINs, HASH joins, aggregate pushdowns are covered in this post.
Store more for less using data compression in Couchbase Server 5.5
This blog provides a quick overview of the data flow within Couchbase to set the stage for deep diving into data compression.
Announcing Couchbase Server 5.5 – Developer Build
Announcing Couchbase Server 5.5 Developer Build It is my pleasure to share this early preview of Couchbase Server 5.5 features – there are some very exciting improvements coming and this Developer Build (DB) highlights several of them. There are many...
Simplified Couchbase Server Cluster Creation via Docker
This article walks you through a shell script which author wrote to automate the process. Check out how it is written using Bash language its usage etc.
The 5 Most Common Forum’s Questions
How to do “something” in N1QL? First of all, if you are not familiar with N1QL I highly recommend you to spend a few minutes in our free N1QL training here, or just play with it here. Second, as it...
ANSI JOIN Support in N1QL
Find out why ANSI JOIN is more flexible than lookup join, and index join, allowing join to be done on arbitrary expressions on any fields in a document.
Top Posts
- Build a Celebrity Look-Alike App With Multimodal Vector Search an...
- Filtered ANN Search With Composite Vector Indexes (Part 4)
- Data Modeling Explained: Conceptual, Physical, Logical
- What are Embedding Models? An Overview
- Data Analysis Methods: Qualitative vs. Quantitative Techniques
- Speed, Context, and Savings: Mastering Caching in the Capella AI...
- Application Development Life Cycle (Phases and Management Models)
- What Is Data Analysis? Types, Methods, and Tools for Research
- A Breakdown of Graph RAG vs. Vector RAG