Category: SQL++ / N1QL Query
Using Couchbase Shell to Transform and Write Data
I recently had the chance to go to Riviera Dev, a fantastic developer conference taking place near the French Riviera. Couchbase sponsored the conference, we brought organic, local, goat milk ice-cream. People were happy, talks were interestings, SWAG was given...
Query Stellar Blockchain Trades With Couchbase Capella
Previously, we shared a post on how to monitor Stellar assets using Couchbase. In this follow-up, we’ll demonstrate how to load recent Stellar blockchain transactions (e.g., trades) into our Capella DBaaS, making them easily accessible for use in sample applications....
Elevating Remote Development: Couchbase VSCode Extension Now Supports GitHub Codespaces, Google Project IDX, And More
Welcome to a new era of remote development with Couchbase! We’re thrilled to announce a significant update to our Couchbase VSCode Extension. With our latest release, we’ve expanded our horizons to support GitHub Codespaces and various other remote development environments....
Query Graph Models With Couchbase Recursive CTE
Recursive Common Table Expressions (CTEs) and Oracle’s CONNECT BY are well-known SQL constructs among RDBMS users, facilitating the delegation of complex, interdependent data structure exploration to the database layer for enhanced processing efficiency. These constructs are crucial for querying interdependent...
Improved Debuggability for SQL++ User-Defined Functions
User-defined functions (UDFs) are a very useful feature supported in SQL++. Couchbase 7.6 introduces improvements that allow for more debuggability and visibility into UDF execution. This blog will explore two new features in Couchbase 7.6 in the world of UDFs. Profiling...
Couchbase Server 7.6 Top New Features For Developers
We are thrilled to announce the launch of Couchbase 7.6, a groundbreaking update poised to redefine the landscape of database technology. This latest release is a testament to our commitment to enhancing database technology, with a significant leap in AI...
Navigating Analytics in the NoSQL Era
NoSQL database systems have firmly established their presence for more than a decade, garnering substantial market share in the OLTP database domain. The rapid adoption of NoSQL databases for OLTP use cases can be attributed to key factors such as...
Couchbase Visual Studio Code Plugin: Supercharge Your Development
Couchbase is a leading NoSQL database that offers high performance, scalability, and flexibility for modern applications. Whether you’re building a web app, mobile app, or any other software that relies on fast and efficient data storage, Couchbase has you covered....
Quer levar seu banco de dados para o próximo nível? (Portuguese)
[See English version of this post] Saiba por que dezenas de milhares de organizações adotaram bancos de dados NoSQL como #Couchbase para melhorar a resiliência, o desempenho e a estabilidade, ao mesmo tempo em que reduzem o risco e a...
Videos: Putting the SQL back into NoSQL
Are you interested in using the familiar SQL language while also benefiting from the flexibility of JSON data? We’ve got a series of three videos that can help you achieve the best of both worlds. Putting the SQL back into...
Couchbase Capella Expands Security: Broadening SSO and Compliance Capabilities
In today’s digital landscape, where data breaches and security threats are a constant concern, the role of databases in safeguarding sensitive information has never been more crucial. Building upon its commitment to robust security measures, Couchbase Capella™ has further enhanced...
Recursive Query Processing in SQL++ (N1QL)
It is extremely likely that you have come across issues with hierarchical lookups or graph traversal in your application as a developer who handles real-world use cases. And, for obvious reasons, you prefer solving them at the database layer and...