{"id":25857503,"url":"https://github.com/danielgarcia85/multi_database_lab","last_synced_at":"2025-03-01T19:16:54.238Z","repository":{"id":279816443,"uuid":"940050683","full_name":"DanielGarcia85/Multi_DataBase_Lab","owner":"DanielGarcia85","description":"Hands-on database exercises covering SQL, PL-SQL, JDBC, MongoDB, Neo4J and Redis showcasing multi-database expertise.","archived":false,"fork":false,"pushed_at":"2025-02-27T15:36:01.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-27T22:06:00.596Z","etag":null,"topics":["jdbc","mongodb","neo4j","pl-sql","redis","sql"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DanielGarcia85.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-27T14:35:01.000Z","updated_at":"2025-02-27T15:56:47.000Z","dependencies_parsed_at":"2025-02-27T22:06:03.650Z","dependency_job_id":"6df3c534-eb35-48fe-a8b6-ee745fc68eb3","html_url":"https://github.com/DanielGarcia85/Multi_DataBase_Lab","commit_stats":null,"previous_names":["danielgarcia85/multi_database_lab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGarcia85%2FMulti_DataBase_Lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGarcia85%2FMulti_DataBase_Lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGarcia85%2FMulti_DataBase_Lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielGarcia85%2FMulti_DataBase_Lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielGarcia85","download_url":"https://codeload.github.com/DanielGarcia85/Multi_DataBase_Lab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241411543,"owners_count":19958753,"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":["jdbc","mongodb","neo4j","pl-sql","redis","sql"],"created_at":"2025-03-01T19:16:53.506Z","updated_at":"2025-03-01T19:16:54.225Z","avatar_url":"https://github.com/DanielGarcia85.png","language":null,"readme":"# Multi_DataBase_Lab\n\nThis repository contains a series of exercises and projects from the ***62-31 Database Advance Management*** course at **Haute École de Gestion (HEG)** It covers multiple database technologies, including **PLSQL, JAVA JDBC, MongoDB, Neo4J, and Redis**, with practical implementations.\n\n## Features\n\n- **📂 Multi-Database Exercises** – Hands-on practice with different database management systems.\n- **📊 MongoDB** – NoSQL document database for scalable applications.\n- **🔗 Neo4J** – Graph database for relationship-driven data models.\n- **📜 PLSQL** – Procedural SQL for Oracle databases.\n- **⚡ Redis** – In-memory key-value store for high-speed data access.\n- **☕ Java JDBC** – Database connectivity with SQL databases.\n- **📝 Query Optimization \u0026 Transactions** – Exploring indexing, joins, and ACID properties.\n\n## Project Structure\n\nThe repository is organized into different folders corresponding to each database technology:\n\n- **📁 Documentation** → Course slides, theroy materials and references.\n- **📁 Examen** → Exam-related exercises and projects.\n- **📁 Programmes** → Database installation files and tools.\n- **📁 TP_All** → General database exercises covering multiple topics.\n- **📁 TP_Java_SQL** → Java SQL exercises using JDBC.\n- **📁 TP_MongoDB** → ands-on exercises and projects using MongoDB queries, operations and aggregation.\n- **📁 TP_Neo4J** → Relationship modeling, Cypher queries, and graph database design.\n- **📁 TP_PLSQL** → Oracle PLSQL procedures, triggers, and packages.\n- **📁 TP_Redis** → Commands and data operations for in-memory data handling and caching strategies.\n\n## Prerequisites\n\nBefore starting, ensure you have installed:\n\n- **Java JDK 17 or later**: [Download here](https://jdk.java.net/)\n- **MongoDB 7.x**: [Download here](https://www.mongodb.com/try/download/community)\n- **Neo4J 5.x**: [Download here](https://neo4j.com/download/)\n- **Oracle Database with PLSQL**: [Download here](https://www.oracle.com/database/)\n- **PLSQL Developer or Oracle SQL Developer**: [Download here](https://www.oracle.com/tools/downloads/sqldev-downloads.html)\n- **Redis 3.2+**: [Download here](https://redis.io/download)\n- **JDBC Driver for Java**: [Download here](https://www.oracle.com/database/technologies/appdev/jdbc.html)\n\n\n## Useful Resources\n\n- **Java JDBC Documentation**: [https://docs.oracle.com/javase/tutorial/jdbc/](https://docs.oracle.com/javase/tutorial/jdbc/)\n- **MongoDB Documentation**: [https://www.mongodb.com/docs/manual/](https://www.mongodb.com/docs/manual/)\n- **Neo4J Documentation**: [https://neo4j.com/developer/](https://neo4j.com/developer/)\n- **Oracle PLSQL Guide**: [https://docs.oracle.com/en/database/oracle/oracle-database.html](https://docs.oracle.com/en/database/oracle/oracle-database.html)\n- **Redis Documentation**: [https://redis.io/documentation](https://redis.io/documentation)\n\n## License\n\nThis project is licensed under the *Creative Commons Attribution-ShareAlike (CC BY-SA)* license.  \n\n## Author\n\nProject created by **Daniel Garcia** as part of the ***62-31 Database Advance Management*** course at **Haute École de Gestion (HEG)** during the Autumn semester of 2025.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgarcia85%2Fmulti_database_lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielgarcia85%2Fmulti_database_lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielgarcia85%2Fmulti_database_lab/lists"}