An open API service indexing awesome lists of open source software.

https://github.com/kwee-veen/mongodb_queries

Non-relational MongoDB database queries, demonstrating NoSQL database manipulation, CRUD functions & data aggregation pipelines
https://github.com/kwee-veen/mongodb_queries

json mongodb nosql

Last synced: 2 months ago
JSON representation

Non-relational MongoDB database queries, demonstrating NoSQL database manipulation, CRUD functions & data aggregation pipelines

Awesome Lists containing this project

README

          

NoSQL MongoDB Queries



A set of MongoDB queries designed to interrogate the 'Movies' json database.

Demonstrates non-relational database manipulation & CRUD functions, and MongoDB's data aggregation pipelines.

Installation



  1. The MongoDB non-relational database must be installed for this project.

  2. The MongoDB shell must also be installed

  3. This repository's 'Movies' database must then placed in your installed MongoDB bin folder, then installed via the below system command:


mongoimport -d ca2 -c movies --drop movies.json


Note: the supplied 'Movies' database is not original work. It is supplied as the focus of this project's queries, sourced from the Databases module of South East Technical University's HDip in Computer Science.