https://github.com/165nuno/nosql-tp
Migration, design, and querying of a hospital management system from a relational database to a non-relational graph-oriented database (Neo4j) and a non-relational document-oriented database (MongoDB).
https://github.com/165nuno/nosql-tp
mongodb neo4j python sql
Last synced: 3 months ago
JSON representation
Migration, design, and querying of a hospital management system from a relational database to a non-relational graph-oriented database (Neo4j) and a non-relational document-oriented database (MongoDB).
- Host: GitHub
- URL: https://github.com/165nuno/nosql-tp
- Owner: 165Nuno
- Created: 2024-04-20T14:10:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T17:08:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T04:50:49.336Z (over 1 year ago)
- Topics: mongodb, neo4j, python, sql
- Language: PLSQL
- Homepage:
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoSQL-TP
## Overview
This repository contains the practical work for the NoSQL Databases course, involving the migration, design, and querying of a hospital management system from a relational database to a non-relational graph-oriented database (Neo4j) and a non-relational document-oriented database (MongoDB).
## Hospital Database Diagram

## Repository Structure
- **Migrations** - Database migration files
- **Queries** - Query scripts for interacting with the database
- **NOSQL_report.pdf** - Detailed report on the project
- **hospitalER.png** - Entity-Relationship diagram of the hospital database
- **finalassignment.pdf** - Final assignment document
- **hospitalv4.sql** - SQL script for database creation
- **queries_results.png** - Results obtained from executing queries
## Documentation
[Report](NOSQL_report.pdf)
## Final Grade
18/20
## Contributors
- [@pedrops164](https://www.github.com/pedrops164)
- [@freitasmillena](https://www.github.com/freitasmillena)
- [@RicAlvesO](https://www.github.com/RicAlvesO)
- [@165Nuno](https://www.github.com/165Nuno)