PipeFlow
High-performance ETL pipeline library for .NET. Process CSV, JSON, Excel, and SQL data with minimal memory usage through streaming operations.
파일 탐색기
최종 버전 다운로드 (.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
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Nonanti/PipeFlow
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd PipeFlow
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet add package PipeFlowCore
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet build
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet test
이 명령어를 터미널에 그대로 입력해 실행하세요.
dotnet run --project samples/PipeFlow.Sandbox -c Release
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
