ZomboDB is a PostgreSQL extension plug-in. It supports the access methods that are provided by native PostgreSQL. It also provides powerful text search and analytics features by using Elasticsearch.
Prerequisites
Background information
ZomboDB provides a full set of query languages to query relational data. You can also create ZomboDB indexes. In this case, ZomboDB takes over remote Elasticsearch indexes and ensures transactionally correct query results from text search.
ZomboDB allows you to use Elasticsearch without the need to handle synchronization or communication issues.
Create and delete the ZomboDB plug-in
- Create the plug-in
CREATE EXTENSION zombodb;
- Delete the plug-in
DROP EXTENSION zombodb;