Skip to main content

Active Repositories

Repositories with recent development activity.

Overview

This document identifies which repositories are currently being actively developed. Activity is determined by:

  • Recent commits (last 3 months)
  • File modifications
  • Branch activity
  • Issue and PR activity

How to Update

Run the git activity analysis script:

cd /Users/stef/apps/sprout/sprout_docs
./scripts/git-activity-analysis.sh

Typically Active Repositories

Based on the platform architecture, these repositories are typically most active:

Core Services

  • sprout_backend - Main API service, frequent updates
  • sprout_etl - ETL pipeline, regular enhancements
  • pricing_dashboard - Frontend, UI improvements

Infrastructure

  • cloudflare-workers - Scraping workers, feature additions
  • sprout_monitoring - Monitoring improvements

Less Active

  • skybox_token_extractor - Stable, infrequent updates
  • overlevered_app - Separate project, independent development
  • overlevered_server - Separate project, independent development
  • prometheus - Configuration only, minimal changes

Active Development Areas

sprout_backend

  • API endpoints
  • Event matching logic
  • Inventory management
  • Background job processing

sprout_etl

  • Data pipeline improvements
  • Event synchronization
  • Price monitoring
  • CLI enhancements

pricing_dashboard

  • UI components
  • Data visualization
  • User experience improvements
  • Performance optimizations

Monitoring Activity

To monitor repository activity:

  1. Check git commit history
  2. Review recent PRs and issues
  3. Run the git activity analysis script
  4. Check repository-specific documentation

Next Steps