Skip to content

Implementation of a NoSQL database for a generic hospital management system using synthetic healthcare data and cloud deployment.

License

Notifications You must be signed in to change notification settings

Coffee-93/hospital_DBMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hospital DBMS - a NoSQL version and cloud deployment

Implementation of a NoSQL database for a generic hospital management system.

  1. Look in the dataset directory for the README file to generate the dataset:
  1. Create a MongoDB account and login with your credentials.
  • Create NoSQL database to fit personal needs, i.e. creating "collections" for reimbursement purposes, provider info, etc.
  1. Access MongoDB Atlas for cloud services and fire up a cluster (M0) for secure access and deployment.
  • Many functions are equivalent to SQL databases (see below), yet many are unique to NoSQL/MongoDB.
  • Atlas allows for real-time data analysis directly connected to database, usually faster than traditional databases (see below).

Features

Cloud Deployment

video_cloud.mp4
  • Accessing and firing up a cloud cluster and settings.
  • Performing real-time analysis and creating a LIVE dashboard.

SELECT

SELECT.mp4
  • SQL SELECT statement is equivalent to MongoDB's $MATCH function

JOIN

JOIN.mp4
  • SQL JOIN statement is equivalent to MongoDB's $LOOKUP function

About

Implementation of a NoSQL database for a generic hospital management system using synthetic healthcare data and cloud deployment.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published