Recap Functional – Open Source
Open source is more than free code – it's about learning, giving back, and building community. Here's what Yannick, Michael, and Christoph contributed in 2023.
Why We Contribute to Open Source – and What We've Built
Contributing to open source is not just about coding. It's about personal growth, giving back, and community building.
Yannick: GraphQL Mesh & Hive
Improved documentation for GraphQL Mesh and fixed missing configuration options in GraphQL Hive – including Prometheus port configuration and the ability to set the Hive URL via environment variables.
Michael: Prisma Engine & NestJS Azure Database
Contributed to the Prisma Engine Rust codebase to ensure nested type and enum comments are passed to generators. Also pushed the maintainer of the NestJS Azure Database library to prioritise upgrading to the latest Azure SDK – a highly requested change.
Christoph: ADX Terraform Provider
Extended the community-driven ADX Terraform provider with several missing features, including:
- Additional parameters for Materialized Views (concurrency, maxSourceRecordsForSingleIngest)
- Terraform import for adx_function
- Update support for autoUpdateSchema in Materialized Views
- New resources: Column Encoding Policy, Continuous Export, External Table
- Managed Identity support for Update Policies
- Documentation updates