OSS-Latam / df-metrics

MIT License
1 stars 0 forks source link

Design the publishing API #9

Open brayanjuls opened 1 month ago

brayanjuls commented 1 month ago

We want to support writing to different sources the generated metrics, the output schema should be ideally standard and the writing mode should be "append only".

josechudev commented 1 month ago

Hi

brayanjuls commented 1 month ago

One Idea to kick off this issue is splitting it on three parts, storage backend, file format and base schemas:

josechudev commented 4 days ago

Hey @brayanjuls, I see you implemented the publish function in metrics.rs, should we move this to core/publishing.rs eventually? I am moving forward with LocalDisk and S3 Backend.