[Engineering Log] Fixing DuckDB File Locks
Fixing DuckDB file locks in Echo by replacing the startup connection with on-demand database sessions that open, sync, query, and close during each analytics request.
- #go
- #retrospective
- #mcp
Fixing DuckDB file locks in Echo by replacing the startup connection with on-demand database sessions that open, sync, query, and close during each analytics request.
Adding local FinOps and Knowledge ROI analytics to Echo so persistent memory can measure cost, hit rate, carbon estimates, and low-signal context before quality drifts.
Transitioning to Agentic Infrastructure via the Model Context Protocol unified gateway, providing specialized tools for automated RCA across telemetry, pods, network flows, and gateway capability state.
Building an MCP server with Go and SQLite to give AI agents scoped, local-first memory, reduce repeated context setup, and keep project decisions available in CLI sessions.
Transitioning from fragmented multi-module scripts to a library-first platform using a unified Go workspace.