{"id":13742526,"url":"https://github.com/GoogleCloudPlatform/elcarro-oracle-operator","last_synced_at":"2025-05-08T23:33:54.071Z","repository":{"id":38049056,"uuid":"366936468","full_name":"GoogleCloudPlatform/elcarro-oracle-operator","owner":"GoogleCloudPlatform","description":"El Carro is a new project that offers a way to run Oracle databases in Kubernetes as a portable, open source, community driven, no vendor lock-in container orchestration system. El Carro provides a powerful declarative API for comprehensive and consistent configuration and deployment as well as for real-time operations and monitoring.","archived":false,"fork":false,"pushed_at":"2025-04-16T23:31:03.000Z","size":2677,"stargazers_count":210,"open_issues_count":15,"forks_count":55,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-04-19T22:18:21.750Z","etag":null,"topics":["backup","cloud","database","hybrid-cloud","kubernetes","multi-cloud","multicloud","oracle","restore"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoogleCloudPlatform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2021-05-13T04:46:26.000Z","updated_at":"2025-03-19T16:32:21.000Z","dependencies_parsed_at":"2024-03-27T17:43:10.838Z","dependency_job_id":"8f3211a2-e0ef-4ffe-9452-76e14ad46685","html_url":"https://github.com/GoogleCloudPlatform/elcarro-oracle-operator","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Felcarro-oracle-operator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Felcarro-oracle-operator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Felcarro-oracle-operator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoogleCloudPlatform%2Felcarro-oracle-operator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoogleCloudPlatform","download_url":"https://codeload.github.com/GoogleCloudPlatform/elcarro-oracle-operator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253165504,"owners_count":21864443,"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":["backup","cloud","database","hybrid-cloud","kubernetes","multi-cloud","multicloud","oracle","restore"],"created_at":"2024-08-03T05:00:33.328Z","updated_at":"2025-05-08T23:33:53.195Z","avatar_url":"https://github.com/GoogleCloudPlatform.png","language":"Go","funding_links":[],"categories":["Repository is obsolete"],"sub_categories":["Awesome Operators in the Wild"],"readme":"# El Carro: The Oracle Operator for Kubernetes\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/GoogleCloudPlatform/elcarro-oracle-operator)](https://goreportcard.com/report/github.com/GoogleCloudPlatform/elcarro-oracle-operator)\n\n# Run Oracle on Kubernetes with El Carro\n\nEl Carro is a new project that offers a way to run Oracle databases in\nKubernetes as a portable, open source, community driven, no vendor lock-in\ncontainer orchestration system. El Carro provides a powerful declarative API for\ncomprehensive and consistent configuration and deployment as well as for\nreal-time operations and monitoring.\n\n## High Level Overview\n\nEl Carro helps you with the deployment and management of Oracle database\nsoftware in Kubernetes. You must have appropriate licensing rights to allow you\nto use it with El Carro (BYOL).\n\nWith the current release, you download the El Carro installation bundle, stage\nthe Oracle installation software, create a containerized database image (with or\nwithout a seed database), and then create an Instance (known as CDB in Oracle\nparlance) and add one or more Databases (known as PDBs).\n\nAfter the El Carro Instance and Database(s) are created, you can take\nsnapshot-based or RMAN-based backups and get basic monitoring and logging\ninformation. Additional database services will be added in future releases.\n\n### License Notice\n\nYou can use El Carro to automatically provision and manage Oracle Database\nExpress Edition (XE) or Oracle Database Enterprise Edition (12c and 19c). In\neach case, it is your responsibility to ensure that you have appropriate\nlicenses to use any such Oracle software with El Carro.\n\nPlease also note that each El Carro “database” will create a pluggable database,\nwhich may require licensing of the Oracle Multitenant option.\n\nOracle and Java are registered trademarks of Oracle and/or its affiliates. Other\nnames may be trademarks of their respective owners.\n\n### Quickstart\n\nWe recommend starting with the quickstart first, but as you become more familiar\nwith El Carro, consider trying more advanced features by following the user\nguides linked below.\n\nIf you have a valid license for Oracle 12c EE or 19c EE and would like to get\nyour Oracle database up and running on Kubernetes, you can follow the\n[quickstart guide for Oracle 12c](docs/content/quickstart-12c-ee.md) or the\n[quickstart guide for Oracle 19c](docs/content/quickstart-19c-ee.md).\n\nAs an alternative to Oracle 12c EE or 19c EE, you can use\n[Oracle 18c XE](https://www.oracle.com/database/technologies/appdev/xe.html)\nwhich is free to use by following the\n[quickstart guide for Oracle 18c XE](docs/content/quickstart-18c-xe.md) instead.\n\nIf you prefer to run El Carro locally on your personal computer, you can follow\nthe [user guide for Oracle on minikube](docs/content/minikube.md) or the\n[user guide for Oracle on kind](docs/content/kind.md).\n\n### Preparation\n\nTo prepare the El Carro download and deployment, follow\n[this guide](docs/content/preparation.md).\n\n### Provisioning\n\nEl Carro helps you to easily create, scale, and delete Oracle databases.\n\nFirstly, you need to\n[create a containerized database image](docs/content/provision/image.md).\n\nYou can optionally create a default Config to set namespace-wide defaults for\nconfiguring your databases, following\n[this guide](docs/content/provision/config.md).\n\nThen you can create Instances (known as CDBs in Oracle parlance), following\n[this guide](docs/content/provision/instance.md). Afterward, create Databases\n(known as PDBs) and users following\n[this guide](docs/content/provision/database.md).\n\n### Backup and Recovery\n\nEl Carro provides both storage snapshot based backup/restore and Oracle native\nRMAN based backup/restore features to support your database backup and recovery\nstrategy.\n\nAfter the El Carro Instance and Database(s) are created, you can create storage\nsnapshot based backups, following\n[this guide](docs/content/backup-restore/snapshot-backups.md).\n\nYou can also create Oracle native RMAN based backups, following\n[this guide](docs/content/backup-restore/rman-backups.md).\n\nTo restore from a backup, follow\n[this guide](docs/content/backup-restore/restore-from-backups.md).\n\n### Data Import \u0026 Export\n\nEl Carro provides data import/export features based on Oracle Data Pump.\n\nTo import data to your El Carro database, follow\n[this guide](docs/content/data-pump/import.md).\n\nTo export data from your El Carro database, follow\n[this guide](docs/content/data-pump/export.md).\n\n### What's More?\n\nThere are more features supported by El Carro and more to be added soon! For\nmore information, check [logging](docs/content/monitoring/logging.md),\n[monitoring](docs/content/monitoring/monitoring.md),\n[connectivity](docs/content/monitoring/connectivity.md),\n[UI](docs/content/monitoring/ui.md), etc.\n\n## Contributing\n\nYou're very welcome to contribute to the El Carro Project!\n\nWe've put together a set of contributing and development guidelines that you can\nreview in [this guide](docs/contributing.md).\n\n## Support\n\nTo report a bug or log a feature request, please open a\n[GitHub issue](https://github.com/GoogleCloudPlatform/elcarro-oracle-operator/issues)\nand follow the guidelines for submitting a bug.\n\nFor general questions or community support, we welcome you to join the\n[El Carro community mailing list](https://groups.google.com/forum/#!forum/el-carro)\nand ask your question there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGoogleCloudPlatform%2Felcarro-oracle-operator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGoogleCloudPlatform%2Felcarro-oracle-operator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGoogleCloudPlatform%2Felcarro-oracle-operator/lists"}