OSS-Latam / df-metrics

MIT License
1 stars 0 forks source link

Design the publishing API #9

Open brayanjuls opened 3 months ago

brayanjuls commented 3 months 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 3 months ago

Hi

brayanjuls commented 3 months ago

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

josechudev commented 2 months 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.