Flippant v0.2.0 API Reference
Modules
An adapter is a module that stores rules. Adapters should be stateful and run in their own process. The built in adapters are all GenServers, and therefor implement the GenServer behaviour
The Rules module is where rules, actors, and groups are glued together
Rules may be stored with arbitrary values. For some storage environments, like Redis, the values must be serialized to and from a binary format
Serialize values using Erlang’s binary term storage