PipeFlow
High-performance ETL pipeline library for .NET. Process CSV, JSON, Excel, and SQL data with minimal memory usage through streaming operations.
File Explorer
Download Latest Version (.zip)- dotnet-tools.json
- build.yml
- dependency-check.yml
- release.yml
- PipeFlow.Sandbox.csproj
- Program.cs
- IPipelineSink.cs
- IPipelineSource.cs
- PipeFlowConfigurationException.cs
- PipeFlowException.cs
- PipeFlowSinkException.cs
- PipeFlowSourceException.cs
- PipeFlowValidationException.cs
- ValidationError.cs
- DataRow.cs
- IOrderedPipeline.cs
- IOrderedQueryablePipeline.cs
- IPipeline.cs
- IQueryablePipeline.cs
- PipeFlow.csproj
- PipeFlowOptions.cs
- PipelineContext.cs
- InterfaceShapeTests.cs
- CloneTests.cs
- ConstructionTests.cs
- EqualityTests.cs
- GetValueTests.cs
- IndexerTests.cs
- ExceptionHierarchyTests.cs
- ExceptionPropertiesTests.cs
- GlobalUsings.cs
- PipeFlow.Tests.csproj
- xunit.runner.json
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
