[DOCS] Rearranges Examples section in Node.JS book (#1425) (#1431)

This commit is contained in:
István Zoltán Szabó
2021-03-29 15:02:59 +02:00
committed by GitHub
parent b53466e41c
commit 3d2720d3c8
17 changed files with 18 additions and 17 deletions

View File

@ -1,5 +1,5 @@
[[sql_query_examples]]
== SQL
=== SQL
Elasticsearch SQL is an X-Pack component that allows SQL-like queries to be executed in real-time against Elasticsearch. Whether using the REST interface, command-line or JDBC, any client can use SQL to search and aggregate data natively inside Elasticsearch. One can think of Elasticsearch SQL as a translator, one that understands both SQL and Elasticsearch and makes it easy to read and process data in real-time, at scale by leveraging Elasticsearch capabilities.