|
@@ -393,7 +393,7 @@ data_sources:
|
|
- [Presto](#presto)
|
|
- [Presto](#presto)
|
|
- [MongoDB](#mongodb-1) [beta]
|
|
- [MongoDB](#mongodb-1) [beta]
|
|
- [Elasticsearch](#elasticsearch) [beta]
|
|
- [Elasticsearch](#elasticsearch) [beta]
|
|
-- [Apache Drill](#apache-drill-master) [beta]
|
|
|
|
|
|
+- [Apache Drill](#apache-drill) [beta]
|
|
|
|
|
|
You can also [create an adapter](#creating-an-adapter) for any other data store.
|
|
You can also [create an adapter](#creating-an-adapter) for any other data store.
|
|
|
|
|
|
@@ -491,12 +491,12 @@ Add [elasticsearch](https://github.com/elastic/elasticsearch-ruby) to your Gemfi
|
|
data_sources:
|
|
data_sources:
|
|
my_source:
|
|
my_source:
|
|
adapter: elasticsearch
|
|
adapter: elasticsearch
|
|
- url: http://user:password@hostname:9200/
|
|
|
|
|
|
+ url: http://user:password@hostname:9200
|
|
```
|
|
```
|
|
|
|
|
|
-### Apache Drill [master]
|
|
|
|
|
|
+### Apache Drill
|
|
|
|
|
|
-Set:
|
|
|
|
|
|
+Add [drill-sergeant](https://github.com/ankane/drill-sergeant) to your Gemfile and set:
|
|
|
|
|
|
```yml
|
|
```yml
|
|
data_sources:
|
|
data_sources:
|