Related resources for NoSQL
  • Getting Started Wth MongoDb Atlas4/26/2024 12:00:41 PM. Learn how to get started with MongoDB Atlas, a cloud-based database service that offers a scalable and flexible solution for managing NoSQL databases. Explore data modeling, cluster configuration, and
  • Combine SQL-DB And MongoDB In Same Blazor App 4/16/2024 5:38:10 AM. In this post, we will see how to combine SQL DB and MongoDB in same Blazor app. We will create two entities for City and Employee. City will be saved in MongoDB and Employee will be saved in SQL DB. W
  • Build a Table API with Python and Azure Cosmos DB4/15/2024 11:43:19 AM. Develop a robust Table API using Python and Azure Cosmos DB. Leverage the power of NoSQL with Azure's scalable database solution. Manage JSON data efficiently, perform CRUD operations, and optimiz
  • Azure Document DB CRUD Operation2/21/2024 11:38:53 AM. This article explains how to create documents into SQL (DocumentDB) API. Before starting, we need to understand what is documentDb and how it works. SQL (DocumentDb) API is one of API comes under Azur
  • The Amazing Adventure of MongoDB Queries2/9/2024 9:21:46 AM. This content provides an engaging analogy of MongoDB queries as an adventurous quest through a treasure-filled city. It introduces concepts like planning the query as preparing a treasure map, executi
  • Azure Cosmos DB Interaction through Python1/2/2024 9:01:56 AM. This article speaks about the techniques to interact with Cosmos DB using Python. Azure Cosmos DB, a fully managed NoSQL and relational database for modern app development. Learn how to build a Python
  • Consistency Levels in Azure Cosmos DB with an Example12/27/2023 8:15:56 AM. In this article, we will learn about the Azure Cosmos DB multiple consistency levels, including strong, boundless, session, consistent prefix, and eventual, with an example and scenario.
  • CrateDB: Powering the Internet of Things12/11/2023 6:06:56 AM. CrateDB, an open-source distributed SQL database, is spotlighted for its efficacy in handling IoT complexities. This article explores use cases, including time-series data, analytics, and scalability,
  • Exploring MongoDB: Applications and Essential Queries11/30/2023 10:36:04 AM. In this article, we will explore MongoDB and delve into its applications, accompanied by an in-depth look at some of the most commonly used MongoDB queries.
  • Time Series Databases: Understanding, Using, and Implementing11/28/2023 9:56:25 AM. In our era of data dominance, managing and analyzing time-sensitive information is pivotal, especially in finance, IoT, and healthcare. Traditional databases grapple with time-stamped data, paving the
  • Azure Cosmos DB's NoSQL API11/27/2023 8:04:35 AM. NoSQL databases have revolutionized data storage by offering enhanced flexibility and scalability compared to traditional relational databases. Among these, Azure Cosmos DB stands out as a robust plat
  • MongoDB and ACID Reliable Data Transactions with NoSQL Databases 10/30/2023 8:39:15 AM. This article explains what ACID compliance means for database management systems and how MongoDB, a popular NoSQL database, supports ACID transactions.
  • CRUD Stored Procedures in Azure Cosmos DB10/26/2023 7:43:54 AM. In this article, we will learn how to create the stored procedures in the Azure Cosmos DB for inserting, reading, updating, and deleting the Azure Cosmos DB collection items.
  • C# MongoDB Repository Implementation10/2/2023 7:34:35 PM. A C# MongoDB repository implementation involves creating a set of classes and methods that enable interaction with a MongoDB database. MongoDB is a popular NoSQL database that stores data in a JSON-li
  • NoSQL Databases for ASP.NET Core Web APIs9/22/2023 6:12:13 AM. Microsoft Power BI empowers developers to craft highly customizable visuals using Vega and Vega-Lite's declarative JSON syntax. Create custom visuals in Power BI with our step-by-step guide, inclu
  • What is the difference between SQL and NoSQL?8/24/2023 10:54:21 AM. The choice between SQL and NoSQL depends on factors like the nature of the data, scalability needs, query patterns, and the specific requirements of the application you're building. SQL databases
  • Caching In RavenDB8/24/2023 10:53:48 AM. Caching — what it is, how it is handled in RavenDB, and how you can optimize your database performance with the right caching strategy.
  • OLAP ETL Tasks In RavenDB8/23/2023 9:56:53 AM. What are OLTP and OLAP? Where is each appropriate? This article explains the difference between OLAP and OLTP, why would you want to use cloud OLAP services over a SQL reporting database, and the func
  • A Fully ACID NoSQL Database System 8/23/2023 9:07:02 AM. In this article, you will learn how and why RavenDB works as a fully ACID NoSQL database system.
  • Learn MongoDB With Me8/22/2023 6:47:30 AM. Here, we are going to do some exercises with MongoDB. We will be talking about Mongo Shell, how we can configure MongoDB, and what Indexes are in MongoDB, and more.
  • How To Set Up And Start With MongoDB8/22/2023 6:45:21 AM. In this article, we will learn How to set up and starts with MongoDB in Windows Operating System.
  • Getting Started With Apache Cassandra8/22/2023 6:38:54 AM. Apache Cassandra is a highly scalable and distributed NoSQL database designed for handling massive amounts of data across multiple servers while maintaining high availability and fault tolerance. It&#
  • No Likes And Range Queries In Cassandra8/22/2023 4:44:36 AM. Cassandra's design philosophy emphasizes efficient distributed data storage and retrieval using partition keys and clustering columns. While it may not support arbitrary substring matching (No Lik
  • MongoDB - Day 16 (Sharding)8/8/2023 9:01:22 AM. MongoDB sharding is a method of partitioning data across multiple servers to handle big data and high traffic. It improves database performance and scalability by distributing data and operations acro
  • Getting Started With MongoDB and ASP.Net8/8/2023 8:55:08 AM. This article shows how to install MongoDB in Windows and communicate using ASP.NET. We will create a simple ASP.NET application that retrieves data from MongoDB.
  • What Are NoSQL Databases8/1/2023 10:01:23 AM. NoSQL databases are the databases that do not use SQL as their primary data access language. Graph database, network database, object database, and document databases are common NoSQL databases. This
  • Insert Operation In MongoDB Using Robo3T7/28/2023 7:26:35 AM. In this article, we will learn how to insert data in MongoDB using Robo 3T. We will learn from basics because I have written this article focusing on the beginners. We will also learn how we can setup
  • GUI Tools For MongoDB7/28/2023 7:22:09 AM. In this article, you will learn about GUI Tools in MongoDB. there are several third party tools that provide a GUI interface for MongoDB. Some important GUI tools are discussed here.
  • What Is The Difference Between DBMS And RDBMS?7/28/2023 7:13:36 AM. DBMS (Database Management System) and RDBMS (Relational Database Management System) are both software systems used to manage and organize databases. The main difference between the two lies in the way
  • What Is The Difference Between Relational And Non-Relational Database7/27/2023 10:15:20 AM. Relational databases and non-relational databases, also known as NoSQL databases, represent two fundamentally different approaches to storing and organizing data. Understanding the key differences bet
  • Guid vs. Sequential Integers: A Great Debate in Database Design7/27/2023 6:28:17 AM. Explore the debate between Guids and sequential integers as primary keys in relational databases, weighing the pros and cons for optimal design choices.
  • Pagination in DynamoDB: Efficient Data Reading6/21/2023 4:54:42 AM. This article will explain the Pagination in DynamoDB: Efficient Data Reading.
  • Simplifying CRUD Operations using Azure Cosmos DB6/8/2023 10:08:19 AM. In this article describes about the CRUD operations using Azure Cosmos DB simplification end to end deployment.
  • Getting Started with Azure Cosmos DB Account Creation5/19/2023 7:04:50 AM. In this article describes about the creation of multi-modal Azure Cosmos DB account creation.
  • MongoDB Basics And CRUD Operation Using .NET Core 7 Web API4/11/2023 5:18:53 AM. In this article, you will learn about MongoDB Basics and CRUD Operation using .NET Core 7 Web API.
  • Difference Between NoSQL And SQL1/4/2023 9:20:52 AM. In this article, you will learn about the difference between NoSQL and SQL.
  • Introduction To MongoDB - Part One12/18/2022 4:18:50 PM. This article is basically an introductory article which will demonstrate how to start MongoDB
  • How Is SQL Is Different Than NoSQL7/25/2022 7:45:25 PM. Most people think data is just a piece of information, but in actuality, data is a piece of information organized in form of relevant information, tables, rows, columns, and indexes to make it easier
  • Understanding CAP Theorem1/6/2022 4:24:43 AM. In this article, you will learn about CAP Theorem in distributed computing.
  • What Is LevelDB12/28/2021 1:34:49 PM. This article will describe the most commonly used database in blockchain technology; LevelDB which is an example of a NoSQL database and stores data as key-value.
  • Deploy .NET Core API To Azure Cloud And Secure It Using Facebook Authentication12/14/2021 6:09:14 PM. In this article series, we will learn how to create a .NET Core API that can do CRUD operations on Azure Cosmos DB and then publish it to Azure Cloud. After that, we will secure the API with Easy Auth
  • Coffee with Pros ft. Oren Eini7/2/2021 5:04:00 PM. Join us on a new episode of Coffee with Pro's with Oren Eini
  • Getting Started With MongoDB For Beginners4/22/2021 2:04:51 PM. MongoDB has been developed since 2007 by MongoDB. This company was then working on a Cloud computing system, widely distributed data computing, similar to the service Google's Google App Engine. I
  • Azure NoSQL In ASP.NET Core 2.011/23/2020 4:36:51 AM. The sample code will require you to set up an Azure account, NoSQL database and collection.
  • Azure CosmosDB Using SQL API11/2/2020 10:02:32 PM. In this article, we will learn about Azure CosmosDB and walk through a few queries using SQL API.
  • Azure Cosmos DB - Store And Retrieve JSON Data Types Using SQL API10/26/2020 7:58:29 AM. In this article we will try to understand azure cosmos db service and advantages of using no SQL cosmos db storage. We would also be creating our first Cosmos db account and storing & retrieving j
  • Azure Cosmos DB - Part One - Introduction To The World Of NOSQL7/16/2020 2:24:51 AM. Azure Cosmos DB Introduction To The World Of NOSQL.
  • An Overview Of Cosmos DB - Start From Scratch6/22/2020 6:02:59 AM. In this article, we will discuss the NoSQL database. Along with this, we also discuss Cosmos DB and how to create it using Azure Portal.
  • Query On Stored Data In MongoDB - Part Three6/15/2020 2:09:07 AM. In this article, we will discuss about different process to fetch document data from MongoDB.
  • MongoDB Data Types (Day 5)6/15/2020 1:08:05 AM. In this article, you will learn about various data types in MongoDB databases.
  • DotVVM CRUD Application With Entity Framework And Cosmos DB6/4/2020 6:04:24 AM. In this article, you will learn about the DotVVM CRUD application with Entity Framework and Cosmos DB.
  • Using MongoDB With ASP.NET Core Web API6/1/2020 5:33:14 AM. A common term we hear nowadays is NoSQL databases. These are being very strongly promoted by all vendors. One of the most common NoSQL databases these days is MongoDB. In this article, we will discuss
  • Using REDIS Cache with C#5/19/2020 1:15:59 AM. In this article you will learn how to use REDIS Cache with C#.
  • Redis Cache as an Alternative to NoSQL4/28/2020 4:16:03 PM. In this article, you will learn about Redis Cache as an alternative to NoSQL.
  • MongoDB Replication (Day 15)3/29/2020 1:34:45 PM. This article explains Replication in MongoDB. This is part 15 of the MongoDB series.
  • MongoDB Aggregations (Day 14)3/29/2020 1:34:00 PM. In this article, you will learn about Aggregation in MongoDB. This is part 14 of the MongoDB series.
  • MongoDB Indexing (Day 13)3/29/2020 1:32:34 PM. In this article, you will learn about Indexing in MongoDB.
  • MongoDB Cursor Methods (Day 12)3/29/2020 1:18:06 PM. In this article, you will learn about the cursor methods in MongoDB.
  • MongoDB Update Method (Day 9)3/29/2020 1:08:46 PM. In this article, you will learn about the update method in MongoDB.
  • MongoDB Advace Search (Day 8)3/29/2020 1:06:22 PM. In this article, you will learn about the find method in MongoDB.
  • MongoDB Find Method (Day 7)3/29/2020 1:04:37 PM. In this article, you will learn about the find method of MongoDB databases.
  • Chat App Data Structure In Firebase Firestore7/30/2019 12:49:46 PM. In this article we will learn how to structure data for Chat App in Firebase Fire Store Database.
  • Introduction To Azure Cosmos DB Table API6/20/2019 2:26:55 AM. This article will provide a short introduction to Database Systems and Azure Cosmos DB Table API with a code sample.
  • Introduction to NoSQL Concept12/25/2018 11:54:51 PM. This article introduces the NoSQL concept. There are many NoSQL databases available like MongoDB, Elastic Search and Hadoop and so on.
  • What Are The Advantages And Usage Of Apache Cassandra Database12/21/2018 2:36:17 PM. This article reviews basics of Apache Cassandra and its advantages and usages. Apache Cassandra is the easiest truly big-data database that can scale and replicate data globally in a master-less confi
  • Find Methods, Operators, And Filters In MongoDB12/3/2018 11:58:50 PM. In this video of MongoDB Series, I will show how to import JSON data to a MongoDB Database (Collection) and perform some operations with find and findOne methods. Also, we will see some queries with c
  • Azure NoSQL DocumentDB4/1/2017 1:13:15 PM. This article presents an overview of Azure NoSQL DocumentDB.
  • Creating .NET Core Console Application With NoSQL- MongoDB At Back-end1/19/2017 11:47:50 AM. In this article, you will learn how to create Microsoft .NET Core console application with NoSQL- MongoDB at the back-end.
  • MongoDB Tutorial - Queries: Part Two6/7/2016 11:45:58 AM. In this article, we will see some MongoDB specific queries.
  • Introduction To MongoDB5/27/2016 4:22:59 AM. In this article you will learn MongoDB and No-SQL. I will start with the definition of NoSQL.
  • Getting Started With LiteDB5/17/2016 4:10:04 PM. This article is all about getting started with using LiteDB, a NoSQL database.
  • Getting Started With Azure DocumentDB: Day 11/27/2016 9:50:20 AM. In this article, you’ll learn all about Azure DocumentDB, what DocumentDB is, and why DocumentDB is used.
  • MongoDB 3.0.7 Installation Steps1/12/2016 9:21:12 AM. This article will explain the procedure of installing MongoDB 3.0.7 in 64 bit Windows 10 operating system.
  • Learn MongoDB Step by Step10/6/2015 1:05:16 AM. In this article you will learn about MongoDB database and how to perform CRUD Operations in MongoDB Database.
  • Introduction To NoSQL Databases9/3/2015 3:35:32 AM. This article provides an introduction to NoSQL databases.
  • MongoDB - Day 17 (Backup And Restore)9/3/2015 3:01:40 AM. In this article you will learn how to backup and restore the database in MongoDB.
  • Introduction to Azure DocumentDB9/2/2015 6:47:35 AM. In this article you will get an introduction to Azure DocumentDB.
  • Overview of NoSQL Database8/3/2015 5:45:42 PM. In this article you will learn about NoSQL databases.
  • Introduction to MongoDB4/19/2015 5:06:04 AM. In this article we will learn the basics of MongoDB.
  • MongoDB With C#9/25/2014 11:31:56 PM. This article describes the basics of working with MongoDB using C#.
  • Getting Started with Sterling Database in Silverlight5/25/2011 6:39:13 AM. The project I was working on required a Silverlight Out-Of-Browser application that is able to run on both Windows and Mac. We used a Sterling database instead of SQL Server. No other software such as Mono was required for the application to run on the Mac except Silverlight.