Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dustin-decker/elasticsearchsql

A simple example of using Apache Spark SQL against Elasticsearch 5
https://github.com/dustin-decker/elasticsearchsql

elasticsearch spark sql

Last synced: 13 days ago
JSON representation

A simple example of using Apache Spark SQL against Elasticsearch 5

Awesome Lists containing this project

README

        

# ElasticsearchSQL

Just a simple example of using Apache Spark SQL against Elasticsearch 5

Using Apache Spark SQL 'pushes-down' as much of the query functionality as it can to the Elasticsearch
cluster by translating it to Elasticsearch query DSL. The results are collected by the Spark
nodes and the remaining crunching is performed in batches distributed across the Spark
cluster.