Search Replica
Search Replica is a small adapter, which replicates Postgres data into elasticsearch index. Your Postgres database is sourse of truths and Elasticsearch read-only near-to-realtime replica.
As many similar projects, we abuse logical decoding for our needs.
- No external dependencies
- Container size is less than 5M
- Ludicrous resource requirements.
- No complex schema or additional yaml file required.
- If needed, configurable via COMMENTS on table or column.
- Reindexes existing data
tbd;