MongoDB is a type of NoSQL (Not Only SQL) database that stores data in the form of a collection of ... Read More The post How to Install MongoDB on Ubuntu 26.04 appeared first on RoseHosting.
#mongodb
4 posts
9 Mar
7 Jan
The MongoDB EF Core provider now supports Queryable Encryption and Vector Search. Learn how to encrypt sensitive data while querying it and build AI-powered semantic search applications directly with EF Core. The post Secure and Intelligent: Queryable Encryption and Vector Search in MongoDB EF Core Provider appeared first on .NET Blog.
22 Nov 2019
I recently faced some issues when trying to update a nested document’s type via nested attributes using the mongoid gem. Bare with me if this sentence doesn’t make any sense yet. Use case Suppose we have a document named Person that embeds a document that can be any of the types Book or BoardGame which inherit from the class Item.…
29 Sept 2015
Introducing mongo-uri-builder, a Node.js module to easily create mongodb connection strings using objects
Luciano MamminoThe mongo-uri-builder Node.js package easily generates MongoDB connection strings from configuration objects, supporting features like authentication, replicas, and options. It integrates well with config for managing different environments.