Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.11 KB

File metadata and controls

34 lines (25 loc) · 1.11 KB

Project TODO

This file tracks future improvements and features for the reference architecture.

Deployment & Infrastructure

  • Deploy MCP (Model Context Protocol) server

    • Set up MCP server deployment in Kubernetes
    • Configure integration with Apollo GraphOS
    • Add deployment scripts
    • Update documentation
  • Add local router development workflow

    • Document how to run router locally for faster iteration
    • Set up local router configuration that matches Kubernetes setup
    • Create scripts/guide for local router development without Kubernetes
    • Enable testing router config changes locally before deploying

Monitoring & Observability

  • Implement Zipkin for distributed tracing
  • Implement OpenTelemetry Collector
  • Implement Grafana for metrics visualization
  • Implement InfluxDB for time-series metrics storage
  • Implement k6 for load testing
  • Integrate test scripts with k6

Future Enhancements

  • Add persisted queries support
  • Add telemetry configuration to router
  • Add advanced router configuration options
  • Add production-ready security configurations