Conduit
A domain-agnostic data pipeline for multi-source content processing. Built with .NET 10.
What's Here
| Section | Description |
|---|---|
| Roadmap | Project vision, milestones, and current status |
| Milestones | PRDs for each phase -- what we're building and why |
| Decisions | Architecture decision records -- the choices that shape the system |
| Devlog | Development journal -- what happened, what changed, what we learned |
| Learning | .NET study notes -- fundamentals, DI, testing, architecture, coverage |
Source Adapters
| Adapter | Format | Status |
|---|---|---|
| RSS / Atom | XML feeds (auto-detected) | Complete |
| EDI 834 | Healthcare enrollment | Complete |
| Zotero | Research library CSV + arxiv | Complete |
Quick Start
dotnet restore
dotnet run --project src/App/Conduit
dotnet test
All content is sourced from .orchestra/ in the repository.