π― FauxFoundry v0.1.0 - Production-Ready Synthetic Data Generation Platform
β¨ Features
- CLI & TUI Interfaces: Professional command-line and terminal user interfaces
- Ollama LLM Integration: Local AI model support with health monitoring
- YAML Specifications: Human-readable data generation specifications
- Real-time Generation: Live progress tracking and statistics
- 100% Unique Records: Advanced deduplication with canonical hashing
- Streaming Output: Memory-efficient JSONL with optional GZIP compression
π₯ Healthcare Ready
- Medical Insurance: Comprehensive 46-field verification data
- EDI X12 Eligibility: Healthcare eligibility transactions (53 fields)
- NCPDP Pharmacy: Pharmacy claims processing (75+ fields)
- X12 837 Professional: Professional claims transactions (66 fields)
ποΈ Professional Infrastructure
- Comprehensive Makefile: 60+ targets for complete development lifecycle
- GitHub Actions CI/CD: Automated testing, building, and deployment
- Docker Support: Multi-stage builds with container orchestration
- Complete Documentation: README, contributing guidelines, and examples
π Quick Start
# Clone and build
git clone https://github.com/copyleftdev/faux-foundry
cd faux-foundry
make build
# Generate your first synthetic dataset
./bin/fauxfoundry init my-data.yaml --template ecommerce
./bin/fauxfoundry generate --spec my-data.yaml --count 100π Requirements
- Go 1.25+
- Ollama for LLM integration
Created by copyleftdev - Building tools for developers, by developers. π―