Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 396 Bytes

WhyElasticSearch.md

File metadata and controls

11 lines (10 loc) · 396 Bytes

Why ElasticSearch

  • ElasticSearch became popular choice for search engine
  • Started as full text distributed, scalable database
  • Evolved to cover logs processing, graph database, and big data
  • Rich ecosystem with in-house and 3rd party plugins
  • Open source with enterprise support
  • Lucene based
  • Impressive scalability and performance
  • Rest not Restful API
  • Fast version release cycle