opensearch-docs-cn/_search-plugins/sql/index.md

18 lines
690 B
Markdown
Raw Normal View History

2021-05-28 13:48:19 -04:00
---
layout: default
title: SQL and PPL
2021-05-28 13:48:19 -04:00
nav_order: 38
has_children: true
has_toc: false
redirect_from:
- /search-plugins/sql/index/
2021-05-28 13:48:19 -04:00
---
# SQL and PPL
2021-05-28 13:48:19 -04:00
2021-08-12 17:59:49 -04:00
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.
2021-05-28 13:48:19 -04:00
## Contributing
2021-06-09 22:15:41 -04:00
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.