#79 — April 22, 2021

Read on the Web

MongoDB Memo

✍️ mongoDB Memo went into semi-hiatus in 2020, but we're sending an issue every few months in order to keep things ticking along in case we see a reason to pick it up again full-time.

If you don't want to get these (infrequent) updates, you can unsubscribe here.

▶  MongoDB Schema Design Best Practices — A ten-minute video covering the basics of data modeling using real-world examples. You will learn common methodologies and vocabulary you can use when designing your database schema on your application.

Joe Karlsson

Capturing Hacker News Mentions with Node and MongoDB — If you don’t want to read the ‘orange site’ (as it’s often called) but you’d like to know if something gets mentioned there, here’s one option.

Nic Raboy

Mongoose Internals: Schemas, Schema Options, and Models — The undisputed expert of all things Mongoose (the MongoDB ODM for Node.js) is back with a new series of posts on how Mongoose works internally. It’s aimed at potential contributors, but any Mongoose user might get something from it.

Valeri Karpov

MongoDB 101: How to Tune Your MongoDB Configuration After Upgrading to More Memory

Mike Grayson

Mongo Seeding: A Tool to Populate MongoDB Databases — Define data in JSON, JavaScript, or TypeScript then populate a database using a library, CLI tool, or Docker image. Aimed at testing or setting up initial state for an app.

Paweł Kosiec

Monstache: Sync MongoDB to Elasticsearch in Realtime — A sync daemon (written in Go) that continuously indexes MongoDB collections into Elasticsearch.

Monstache Team

node-express-boilerplate: A Boilerplate for Building Production-Ready RESTful APIs with Express and Mongoose
Hagop Jamkojian

deno_mongo: A MongoDB Driver for Deno
Deno Drivers