x0152 / ProPlum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sapiens Solutions Greenplum ETL framework

Content

The repository contains sources of the Greenplum database framework for data extraction, loading and transformation

Installation

  1. Download and install Liquibase from liquibase.org
  2. Clone the repository to a local folder
  3. Switch to the folder and run the command: liquibase update --changelog-file=install.yaml --url="jdbc:postgresql://:/" --username="" --password="password" -Dtarget_schema="<target_schema>" -Downer=""
  4. Set up the foreign server for logging (fw/servers/server.sql)
  5. Follow the instructions in Airflow folder to configure airflow DAGs

License

Apache 2.0

Contacts

info@sapiens.solutions

About

License:Apache License 2.0


Languages

Language:PLpgSQL 85.9%Language:Python 14.1%