imjasonh / ideas

A place for me to file issues against myself for things I want to build when I'm bored
5 stars 0 forks source link

Google Analytics for Google Cloud Storage raw files #2

Open imjasonh opened 10 years ago

imjasonh commented 10 years ago

GCS will optionally generate access logs for files, and GA has an API for posting arbitrary usage data.

Write a service that asks permission, enables logging for a bucket, periodically (or on-demand when notified) processes access logs and pushes the events to GA.