Elasticsearch database introduction and terminology
Table of Contents Elasticsearch is a distributed database where data is stored as JSON documents Elasticsearch is horizontally scalable, i.e., the database can run in multiple servers (nodes) Elasticsearch supports many data types like text, numbe...
Jul 2, 20243 min read20


