Skip to content

Analytics layer for the MindsEye Google ecosystem: exports, charts, and dashboards over the prompt ledger.

License

Notifications You must be signed in to change notification settings

PEACEBINFLOW/mindseye-google-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MindsEye Google Analytics

Analytics layer for the MindsEye Google ecosystem: exports, charts, and dashboards over the Prompt Evolution Tree (PET) ledger.

This repo sits on top of:

  • mindseye-google-ledger (Google Sheets: nodes + runs)
  • All other MindsEye repos that log runs into the ledger (orchestrator, workspace-automation, etc.)

It does three main things:

  1. Exports: sample CSV exports for nodes and runs.
  2. Local analytics: Python scripts to compute stats + generate charts.
  3. Dashboards: Looker Studio setup and KPI definitions.

πŸ“ Structure

mindseye-google-analytics/
β”œβ”€ README.md
β”œβ”€ LICENSE
β”œβ”€ exports/
β”‚  β”œβ”€ nodes_sample_export.csv       # Sample export from ledger
β”‚  └─ runs_sample_export.csv
β”œβ”€ dashboards/
β”‚  β”œβ”€ looker_studio_config.md      # How to connect Sheets to Looker
β”‚  └─ kpi_definitions.md           # Definitions for all metrics
β”œβ”€ scripts/
β”‚  β”œβ”€ compute_stats.py             # Basic stats over nodes/runs exports
β”‚  └─ generate_charts.py           # Local chart creation (PNG charts)
└─ docs/
   └─ ANALYTICS_MODEL.md           # How PET + runs are analyzed

About

Analytics layer for the MindsEye Google ecosystem: exports, charts, and dashboards over the prompt ledger.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages