Hacker News new | ask | show | jobs
by kabes 1404 days ago
In that case you may also want to take a look at https://github.com/zombodb/zombodb
1 comments

Oh that’s super neat! Looks like a more elegant way to link Postgres and Elasticsearch:

“From a technical perspective, ZomboDB is a 100% native Postgres extension that implements Postgres' Index Access Method API. As a native Postgres index type, ZomboDB allows you to CREATE INDEX ... USING zombodb on your existing Postgres tables. At that point, ZomboDB takes over and fully manages the remote Elasticsearch index and guarantees transactionally-correct text-search query results.”