This repository has been archived by the owner on Nov 18, 2023. It is now read-only.
In this release, Halfpipe comes with Oracle, SQL Server and ODBC driver support. Also the ability to run in AWS Lambda and perform data validation.
Release Notes
- Open-sourced the code using MIT licence
General
- Oracle and ODBC functionality is provided via plugins, while SQL Server support only requires the
hp
binary. - The Oracle plugin
hp-oracle-plugin.so
is compiled against Oracle Database 19.8 client libraries, which is backwards compatible with older Oracle versions - The ODBC plugin
hp-odbc-plugin.so
uses unixODBC libraries