Skip to content

keithlim/mongodb-nodejs-reference

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-nodejs-reference

A simple guide noting down the code syntax for Node.js implementations of MongoDB in Javascript.

A Node.js implementation to connect to MongoDB on Atlas.

A Node.js implementation to insert data into an existing database on Atlas.

A Node.js implementation of the various query operations.

  • FIND
  • INSERT
  • UPDATE & REPLACE
  • DELETE
  • COUNT
  • RUN A COMMAND
  • WATCH FOR CHANGES (using change stream)
  • PERFORM BULK OPERATIONS

Reference Material

About

An introductory guide to MongoDB and NoSQL operations.

Topics

Resources

Stars

Watchers

Forks