Give your users blazing-fast auto-complete suggestions, full-text fuzzy searches, and scored recommendations based off of on-chain data. Elasticsearch is the leading search datastore, used for a wide variety of usecase for billions of datapoints a day, including search, roll-up aggregations, and ultra-fast lookups on text data. Goldsky supports real-time insertion into Elasticsearch, with event data updating in Elasticsearch indexes as soon as it gets finalized on-chain. See the Elasticsearch docs to see more of what it can do! Full configuration details for Elasticsearch sink is available in the reference page. Contact us at sales@goldsky.com to learn more about how we can power search for your on-chain data!

Secrets

Create an Elasticsearch secret with the following CLI command:
goldsky secret create --name AN_ELASTICSEARCH_SECRET --value '{
  "host": "Type.String()",
  "username": "Type.String()",
  "password": "Type.String()",
  "type": "elasticsearch" 
}'