Tutorials¶
Welcome to the Flycatcher tutorials! These step-by-step guides will help you learn Flycatcher from the ground up.
🎯 Getting Started¶
New to Flycatcher? Start here:
- Building Your First Schema - Learn the basics by creating a complete schema with all three outputs
📚 Coming Soon¶
More tutorials are on the way:
- Working with Constraints - Master field-level validation
- Cross-Field Validation - Implement business rules with the
col()DSL - Complete ETL Pipeline - Build an end-to-end data pipeline
- Schema Evolution - Strategies for updating schemas over time
💡 Tutorial Format¶
Each tutorial follows a hands-on approach:
- Clear objectives - Know what you'll build
- Step-by-step instructions - Follow along with working code
- Explanations - Understand why, not just how
- Best practices - Learn the recommended patterns
- Next steps - Links to dive deeper
🆘 Need Help?¶
- Ask questions in GitHub Discussions
Let's get started! 🚀