Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 889 Bytes

Smartive.md

File metadata and controls

13 lines (9 loc) · 889 Bytes

ElasticSearch with GraphQL

  • There are several libraries which expose the full Elasticsearch API as a GraphQL API.
  • But like traditional REST APIs with Elasticsearch Backends, we mostly don’t want to expose all the possibilities which the Elasticsearch Query Language offers to the end users.
  • At the end we have a GraphQL API running on two NodeJS nodes and two Elasticsearch nodes, serving up to 5000rpm in a 50ms.

img.png

Denormalizing Datasource for Improved Performance

img.png

References