Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mit-lcp/oracle2postgres
Migrate data from an Oracle database to a Postgres database
https://github.com/mit-lcp/oracle2postgres
database migration ora2pg oracle postgres python
Last synced: about 2 months ago
JSON representation
Migrate data from an Oracle database to a Postgres database
- Host: GitHub
- URL: https://github.com/mit-lcp/oracle2postgres
- Owner: MIT-LCP
- License: mit
- Created: 2018-02-08T21:33:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-23T20:32:08.000Z (over 2 years ago)
- Last Synced: 2024-10-13T02:37:44.643Z (2 months ago)
- Topics: database, migration, ora2pg, oracle, postgres, python
- Language: Python
- Homepage: https://pypi.org/project/oracle2postgres/
- Size: 43 KB
- Stars: 30
- Watchers: 9
- Forks: 21
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oracle to Postgres
The oracle2postgres package can be used to migrate data from Oracle to Postgres. It uses SQLAlchemy as an intermediary to map data types between the two database systems. The approach is hacky, but it worked for us!
## Example Notebook
For example usage, see the Jupyter Notebook at: [https://github.com/MIT-LCP/oracle-to-postgres/blob/master/migration.ipynb](https://github.com/MIT-LCP/oracle-to-postgres/blob/master/migration.ipynb).
## Instructions for use
1. `pip install oracle2postgres`
2. Follow the instructions in the Jupyter Notebook at: [https://github.com/MIT-LCP/oracle-to-postgres/blob/master/migration.ipynb](https://github.com/MIT-LCP/oracle-to-postgres/blob/master/migration.ipynb).