Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Possible to config the SQL in a standalone server to connect to an ElasticSearch server? #360

Closed
YouXiang-Wang opened this issue Jan 29, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@YouXiang-Wang
Copy link

Actually, in many cases, we may use the SAAS service provided by AWS/Azure/GCP etc. We could not install the ElasticSearch plugins freely. So I am wondering if it is possible to config the SQL in a standalone server to connect to an ElasticSearch server?

@abbashus abbashus added the enhancement New feature or request label Jan 29, 2020
@YouXiang-Wang
Copy link
Author

@abbashus Do we have the plan to support this big feature?

@abbashus
Copy link
Contributor

It's right now in a Elasticsearch plugin from, and thus can only be bootstrapped alongside Elasticsearch. We may in the future break down the SQL plugin functionality in a standalone consumable form.

@abbashus
Copy link
Contributor

We will certainly evaluate the need for such a feature. Currently we don't have a ETA on this.

@dai-chen
Copy link
Member

dai-chen commented Jul 7, 2020

@YouXiang-Wang We've added standalone mode in our new query engine in PR #491. You can find sample code in https://github.com/opendistro-for-elasticsearch/sql/blob/develop/integ-test/src/test/java/com/amazon/opendistroforelasticsearch/sql/ppl/StandaloneIT.java, though our engine code is not available on Maven repo yet. We will evaluate how many users need this and put efforts to make it public.

@dai-chen dai-chen closed this as completed Jul 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants