mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-20 04:58:23 +00:00
0429a0db16
## Problem The billing team wants to change the billing events pipeline and use a common events format in S3 buckets across different event producers. ## Summary of changes Change the events storage format for billing events from JSON to NDJSON. Also partition files by hours, rather than days. Resolves: https://github.com/neondatabase/cloud/issues/29995