Full-text search with Node.js and ElasticSearch on Docker Blog

added by JavaScript Kicks
9/16/2019 7:17:37 AM

2126 Views

Full-text search can be both scary and exciting. Some popular databases such as MySql and Postgres are an amazing solution for storing data... but when it comes to full-text search performances, there's no competition with ElasticSearch. For those who don't know, ElasticSearch is a search engine server built on top of with an amazing distributed-architecture support.


0 comments