Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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)