Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dustin-decker/elasticsearchsql
- Owner: dustin-decker
- License: apache-2.0
- Created: 2017-05-21T21:26:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-22T03:17:35.000Z (over 7 years ago)
- Last Synced: 2024-12-01T23:20:58.733Z (2 months ago)
- Topics: elasticsearch, spark, sql
- Language: Scala
- Size: 6.84 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.