ZomboDB: Making Postgres and Elasticsearch work together like it’s 2015

ZomboDB is a Postgres extension that enables efficient full-text searching via the use of indexes
backed by Elasticsearch. In order to achieve this, ZomboDB implements Postgres’ Access Method API.

In practical terms, a ZomboDB index doesn’t appear to Postgres any different than a standard btree index might. As such, standard SQL commands for mutating are data fully supported: INSERT,UPDATE, DELETE, COPY, and VACUUM.