README.md

dqe_idx
=====

[![Hex.pm](https://img.shields.io/hexpm/v/dqe_idx.svg?maxAge=2592000)](https://hex.pm/packages/dqe_idx)

Dalmatiner query engine indexer abstract module.

This application forwards indexer calls to configured
implementation. By default it will use _dqe_idx_ddb_ that is using plain
DDB for tag expansion and skips meta-data queries. There is also
Posgres indexer backend implemented in _dqe_idx_pg_ module.

Build
-----

    $ rebar3 compile