Backend Development
ElasticSearch (I) – Introduction and Simple Use
Elasticsearch (sometimes dubbed ES) is a modern search and analytics engine which is based on Apache Lucene. Its built with Java, Elasticsearch is a NoSQL database. That means it stores data in an unstructured way and that you cannot use SQL to query it. This Elasticsearch tutorial could also be Read more…