You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
nau 15f01dc4a9 primer commit, server comença a funcionar 8 years ago
..
README.md primer commit, server comença a funcionar 8 years ago
doc-methods.js primer commit, server comença a funcionar 8 years ago
population-across-three-collections.js primer commit, server comença a funcionar 8 years ago
population-basic.js primer commit, server comença a funcionar 8 years ago
population-of-existing-doc.js primer commit, server comença a funcionar 8 years ago
population-of-multiple-existing-docs.js primer commit, server comença a funcionar 8 years ago
population-options.js primer commit, server comença a funcionar 8 years ago
population-plain-objects.js primer commit, server comença a funcionar 8 years ago
schema.js primer commit, server comença a funcionar 8 years ago

README.md

This directory contains runnable sample mongoose programs.

To run:

  • first install Node.js
  • from the command line, execute: node example.js, replacing "example.js" with the name of a program.

Goal is to show:

  • global schemas
  • GeoJSON schemas / use (with crs)
  • text search
  • storing schemas as json
  • lean querires
  • statics
  • methods and statics on subdocs
  • custom types
  • querybuilder
  • promises
  • express + mongoose
  • accessing driver collection, db
  • connecting to replica sets
  • connecting to sharded clusters
  • enabling a fail fast mode
  • on the fly schemas
  • storing files
  • map reduce
  • aggregation
  • advanced hooks
  • using $elemMatch to return a subset of an array
  • query casting
  • upserts
  • pagination
  • express + mongoose session handling
  • group by (use aggregation)
  • authentication
  • schema migration techniques
  • converting documents to plain objects (show transforms)
  • how to $unset