Jehyun Shim
Jehyun Shim

Reputation: 91

Use Crate SQL module(plugin) in Elasticsearch

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

Upvotes: 1

Views: 363

Answers (1)

Spanky
Spanky

Reputation: 5776

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.

Upvotes: 2

Related Questions