Bucketeer is an open-source platform created by CyberAgent to help teams make better decisions, reduce deployment lead time and release risk through feature flags. Bucketeer offers advanced features like dark launches and staged rollouts that perform limited releases based on user attributes, devices, and other segments.
Getting started using Bucketeer SDK.
See our documentation to install the SDK.
We would ❤️ for you to contribute to Bucketeer and help improve it! Anyone can use and enjoy it!
Please follow our contribution guide here.
make deps
make build-android
make build-ios
make unit-test
To run the E2E test, set the following environment variables before running it.
- E2E_API_ENDPOINT
- E2E_API_KEY
make e2e BKT_API_KEY=<API_KEY> BKT_API_ENDPOINT=<API_ENDPOINT>
For other commands, please take a look at the Makefile.
Apache License 2.0, see LICENSE.