/dqe_idx

Primary LanguageErlangMIT LicenseMIT

dqe_idx

Hex.pm

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