mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
* redirects Signed-off-by: Heather Halter <hdhalter@amazon.com> * fixedformat Signed-off-by: Heather Halter <hdhalter@amazon.com> * fixbrokenlink Signed-off-by: Heather Halter <hdhalter@amazon.com> * fixbrokenlink Signed-off-by: Heather Halter <hdhalter@amazon.com> --------- Signed-off-by: Heather Halter <hdhalter@amazon.com>
18 lines
690 B
Markdown
18 lines
690 B
Markdown
---
|
|
layout: default
|
|
title: SQL and PPL
|
|
nav_order: 38
|
|
has_children: true
|
|
has_toc: false
|
|
redirect_from:
|
|
- /search-plugins/sql/index/
|
|
---
|
|
|
|
# SQL and PPL
|
|
|
|
OpenSearch SQL lets you write queries in SQL rather than the [OpenSearch query domain-specific language (DSL)]({{site.url}}{{site.baseurl}}/opensearch/query-dsl/full-text). If you're already familiar with SQL and don't want to learn the query DSL, this feature is a great option.
|
|
|
|
## Contributing
|
|
|
|
To get involved and help us improve the SQL plugin, see the [development guide](https://github.com/opensearch-project/sql/blob/main/DEVELOPER_GUIDE.rst) for instructions on setting up your development environment and building the project.
|