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
- Host: GitHub
- URL: https://github.com/kwee-veen/mongodb_queries
- Owner: Kwee-Veen
- Created: 2024-01-15T12:22:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T19:15:16.000Z (over 2 years ago)
- Last Synced: 2025-08-16T23:50:49.729Z (10 months ago)
- Topics: json, mongodb, nosql
- Language: JavaScript
- Homepage:
- Size: 21.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- The MongoDB non-relational database must be installed for this project.
- The MongoDB shell must also be installed
- 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.