Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding opensearch-sql-cli artifact sections to the most recent entrie… #3112

Merged
merged 2 commits into from
Jul 31, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions _artifacts/opensearch-sql-cli/opensearch-sql-cli-1.0.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
role: sql-command-line
artifact_id: opensearch-sql-cli
version: 1.0.0
platform: python
type: python
architecture: python
slug: opensearch-sql-cli-1.0.0
category: opensearch
inline_instructions:
- label: "Command To Install"
code: pip install opensearchsql
link:
label: View on PyPI
url: https://pypi.org/project/opensearchsql/
---
7 changes: 7 additions & 0 deletions _includes/downloads/opensearch-sql-cli.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

<p>The SQL CLI component in OpenSearch is a stand-alone Python application and can be launched by a 'wake' word <code>opensearchsql</code>.</p>
<p>It only supports <a href="https://docs-beta.opensearch.org/search-plugins/sql/index/" rel="nofollow">OpenSearch SQL Plugin</a>.
You must have the OpenSearch SQL plugin installed in your OpenSearch instance to connect.
Users can run this CLI from Linux or Windows, and they can connect to any valid OpenSearch endpoint, such as Amazon OpenSearch Service.</p>

Please visit <a href="https://pypi.org/project/opensearchsql/">PyPI</a> for more details.
7 changes: 7 additions & 0 deletions _layouts/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@
data-prepper: Data Prepper
data-prepper-no-jdk: Data Prepper (without bundled JDK)
logstash-oss-with-opensearch-output-plugin: Logstash OSS with OpenSearch Output Plugin
opensearch-sql-cli: SQL-CLI
platforms:
windows: "Windows"
linux: "Linux"
freebsd: "FreeBSD"
macos: macOS
java: "Java"
docker: Docker
python: "Python"
extensions:
targz: ".tar.gz"
exe: "Installer (exe)"
Expand All @@ -36,15 +38,18 @@
jar: ".jar"
docker_hub: 'Dockerfile'
system-package: "System package"
python: ".tar.gz"
architectures:
arm64: "ARM64"
x64: "x64"
x86: "x86"
jvm: Java Virtual Machine
python: "pypi"
sections:
opensearch: OpenSearch
opensearch-dashboards: OpenSearch Dashboards
command-line-tools: 'Command Line Tools'
sql-command-line: 'OpenSearch SQL CLI'
data-ingest: 'Ingest Tools'
docker-compose: 'Try OpenSearch with Docker Compose'
minimal: 'Minimal Distributions'
Expand All @@ -55,6 +60,7 @@
- arm64
- x86
- jvm
- python

platform_order:
- linux
Expand All @@ -63,6 +69,7 @@
- macos
- windows
- java
- python
---

{%comment%}
Expand Down
8 changes: 8 additions & 0 deletions _versions/2024-06-25-opensearch-2.15.0.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ components:
- role: drivers
artifact: opensearch-sql-jdbc
version: 1.4.0.1
- role: sql-command-line
artifact: opensearch-sql-cli
version: 1.0.0
sections:
docker-compose:
explanation: "downloads/opensearch-docker.markdown"
Expand All @@ -61,6 +64,11 @@ sections:
artifacts:
opensearch-cli:
explanation: "downloads/opensearch-cli.html"
sql-command-line:
role: sql-command-line
artifacts:
opensearch-sql-cli:
explanation: "downloads/opensearch-sql-cli.markdown"
drivers:
explanation: "downloads/drivers.markdown"
role: drivers
Expand Down
10 changes: 10 additions & 0 deletions _versions/2024-07-16-opensearch-1.3.18.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ components:
- role: command-line-tools
artifact: opensearch-cli
version: 1.2.0
- role: sql-command-line
artifact: opensearch-sql-cli
version: 1.0.0
platform_order:
- python
- role: ingest
artifact: data-prepper
version: data-prepper-2.8.0
Expand Down Expand Up @@ -61,6 +66,11 @@ sections:
artifacts:
opensearch-cli:
explanation: "downloads/opensearch-cli.html"
sql-command-line:
role: sql-command-line
artifacts:
opensearch-sql-cli:
explanation: "downloads/opensearch-sql-cli.markdown"
drivers:
explanation: "downloads/drivers.markdown"
role: drivers
Expand Down
Loading