Skip to content
/ izanami Public

Izanami is a centralized versatile feature flag solution, well suited for micro service architectures.

License

Notifications You must be signed in to change notification settings

MAIF/izanami

Repository files navigation

Izanami

image

Izanami is an open source centralized feature flag solution.

Feature flags are a software development pattern that allows turning a feature on or off without needing to modify or redeploy an application.

Feature flags typically allow implementation of canary release, progressive rollout, A/B testing or even "panic buttons".

Izanami is a centralized feature flag solution, which allows sharing flags between applications, having a fine-tuned right management and keeping a log of who modify or request flags.

Documentation

To get started with Izanami, follow this guide.

Reference documentation is available here.

Some guides for common use cases are also available.

Contribution

Izanami contribution are welcome !

If you see a bug or would like a specific feature, you can either open an issue, or show your interest by commenting an existing one.

If you feel like contributing by helping to write code or documentation, feel free to discuss it in a related issue or open a pull request.

Development

To setup a dev Izanami instance, read this page.