apiVersion: v3
kind: service
metadata:
  name: songwhip-web
  description: |
    A web service for ingesting and querying user analytics data as part of the Songwhip analytics pipeline.
    - Receives and aggregates analytics events from songwhip-events, which are processed and stored in BigQuery by songwhip-analytics.
    - Exposes endpoints for songwhip-api and dashboards to retrieve analytics and reporting data.
    - Serves as a backend component for analytics, enabling data-driven features and reporting across the Songwhip platform.
  owner: songwhip
  tags:
    - public:false
spec:
  type: web
