├── LICENSE ├── README.md ├── aggregation.js ├── changeStreams.js ├── changeStreamsTestData.js ├── connection.js ├── create.js ├── delete.js ├── read.js ├── template.js ├── transaction-bankingexample.js ├── transaction-inventoryexample.js ├── transaction.js ├── update.js └── usersCollection.js /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/README.md -------------------------------------------------------------------------------- /aggregation.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/aggregation.js -------------------------------------------------------------------------------- /changeStreams.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/changeStreams.js -------------------------------------------------------------------------------- /changeStreamsTestData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/changeStreamsTestData.js -------------------------------------------------------------------------------- /connection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/connection.js -------------------------------------------------------------------------------- /create.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/create.js -------------------------------------------------------------------------------- /delete.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/delete.js -------------------------------------------------------------------------------- /read.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/read.js -------------------------------------------------------------------------------- /template.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/template.js -------------------------------------------------------------------------------- /transaction-bankingexample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/transaction-bankingexample.js -------------------------------------------------------------------------------- /transaction-inventoryexample.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/transaction-inventoryexample.js -------------------------------------------------------------------------------- /transaction.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/transaction.js -------------------------------------------------------------------------------- /update.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/update.js -------------------------------------------------------------------------------- /usersCollection.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mongodb-developer/nodejs-quickstart/HEAD/usersCollection.js --------------------------------------------------------------------------------