{"id":24698317,"url":"https://github.com/gachokahassan/visualize-relational-database","last_synced_at":"2025-03-22T03:41:19.238Z","repository":{"id":273465026,"uuid":"919804648","full_name":"gachokahassan/Visualize-Relational-Database","owner":"gachokahassan","description":"This project demonstrates the process of setting up and visualizing a relational database using Amazon RDS and Amazon QuickSight. The primary goal was to create a secure MySQL database, connect it to QuickSight, and produce interactive dashboards for actionable insights. ","archived":false,"fork":false,"pushed_at":"2025-01-21T03:54:22.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T04:26:48.988Z","etag":null,"topics":["aws","quicksight-dashboard","rds-mysql","security-groups"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gachokahassan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-21T03:36:07.000Z","updated_at":"2025-01-21T03:54:25.000Z","dependencies_parsed_at":"2025-01-21T04:36:57.073Z","dependency_job_id":null,"html_url":"https://github.com/gachokahassan/Visualize-Relational-Database","commit_stats":null,"previous_names":["gachokahassan/visualize-relational-database"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gachokahassan%2FVisualize-Relational-Database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gachokahassan%2FVisualize-Relational-Database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gachokahassan%2FVisualize-Relational-Database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gachokahassan%2FVisualize-Relational-Database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gachokahassan","download_url":"https://codeload.github.com/gachokahassan/Visualize-Relational-Database/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","quicksight-dashboard","rds-mysql","security-groups"],"created_at":"2025-01-27T04:18:13.143Z","updated_at":"2025-03-22T03:41:19.210Z","avatar_url":"https://github.com/gachokahassan.png","language":null,"readme":"# Visualize a Relational Database with Amazon RDS and QuickSight 📊\n\n[![AWS](https://img.shields.io/badge/AWS-100000?style=flat\u0026logo=amazon\u0026logoColor=FFFFFF\u0026labelColor=5C5C5C\u0026color=FF7300)](https://aws.amazon.com/)\n[![Amazon RDS](https://img.shields.io/badge/Amazon_RDS-100000?style=flat\u0026logo=amazonaws\u0026logoColor=white\u0026labelColor=232F3E\u0026color=569A31)](https://aws.amazon.com/rds/)\n[![Amazon QuickSight](https://img.shields.io/badge/Amazon_QuickSight-100000?style=flat\u0026logo=amazonaws\u0026logoColor=white\u0026labelColor=494949\u0026color=569A31)](https://aws.amazon.com/quicksight/)\n\n---\n\n## 📜 Table of Contents\n\n1. [Project Overview](#project-overview)\n2. [Features](#features)\n3. [Key Deliverables](#key-deliverables)\n4. [Challenges and Lessons Learned](#challenges-and-lessons-learned)\n5. [Outcome](#outcome)\n6. [Tools and Technologies Used](#tools-and-technologies-used)\n7. [Steps to Reproduce](#steps-to-reproduce)\n8. [Screenshots](#screenshots)\n9. [Acknowledgments](#acknowledgments)\n10. [Author](#author)\n\n---\n\n## Project Overview\n\nThis project demonstrates the process of setting up and visualizing a relational database using **Amazon RDS** and **Amazon QuickSight**. The primary goal was to create a secure MySQL database, connect it to QuickSight, and produce interactive dashboards for actionable insights. \n\n![Architecture Diagram](./Images/architecture-diagram.png)\n\n---\n\n## Features\n\n- **Relational Database Management**: Built a scalable and secure MySQL instance with Amazon RDS.\n- **Data Visualization**: Integrated RDS with Amazon QuickSight to design interactive dashboards.\n- **Security Configuration**: Implemented secure communication between RDS and QuickSight with precise IAM roles and policies.\n- **Ease of Deployment**: Utilized MySQL Workbench for data manipulation and QuickSight for visualization.\n\n---\n\n## Key Deliverables\n\n1. **RDS Instance Setup**:\n   - Created a MySQL database with private access.\n   - Configured identifiers, usernames, and passwords for database management.\n\n2. **Data Population**:\n   - Populated the database using **MySQL Workbench** with SQL INSERT statements.\n\n3. **QuickSight Integration**:\n   - Connected RDS as a data source in QuickSight.\n   - Designed dashboards for visual representation of relational data.\n\n4. **Security Enhancements**:\n   - Applied strict inbound/outbound rules via security groups.\n   - Established private communication protocols for secure data interaction.\n\n---\n\n## Challenges and Lessons Learned\n\n### Challenges\n- Configuring security groups for private RDS access without errors.\n- Ensuring IAM roles and policies allowed QuickSight to connect securely.\n\n### Lessons Learned\n- Private RDS instances enhance security but require meticulous setup.\n- Cloud services like QuickSight significantly simplify complex data visualizations.\n\n---\n\n## Outcome\n\nSuccessfully implemented a **secure database visualization pipeline** using Amazon RDS and QuickSight. The project achieved a balance of robust security and intuitive data insights, aligning with AWS best practices.\n\n---\n\n## Tools and Technologies Used\n\n- **Amazon RDS**: Managed MySQL relational database service.\n- **Amazon QuickSight**: Visualization and dashboard creation tool.\n- **MySQL Workbench**: Tool for database creation and management.\n- **IAM Roles \u0026 Policies**: Secure access configuration.\n\n---\n\n## Steps to Reproduce\n\n1. **Create an Amazon RDS Instance**:\n   - Use the Easy Create option to configure a MySQL instance.\n   - Set private access for enhanced security.\n\n2. **Populate the Database**:\n   - Use MySQL Workbench to connect and execute SQL commands.\n   - Populate tables with sample data for visualization.\n\n3. **Integrate QuickSight**:\n   - Add the RDS database as a data source in QuickSight.\n   - Configure security groups to permit inbound traffic from QuickSight.\n\n4. **Design Dashboards**:\n   - Create interactive charts and graphs in QuickSight.\n   - Apply filters and parameters for detailed data analysis.\n\n5. **Secure the Setup**:\n   - Disable public access for the RDS instance.\n   - Ensure IAM roles limit permissions to essential actions only.\n\n---\n\n## Screenshots\n\n### RDS Instance Configuration  \n![RDS Configuration](./Images/database-instance.png)\n\n### QuickSight Data Source Connection  \n![QuickSight Data Source](./Images/rds-datasource.png)\n\n### Final Dashboard  \n![Final Dashboard](./Images/dashboard.png)\n\n---\n\n## Acknowledgments\n\nSpecial thanks to **NextWork.org** for providing resources and guidance, and to the AWS community for insights into secure cloud architecture.\n\n---\n\n## Author\n\n**Hassan Gachoka**  \n[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=flat\u0026logo=linkedin)](https://linkedin.com/in/gachokahassan)  \n[![Portfolio](https://img.shields.io/badge/Portfolio-Explore-brightgreen)](https://learn.nextwork.org/overwhelmed_cyan_adorable_thunder/portfolio)  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgachokahassan%2Fvisualize-relational-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgachokahassan%2Fvisualize-relational-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgachokahassan%2Fvisualize-relational-database/lists"}