Compare Chrome extensions: gem vs ElasticSearch Head

Stats gem gem ElasticSearch Head ElasticSearch Head
User count 798 100,000+
Average rating 5.00 4.89
Rating count 2 197
Last updated 2019-03-08 2019-09-03
Size 1.27M 471.04K
Version 0.1.0 0.1.5
Short description
GUI for Elasticsearch Mappings ElasticSearch Head
Full summary

[Note: Majority of gem's features are now available in dejavu. You can get that from here - https://chrome.google.com/webstore/detail/dejavu/jopjeaiilkcibeohjdmejhoifenbnmlh ]

GEM is a GUI for creating and managing an Elasticsearch index's data structure mappings. ES Mappings provide an immutable interface to control how data is stored internally within Elasticsearch and how queries can be applied to it.

Mappings allow deciding things like:

  • Should a field with value '2016-12-01' be treated as a date or as a text field?

  • Should 'San Francisco' be stored as an analyzed text field to then run full-text search queries against it, or should it be kept non-analyzed for an aggregations use-case?

Should 'loc': ['40.73', '-73.9'] be stored as Object or should it have a geopoint datatype.

GEM takes this a step further by providing an on-the-fly mapping inference based on user provided input data.

See more

Chrome Extension containing the excellent ElasticSearch Head application.