Skip to content

Releases: copyleftdev/faux-foundry

FauxFoundry v0.1.0 - Initial Release

22 Sep 22:26

Choose a tag to compare

🎯 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. 🎯