alvesdan / abex

A pluggable A/B test framework in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A/B.ex

A Plug A/B test framework aiming to be fast, reliable and scalable. This is a work in progress project and design changes are expected.

Installation

If available in Hex, the package can be installed as:

  1. Add abex to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:abex, "~> 0.1.0"}]
end
```
  1. Ensure abex is started before your application:
```elixir
def application do
  [applications: [:abex]]
end
```

About

A pluggable A/B test framework in Elixir


Languages

Language:Elixir 100.0%