thomaspoignant / go-feature-flag

GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution 100% Open Source. 🎛️
https://gofeatureflag.org/
MIT License
1.49k stars 148 forks source link

(feature) Azure BlobStorage exporter #2559

Closed thomaspoignant closed 1 week ago

thomaspoignant commented 1 month ago

Requirements

In order to continue GO Feature Flag support to major cloud provider we want to bring the same support as GCP and AWS for Azure.

To do this, we want to let GO Feature Flag users the possibility to export their flag usage to Azure BlobStorage. For this, we want to have a Azure Blob Storage exporter that will store all the exported data directly to Azure.

Things to take in consideration:

This exporter will be very similar to the S3 exporter and Google Storage exporter.

An example of PR to add a new exporter https://github.com/thomaspoignant/go-feature-flag/pull/1745/files

CollinsC1O commented 1 month ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

Hello I'm a front-end and a blockchain developer and will love to work on this issue. Please assign

github-actions[bot] commented 2 weeks ago

This issue has been automatically unassigned due to inactivity.

Abeeujah commented 2 weeks ago

Hi @thomaspoignant can I work on this?

thomaspoignant commented 2 weeks ago

@Abeeujah sure go for it, I'll affect it to you.

Abeeujah commented 2 weeks ago

Hi @thomaspoignant would you prefer auth via azblob or via azidentity or you wouldn't mind having both as an option?