1

I am using Elasticsearch on linux sever but Quering is a little bit difficult

because form of query is not SQL structure.

In crate, there is a sql plugin, so I put this plugin into my own Elasticsearch

Is it possible?

If not, how can I adopt Crate SQL Plugin into Elasticsearch?

Thanks

1

1 Answer 1

2

Jehyun:

Crate has evolved from being an Elasticsearch plugin to a complete software stack. I don't believe that you can simply add a plugin to Elasticsearch to gain SQL-like queries. You would need to transition your cluster to Crate in order to use SQL queries.

Of course, you should test this process on a non-production system first.

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you for answering. I've tried build Crate SQL Plugin which is located in github but build with gradle doesn't work..
In github - CRATE SQL Plugin, there is a development document. As this guide, it can be build by maven, but no pom.xml file in same folder

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.