Skip to content

dustin-decker/ElasticsearchSQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple example of using Apache Spark SQL against Elasticsearch 5

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages