+1 vote
in ElasticSearch by
What are the basic requirements to work with Elasticsearch?

1 Answer

0 votes
by

To work with Elasticsearch, following requirements must be done -

  • You should be familiar with the JSON object, APIs and document formats because the data is stored in the form of document in Elasticsearch.
  • Apart from knowledge, Java must be installed on your system to install Elasticsearch.
  • A plugin to interact with Elasticsearch, e.g., elasticsearch-head plugin (available in google play store).
...