Skip to main content

Posts

Showing posts with the label couchbase

Accelerating Insights With Couchbase Columnar

Insights come from observing and analyzing data from all sources. Couchbase Columnar helps quickly analyze data from a variety of data sources with zero-ETL. The purpose of computing is insight, not numbers. -  Richard Hamming Capella  Columnar  is an advanced real-time analytics database service from  Couchbase , targeted for real-time data processing, offering SQL++ for processing  JSON  (semi-structured) data and more. This service enables data to be managed locally and streamed continuously from both relational and NoSQL databases, or simply process data on S3. The columns or fields of the source are directly mapped to a field in the JSON document at the destination automatically. This is really a zero-ETL operation. A key feature of this system is its ability to continuously stream data, making it immediately available for querying, thus ensuring near real-time data processing.  At the heart of Columnar's architecture is a Massively Parallel Proce...

SELECT ChatGPT(...) FROM SQL? You Bet!

"Every product of Microsoft will have the same AI capabilities to  completely transform  the product."  Sathya Nadella Using the power of ChatGPT with Couchbase N1QL. Prologue I'm stating the obvious here. ChatGPT, released just 8 weeks ago, has taken the  whole world by storm .  Microsoft is rumored to have  invested  $10B in it and  Sathya Nadella expects  this to transform every Microsoft Product. Eventually, this should even come to  SQL Server ,  the product I used to ship to Microsoft in the 90s.   SQL itself is entering its 50th year and has continuously evolved to reign over all  languages .  Can SQL do ChatGPT?  Let’s see.  Examples here are from Couchbase. Couchbase has SQL for JSON, called  N1QL , aka SQL++.  Also, this article is different from the other 71 articles I've  written here .  You'll see it if you read long enough! Summary Couchbase N1QL (Non-First Normal Form Query...