cfpb / django-flags

Feature flags for Django projects
https://cfpb.github.io/django-flags/
Creative Commons Zero v1.0 Universal
256 stars 31 forks source link

Gitlab feature flag integration #95

Open xgilest opened 2 years ago

xgilest commented 2 years ago

We are considering the use of Gitlab feature flag feature, which is based on https://www.getunleash.io/

But I would like to use Django-flags to maintain a clean and future-proof code. Has anyone tried before? Or with any other similar service.

Thank you!

willbarton commented 2 years ago

I'm not familiar with the service you mention, but at a very cursory glance, you could probably hook their Python API into Django-Flags's state API.