Commit graph

99 commits

Author SHA1 Message Date
Erik Assum
37fc967f00 Add function to allow for query execution without validation, fixes #25 (#26)
* Add function to allow for query execution without validation, fixes #25

- Using s/defn to allow for client to decide when to use validation
- Add new function (`execute`) to keep backward compatability
- Fixed error in schema for `timeseries`
- Updated README.md
- Remove use of swiss-arrow

* as pr review
2017-06-15 09:42:44 +02:00
Erik Assum
00a10d0bb8 fix wrong schema for javascriptAggregator/fnReset (#24)
Fixes #23
2017-06-07 11:21:57 +02:00
Guillaume Buisson
a0de6ab106
Bump to next SNAPSHOT 2017-02-27 11:45:35 +01:00
Guillaume Buisson
56066fa9f5
0.2.18 Release 2017-02-27 11:43:35 +01:00
Erik Assum
ed28964ef1 add missing simple granularities (#22)
http://druid.io/docs/0.9.2/querying/granularities.html
2017-02-27 11:42:57 +01:00
Guillaume Buisson
43eb07fe4b
next version bump 2017-01-12 15:04:48 +01:00
Guillaume Buisson
b865034f1f
version bump 2017-01-12 15:02:15 +01:00
Guillaume Buisson
e3a745a88b Merge pull request #20 from msprunck/update-dependencies
Dependencies upgrade
2017-01-12 15:00:22 +01:00
Matthieu Sprunck
c2fe8757c8 Dependencies upgrade 2017-01-12 14:56:10 +01:00
gbuisson
fb818c00cb Merge pull request #18 from slipset/patch-2
Update zookeeper connect example
2016-12-12 10:43:42 +01:00
Erik Assum
aec89cf64b Update README.md 2016-11-02 10:30:05 +01:00
Erik Assum
14c2125d19 Update zookeeper connect example
- :node-type needs to be "druid:broker"
- fixes #17
2016-11-02 10:24:43 +01:00
gbuisson
a7680111b4 Merge pull request #16 from slipset/patch-1
Updated docs to show usage with multiple hosts
2016-11-02 09:54:32 +01:00
Erik Assum
2f48236764 Updated docs to show usage with multiple hosts
fixes #15
2016-11-02 09:47:58 +01:00
Guillaume Buisson
b97d577de2
bumped version 2016-09-30 17:40:18 +02:00
Guillaume Buisson
9ff18b70be
bumped version 2016-09-30 17:39:30 +02:00
Guillaume Buisson
c067c8c2ce
Merge branch 'master' of github.com:y42/clj-druid 2016-09-30 17:38:12 +02:00
gbuisson
45efe46b88 Merge pull request #14 from pbaille/feature/context-schema-extension
add skipEmptyBuckets key in context schema
2016-09-30 17:37:09 +02:00
pierrebaille
58c9e9bd15 add skipEmptyBuckets key in context schema 2016-09-30 16:45:08 +02:00
Guillaume Buisson
daa776be99
version bump 2016-09-30 09:48:53 +02:00
gbuisson
9002634bcd Merge pull request #13 from msprunck/feature/min-max-aggregators
Replace min/max by longMin, doubleMin, longMax and doubleMax
2016-09-29 17:01:15 +02:00
Matthieu Sprunck
220adce2a8 Replace min/max by longMin, doubleMin, longMax and doubleMax 2016-09-29 16:53:29 +02:00
gbuisson
3c67327f52 Merge pull request #6 from msprunck/discovery-with-curator
Use curator for druid node discovery
2016-08-08 10:00:52 +02:00
Matthieu Sprunck
3158070745 Use curator for druid node discovery 2016-08-05 16:40:10 +02:00
gbuisson
27ba5dc05a added travis build status 2016-03-17 11:23:28 +01:00
Guillaume Buisson
7f6abd2fc3 added travis config 2016-03-17 11:17:46 +01:00
Guillaume Buisson
b134bf5cca Merge branch 'master' of github.com:y42/clj-druid 2016-03-17 11:09:21 +01:00
Guillaume Buisson
6d2068ecf5 added integration test selectors 2016-03-17 11:08:59 +01:00
gbuisson
5b6a540a41 Merge pull request #4 from yogsototh/master
fixed missing not filter, missing recursive aggregator
2016-03-17 11:08:38 +01:00
Yann Esposito
cd6dbb9b61 fix a real-world schema bug 2016-03-17 10:56:49 +01:00
Guillaume Buisson
b80f98d40f bumped version 2016-02-08 13:32:09 +00:00
Guillaume Buisson
6b5502ce17 re-added filtered to aggregators 2016-02-05 19:08:53 +01:00
Guillaume Buisson
b874e76dbc fixed filtered aggregator 2016-02-05 19:01:10 +01:00
Guillaume Buisson
e0f0880b36 replaced eithers with conditionals to comply with latest versions of schema 2016-02-05 17:38:27 +01:00
Guillaume Buisson
15173fbb51 bumped version 2015-10-27 14:41:56 +01:00
gbuisson
30d71bc4ef Merge pull request #2 from ereteog/master
fixed spatialFilter
2015-10-27 14:41:09 +01:00
Guillaume Érétéo
220306bff9 fixed spatialFilter 2015-10-27 14:37:20 +01:00
Guillaume Buisson
e9e0e137ea bumped version 2015-10-13 11:23:18 +02:00
Guillaume Buisson
09d13aff0d upgraded deps, stick to schema 0.4.4 because of https://github.com/Prismatic/schema/issues/277 2015-10-13 11:22:27 +02:00
Guillaume Buisson
71156d767a bumped version 2015-09-29 15:13:11 +02:00
Guillaume Buisson
8cca4c5ddf added experimental spatial filter support 2015-09-29 15:12:32 +02:00
Guillaume Buisson
2a38e17c4c bumped version 2015-09-29 14:58:13 +02:00
Guillaume Buisson
1d52bae3ef added experimental post aggregators 2015-09-29 14:57:41 +02:00
Guillaume Buisson
f57845fd62 bumped version 2015-09-29 14:34:21 +02:00
Guillaume Buisson
21717b6622 fixed not filter as different from :or and :and 2015-09-29 14:33:19 +02:00
Guillaume Buisson
6baa9da9f4 fixed, name field on fieldAccessPostAggregator shall be optional 2015-07-21 10:06:59 +02:00
gbuisson
e7dc2498d8 Merge pull request #1 from msprunck/topN-dimension-spec
Use dimensionSpec for topN query
2015-05-28 11:27:17 +02:00
Matthieu Sprunck
d5993c7b47 Use dimensionSpec for topN query 2015-05-28 09:02:57 +02:00
gbuisson
64d6851d37 link to schema 2015-05-22 18:04:38 +02:00
gbuisson
a60c05f989 Update LICENSE 2015-05-22 17:25:00 +02:00