PipeFlow

(โ˜… 136)

High-performance ETL pipeline library for .NET. Process CSV, JSON, Excel, and SQL data with minimal memory usage through streaming operations.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • CHANGELOG.md
  • CONTRIBUTING.md
  • Directory.Build.props
  • Directory.Packages.props
  • global.json
  • icon.png
  • LICENSE
  • PipeFlow.slnx
  • README.md
  • Version.props

# Installation Guide

1. Get the code
git clone https://github.com/Nonanti/PipeFlow

Downloads the entire project code from GitHub to your computer.

cd PipeFlow

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet add package PipeFlowCore

Type this command into your terminal and run it.

dotnet build

Type this command into your terminal and run it.

dotnet test

Type this command into your terminal and run it.

dotnet run --project samples/PipeFlow.Sandbox -c Release

Builds the project and runs it immediately.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation