mongodb

MongoDB

The developer data platform.

MongoDB mongod.conf, replica set configs, sharding, index definitions and connection string patterns.

Configuration Recipes5

mongodbJSONintermediate
Querying MongoDB for Documents with Array Sizes Greater Than One

Learn how to effectively query MongoDB collections to find documents where an array field contains more than one element.

MongoDB · Databases
mongodbBashbeginner
How to List All Collections in MongoDB

Learn how to easily retrieve a list of all collections in your current MongoDB database using various commands.

MongoDB · Databases
mongodbBashbeginner
Dropping a MongoDB Database via Command Line

Learn how to easily drop a MongoDB database directly from your command line interface using the MongoDB shell.

MongoDB · Databases
mongodbYAMLintermediate
Efficient Workflows for Managing Large Datasets with MongoDB and Pandas

This article outlines best practices for using MongoDB with Pandas to handle large datasets that exceed memory limits.

MongoDB · Databases
mongodbJavaScriptbeginner
Using Regular Expressions in MongoDB for SQL-like Queries

Learn how to replicate SQL's LIKE functionality in MongoDB using regular expressions.

MongoDB · Databases