Skip to main content

ETL Orale to Postgresql

Project description

Readme

This library help you to copy your data(Table wise) from Oracle Database to Postgresql Database. Its useful to those how are not friendly to ETL (Extract Transform load) and database connection, So I try to make it user friendly.

Following librarys are use :

import pandas as pd
import numpy as np
import cx_Oracle
from sqlalchemy import create_engine

Connection Details

Note: All credentials of Database connection should me correct.

Have to provide all credentials for the connection like User name , password and Host etc. for both the database and also provide table name which you want to copy from Oracle DB to Postgresql DB, after providing all credentials get pandas dataframe having table name and count of rows in table as output .

How to use code

from EtlOrcPos import copytable_orcpsg_getlog

After getting the EtlOrcPos library ,then just call the function

copytable_orcpsg_getlog()

Then function ask for input for all credentials needed for connection to Databases

Note: Libraries like cx_Oracle and sqlalchemy are very powerful so can be use alone for ETL job.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

EtlOrcPos-0.0.1-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file EtlOrcPos-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: EtlOrcPos-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3.post20200330 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.7.7

File hashes

Hashes for EtlOrcPos-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b0278330a934138c606f66adcb38d838ec86891654a1492674381b507a633c5b
MD5 1c395a9bcebee881acfdb15e204874f5
BLAKE2b-256 71d81a4cdeb54fcc4fb5b37150cfeaa17aa6ab6164856967a1f5d9a161c0f547

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page