17 December 2013 23 Comments

Connecting Tableau to ElasticSearch (READ: How to query ElasticSearch with Hive SQL and Hadoop)

I’ve been a big fan of ElasticSearch the since last Spring. Put simply, it’s a search server based on Apache Lucene. But in all honestly, it’s really a massively scalable, auto-balancing, redundant, NoSQL data-store plus a full search and analytics server.

But, if I’m storing a ton of data in ES, I certainly can’t use Tableau, since ES querying is strictly RESTful… or can I?