{"id":29350766,"url":"https://github.com/luis122448/migrate-oracle-python","last_synced_at":"2026-04-07T21:31:09.253Z","repository":{"id":303315287,"uuid":"1015055707","full_name":"luis122448/migrate-oracle-python","owner":"luis122448","description":"This project is a web application designed to facilitate the migration of data between Oracle databases, specifically targeting Oracle Autonomous Database as the destination. ","archived":false,"fork":false,"pushed_at":"2025-12-11T01:58:13.000Z","size":475,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-11T10:07:42.012Z","etag":null,"topics":["astro","docker","docker-compose","fastapi","html","javascript","python","tailwindcss"],"latest_commit_sha":null,"homepage":"","language":"Python","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/luis122448.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-06T23:41:46.000Z","updated_at":"2025-12-11T01:58:17.000Z","dependencies_parsed_at":"2025-07-07T01:20:24.496Z","dependency_job_id":"c364b767-2f4b-4858-82ec-37327e1a24fe","html_url":"https://github.com/luis122448/migrate-oracle-python","commit_stats":null,"previous_names":["luis122448/migrate-oracle-python"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/luis122448/migrate-oracle-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis122448%2Fmigrate-oracle-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis122448%2Fmigrate-oracle-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis122448%2Fmigrate-oracle-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis122448%2Fmigrate-oracle-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luis122448","download_url":"https://codeload.github.com/luis122448/migrate-oracle-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luis122448%2Fmigrate-oracle-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31530640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["astro","docker","docker-compose","fastapi","html","javascript","python","tailwindcss"],"created_at":"2025-07-08T23:19:08.495Z","updated_at":"2026-04-07T21:31:08.627Z","avatar_url":"https://github.com/luis122448.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Oracle to Oracle Autonomous Database Migration Web Application\n\n![Project Image](./frontend/public/migrate-app.png)\n\n## Overview\n\nThis project is a web application designed to facilitate the migration of data between Oracle databases, specifically targeting Oracle Autonomous Database as the destination. It provides a real-time monitoring interface for the migration process, along with basic configuration options for managing the list of tables to be migrated. Additionally, it includes a logging system for analysis and debugging.\n\n## Features\n\n*   **Backend API:** Handles the core migration logic from Oracle to Oracle Autonomous Database.\n*   **Frontend Web Interface:** Provides a user-friendly interface for:\n    *   Real-time migration progress monitoring.\n    *   Configuration of tables to be migrated.\n    *   Access to migration logs for analysis and debugging.\n\n## Requirements\n\nTo run this application, you only need:\n\n*   Docker\n*   Docker Compose\n\n## Configuration\n\nBefore running the application, you need to set up your environment variables. Create a `.env` file in the root directory of the project with the following variables, as dictated by `docker-compose.yml`:\n\n```\nDB_ORACLE_USER_TRANSACTIONAL=\nDB_ORACLE_PASSWORD_TRANSACTIONAL=\nDB_ORACLE_DSN_TRANSACTIONAL=\nDB_ORACLE_USER_WAREHOUSE=\nDB_ORACLE_PASSWORD_WAREHOUSE=\nDB_ORACLE_DSN_WAREHOUSE=\n```\n\n**Customization Options:**\n\n*   **Pre and Post Migration Scripts:** You can customize SQL scripts that run before and after the migration process. These files are located in:\n    `backend/app/database/`\n    *   `BEFORE_MIGRATE.sql`\n    *   `AFTER_MIGRATE.sql`\n*   **Tables to Migrate:** The default list of tables to be migrated can be edited in:\n    `backend/app/utils/tables_backup.txt`\n*   **Advanced Customization:** More advanced customizations will require direct modifications to the project's source code.\n\n## Getting Started\n\n1.  Ensure you have Docker and Docker Compose installed.\n2.  Create and configure your `.env` file as described in the \"Configuration\" section.\n3.  Execute the `compileDocker.sh` script from the project root:\n\n    ```bash\n    ./compileDocker.sh\n    ```\n\n    This script will build the Docker images, create the containers, and start the application in detached mode.\n\n4.  Once the containers are running, open your web browser and navigate to:\n\n    `http://localhost:8082`\n\n    You will be able to access the web application's functionalities.\n\n## License\n\nThis project is open-source software.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluis122448%2Fmigrate-oracle-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluis122448%2Fmigrate-oracle-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluis122448%2Fmigrate-oracle-python/lists"}