RavenDB – robust NoSQL solution for modern apps
This article concludes the key aspects of RavenDB, its architecture, features, use cases, and its impact on the database management ecosystem. Hello all and many …
Mastering Software Development: Web, JavaScript, Databases, Linux, Ethereum smart contracts
This article concludes the key aspects of RavenDB, its architecture, features, use cases, and its impact on the database management ecosystem. Hello all and many …
Hello and Happy New Year! Hope you all started the new year excited by the opportunities it brings with high hopes for a better world …
Classic vs modern In the ever-evolving landscape of database management systems, the debate between NoSQL (Not Only SQL) and classic SQL (Structured Query Language) continues …
In my last article I showcased a very straightforward way of implementing a one to many relationship in RavenDB with an index. This is the …
One-to-many relationships are a standard norm in SQL databases. Going noSQL doesn’t mean you won’t be able to model such a relation. On the contrary, …
We are going to learn how to add support for pagination when retrieving a large list of documents with RavenDB and NestJS, the smart and …
Performing a GROUP BY on a single field is pretty easy. The plan today is to leverage an advanced map reduce index to GROUP BY …
Do you want to know how to GROUP BY in RavenDB? This one is for you then! In this article I’m going to show you …
In this tutorial I want to show you how to create an index with a map reduce operation with RavenDB and NestJS (Javascript/Typescript). This subject …
Hello everybody and Happy New Year to you all! My best wishes for you and your loved ones in this new exciting year that just …