'I am looking for a replacement for pgsync. Looks like the library is not supported anymore. How to sync between postgresql and elasticsearch?

Someone from the backend development side, please help with the below. we have a site driven by Postgres. We also have a elastic search implementation to make filter/searches faster. We needed a framework to sync the indexes between these two. We tried pgsync 'https://github.com/ankane/pgsync/issues' and hit a roadblock, and realised that it's not actively supported anymore. Could you suggest a tool/framework for syncing between Postgres and elasticsearch?



Solution 1:[1]

I think you are looking at the wrong tool.

  • pgsync by ankane is a tool for syncing data from one Postgres database to another Postgres database.
  • PGSync by toluaina is a tool for syncing data from Postgres to Elasticsearch.

I believe you are interested in the latter.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 taina