⌂Izanami
1.10.17*
  • Quick start
  • About Izanami
  • Philosophy
  • What’s in the box
  • Architecture
  • Get Izanami
    • From Binaries
    • From Docker
    • From sources
  • Settings
    • Choose the database
    • All the settings
  • UI usage
  • APIs usage
  • Shared Configs
    • The UI
    • APIs
    • Spring config
  • Feature flipping
    • The UI
    • Scripts
    • APIs
    • Lock path
  • A/B testing
    • The UI
    • APIs
  • Key definition and best practices
  • Listen to events
  • Metrics
  • Identity providers
  • Clients
    • Java & Scala
    • React client
    • Node js client
    • CLI
    • Spring starter
  • Tutorials
    • Spring / React tutorial
    • Oauth2 with keycloak
  • Performances
  • For Developers
Izanami
⌂Izanami
1.10.17*
  • Quick start
  • About Izanami
  • Philosophy
  • What’s in the box
  • Architecture
  • Get Izanami
    • From Binaries
    • From Docker
    • From sources
  • Settings
    • Choose the database
    • All the settings
  • UI usage
  • APIs usage
  • Shared Configs
    • The UI
    • APIs
    • Spring config
  • Feature flipping
    • The UI
    • Scripts
    • APIs
    • Lock path
  • A/B testing
    • The UI
    • APIs
  • Key definition and best practices
  • Listen to events
  • Metrics
  • Identity providers
  • Clients
    • Java & Scala
    • React client
    • Node js client
    • CLI
    • Spring starter
  • Tutorials
    • Spring / React tutorial
    • Oauth2 with keycloak
  • Performances
  • For Developers
  • Izanami
  • A/B testing

A/B testing

  • The UI
    • Edit a experiment
    • Evaluate experiments
    • Consult the results
    • Download and Upload
  • APIs
    • Basic workflow
    • Data model
    • Basic CRUD operations
      • List all
      • Create an experiment
      • Get an experiment
      • Update an experiment
      • Patch an experiment
      • Delete an experiment
    • Operations on Variants
      • Mark variant as displayed
      • Mark variant as won
      • The tree API
    • Download and Upload
      • Download experiments
      • Upload experiments
      • Download bindings
      • Upload bindings
      • Download events
      • Upload bindings

The A/B testing is a technique used in marketing which propose different variant of a same object, measure the interest for each variant in order too choose the best option.

With Izanami, you can easily run experiments in order to validate variants.

A nice dashboard allow you to see the results on each variants

The source code for this page can be found here.

Next: The UI