2 links tagged with all of: open-source + data-infrastructure
Click any tag below to further narrow down your results
Links
dbt Labs open-sourced a YAML-based charting language that lets AI agents generate dashboards as code instead of UI-bound reports, solving the friction between messy code generation and restrictive BI tool interfaces. The accompanying dbtCharts.com platform adds hosting, access control, and conversational analytics on top of the open standard.
- Current AI-generated reports create sprawling file structures across multiple languages, making audits slow and token-expensive; dbt Charts consolidates everything into a single readable YAML file that agents can modify efficiently
- Charts defined in code live in Git alongside dbt models, so schema changes and chart updates ship together in one CI run and fail before reaching production
- The language includes 1,100+ config options across 16 chart types with cascading styles and inheritance, designed to look intentionally crafted rather than dashboard-grid generic
AWS acquired DuckLabs—the team behind the fast-growing DuckDB analytics database—to control the roadmap of a key data infrastructure technology and build an S3-powered alternative to Databricks and Snowflake. The deal doesn't include the open-source DuckDB foundation or MotherDuck, just the core engineering team and their vision.
- DuckDB, DuckLake, and Quack form a free, composable data stack that runs on AWS's S3 storage; AWS profits from increased compute and storage usage even when customers skip the vendor tax of proprietary platforms.
- AI agents need lightweight, embeddable databases for managing state and telemetry at scale, and DuckDB's architecture—small, fast-starting, process-embedded—makes it ideal for this emerging workload.
- AWS likely paid hundreds of millions or close to $1 billion, similar to Databricks's $1B+ acquisition of Tabular; the value lies in Hannes Mühleisen and Mark Raasveldt's vision and ability to shape DuckDB's evolution toward becoming a general-purpose distributed database.