Info
Version: | 3.7.0 |
Author(s): | Andreas Lennartz |
Last Update: | Friday, March 7, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.etlbox.net/ |
NuGet Url: | https://www.nuget.org/packages/ETLBox.Postgres |
Install
Install-Package ETLBox.Postgres
dotnet add package ETLBox.Postgres
paket add ETLBox.Postgres
ETLBox.Postgres Download (Unzip the "nupkg" after downloading)
Tags
It supports reading from and writing to PostgreSQL databases for scalable data pipelines.
ETLBox is a complete ETL (Extract, Transform, Load) library and data integration toolbox for .NET.
# Build scalable, code-first ETL pipelines for SQL, NoSQL, APIs, and flat files.
# Automate data movement, transformation, and synchronization with minimal memory usage.
# Ideal for data warehousing, migrations, and big data processing.
Simplify your data integration workflow:
ETLBox enables efficient, asynchronous data processing by reading from databases, APIs, and file formats like CSV, Excel, and JSON.
Transform data dynamically with row-based, batch, or lookup transformations, and read or write from/to multiple destinations in parallel.
Key Features:
* Stream large datasets efficiently without loading everything into memory
* Maximize performance with parallel, task-based data flow execution
* Connect to various data sources with built-in connectors or extend with custom components
For tutorials, examples, and documentation, visit:
https://www.etlbox.net/.