Signalen / backend

Backend for Signalen, an application that helps cities manage and prioritize nuisance reports.
https://signalen.org
Mozilla Public License 2.0
5 stars 5 forks source link

Replace Elastic Search with pg full text search #3

Closed bartjkdp closed 4 years ago

bartjkdp commented 4 years ago

Original by @CBuiVNG

Elastic is overkill for this project. Deployment will be easier (less dependencies, cost) if we can replace Elastic search with standard pg fulltext search.

spreeker commented 4 years ago

Please discuss this in depth with @david since there is quite some effort that went into this for some reasons and a elastic is pretty easy to run. imho.

bartjkdp commented 4 years ago

We will leave ElasticSearch in for now as the installation can be automated with Helm charts.