Tag: C#

Plataforma única, Couchbase multiuso: Pesquisa vetorial, geoespacial, SQL++ e muito mais

Plataforma única, Couchbase multiuso: Pesquisa vetorial, geoespacial, SQL++ e muito mais

Há casos de uso que são melhor atendidos por vários tipos de acesso a dados, incluindo SQL, pesquisa vetorial, consultas geoespaciais e acesso de valor-chave. Uma abordagem é combinar/encadear vários sistemas de dados para cada método de acesso. No entanto,...

Single Platform, Multi-Purpose Couchbase: Vector Search, Geospatial, SQL++, and More

Single Platform, Multi-Purpose Couchbase: Vector Search, Geospatial, SQL++, and More

There are use cases that are best served by multiple types of data access, including SQL, vector search, geospatial queries, and key-value access. One approach is to combine/chain together multiple data systems for each access method. However, the Couchbase approach...

Matthew Groves December 25, 2024
The Top 8 Best Languages for Backend Development

The Top 8 Best Languages for Backend Development

Computer programming is becoming an increasingly necessary and popular skill. Many high school and college graduates are exposed to programming even if they are not in a computer science field. This rise in exposure has led to new programmer archetypes...

Rick Jacobs November 28, 2022
ASP.NET Core CRUD with NoSQL: Part 5

ASP.NET Core CRUD with NoSQL: Part 5

This ASP.NET Core CRUD series is coming to end. We’ve covered setup (part 1), reading with SQL++ (part 2), reading with key-value (part 3), and creating/updating (part 4). In this last post, we’ll look at the D in CRUD: deleting....

Matthew Groves August 2, 2022
ASP.NET Core CRUD with NoSQL: Part 4

ASP.NET Core CRUD with NoSQL: Part 4

ASP.NET CRUD apps include interaction with data that consists of create, read, update, and delete. In part 1, we setup a basic ASP.NET Core project. In part 2, we added the first read endpoint, using a SQL++ query against wishlist...

Matthew Groves June 28, 2022
ASP.NET Core CRUD with NoSQL: Part 3

ASP.NET Core CRUD with NoSQL: Part 3

ASP.NET CRUD applications consist of create, read, update, and delete. In part 1, we set up a basic ASP.NET Core project. In part 2, we added the first read endpoint, using a SQL++ query against wishlist data. Couchbase’s SQL++ is...

Matthew Groves May 5, 2022
ASP.NET Core CRUD with NoSQL: Part 2

ASP.NET Core CRUD with NoSQL: Part 2

CRUD stands for Create, Read, Update, and Delete. In part 2, we’ll look at R for Read, and build an ASP.NET Core endpoint to read data from Couchbase using SQL. Make sure to read part 1 of this series, which...

Matthew Groves April 18, 2022
ASP.NET Core CRUD with NoSQL – Part 1

ASP.NET Core CRUD with NoSQL – Part 1

Let’s build an ASP.NET Core CRUD with NoSQL application. I’ll be creating a basic CRUD HTTP API (CRUD is Create, Read, Update, Delete). This API will be operating on a gift wishlist: all the items I want you to buy...

Matthew Groves April 4, 2022
Couchbase Lite for C Released

Couchbase Lite for C Released

After a two-year public gestation period, the newest member of the Couchbase Lite family is ready for its birthday! Couchbase Lite for C enters the world with the Couchbase Lite 3.0 release—it’s skipped a few grades to join its siblings....

Data Structures & Algorithms For NoSQL Applications

Data Structures & Algorithms For NoSQL Applications

This article introduces Data Structures and how they work with Couchbase Server 7.0 Scopes and Collections features. What are data structures? Couchbase Data Structures is an API feature that aligns the language of the database interface with a programming language....

Couchbase Lite — In C!

Couchbase Lite — In C!

Couchbase Lite has been available since 2014, targeting the iOS, Android and .NET platforms, and secondarily macOS and Windows. To that end, we’ve exposed APIs in the preferred languages of those platforms: Java, Objective-C, Swift, and C#. But surely there...