To save the production costs and reduce dependency on Amazon we could install and maintain a custom fulltext engine on the embed machine - instead of using the CloudSearch API.
We have experience from other projects with SphinxSearch (very fast, made in C/C++), or we could possibly deploy ElasticSearch via docker or use a very simple SQLite FTS4.
To save the production costs and reduce dependency on Amazon we could install and maintain a custom fulltext engine on the embed machine - instead of using the CloudSearch API.
We have experience from other projects with SphinxSearch (very fast, made in C/C++), or we could possibly deploy ElasticSearch via docker or use a very simple SQLite FTS4.
To be discussed.