A powerful MongoDB manager package that offers advanced CRUD operations, simplified aggregations, and pipeline functionality. It provides utility functions for creating, deleting, and managing MongoDB collections, along with schema definition and database
TypeScript definitions for MongoDB operators
Nosql database that supports subset of mongodb operators
Transforms logical assignment operators into short-circuited assignments
Allow parsing of the logical assignment operators
git@github.com:stalniy/ucast.git
MongoDB query filtering in JavaScript
OData v4 query builder that uses a simple object-based syntax similar to MongoDB and js-data
Transform objects to MongoDB update instructions
The official MongoDB driver for Node.js
OpenTelemetry instrumentation for `mongodb` database client for MongoDB
MongoDB connection strings, based on the WhatWG URL API
File-based embedded data store for node.js
MongoDB query language for in-memory objects
MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.
MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.
Shared RxJS Operators for NgRx libraries
JavaScript implementation of MongoDB query language
Mongo adapter for Better Auth
Converting RSQL queries to MongoDB queries
[](https://github.com/mongodb-js/zstd/actions/workflows/test.yml)
Transform optional chaining operators into a series of nil checks
Parses Emmet CSS abbreviation into AST tree
Sanitize your express payload to prevent MongoDB operator injection.
Mongoid Extension that simplifies MongoDB casting and operations on spatial Ruby objects.
Mongoid Extension that simplifies MongoDB casting and operations on spatial Ruby objects.
Fluent input plugin for MongoDB to collect slow operation log
Logstash plugin. MongoDB CRUD Operations (insert, update, upsert & delete) for logstash. This gem is a fork of the Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname.
Functionator - A Ruby gem that provides a MongoDB client factory with singleton pattern and common database operations like insert, find, update, and aggregation queries.
Allows multiple processes to operate on individual documents in MongoDB while ensuring that only one can act at a time.
A Ruby gem that provides a MongoDB client factory with singleton pattern and common database operations like insert, find, update, and aggregation queries.
JSON on top of Redis
A simple Sinatra based web front-end that can be used for experimenting and learning MongoDB. The MongoFe gem can also be used for simple administrative tasks, managing collections and document basic operations such as: create new documents, delete existing ones, search by various criteria and document indexing.
Crunch is an alternative MongoDB driver with an emphasis on high concurrency, atomic update operations, and document integrity. It uses the Rev event library for non-blocking writes and reads. Its API is more limited than the official Mongo Ruby driver, but simpler and more Rubyish.
Backup is a RubyGem (for UNIX-like operating systems: Linux, Mac OSX) that allows you to configure and perform backups in a simple manner using an elegant Ruby DSL. It supports various databases (MySQL, PostgreSQL, MongoDB and Redis), it supports various storage locations (Amazon S3, Rackspace Cloud Files, Dropbox, any remote server through FTP, SFTP, SCP and RSync), it provide Syncers (RSync, S3) for efficient backups, it can archive files and directories, it can cycle backups, it can do incremental backups, it can compress backups, it can encrypt backups (OpenSSL or GPG), it can notify you about successful and/or failed backups (Email or Twitter). It is very extensible and easy to add new functionality to. It's easy to use.