Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T17:08:48.000Z (5 months ago)
- Last Synced: 2024-09-26T21:41:28.197Z (3 months ago)
- Topics: mongodb, neo4j, python, sql
- Language: PLSQL
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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
![App Screenshot](hospitalER.png)
## 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)