Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/implydata/druid-client

Java client for http://druid.io/
https://github.com/implydata/druid-client

Last synced: 3 months ago
JSON representation

Java client for http://druid.io/

Awesome Lists containing this project

README

        

## Druid Client

This is a client that can be used to make Druid queries from the JVM. Note that unlike the
[JSON query API](http://druid.io/docs/latest/querying/querying.html), this depends on non-stable Druid
APIs. You may need to adjust code even for minor Druid updates.

### Installation

To install this library, run `mvn install`. You can then include it in projects with Maven by using
the dependency:

```xml

io.imply
druid-client
0.1-SNAPSHOT

```

### Example

Check out [ExampleMain.java](https://github.com/implydata/druid-client/blob/master/src/main/java/io/imply/druid/query/ExampleMain.java) for example code.