io.druid:druid-console

Druid Console

License

License

Categories

Categories

druid Data Databases
GroupId

GroupId

io.druid
ArtifactId

ArtifactId

druid-console
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

io.druid:druid-console
Druid Console
Source Code Management

Source Code Management

https://github.com/druid-io/druid-console.git

Download druid-console

How to add to project

<!-- https://jarcasting.com/artifacts/io.druid/druid-console/ -->
<dependency>
    <groupId>io.druid</groupId>
    <artifactId>druid-console</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.druid/druid-console/
implementation 'io.druid:druid-console:0.0.4'
// https://jarcasting.com/artifacts/io.druid/druid-console/
implementation ("io.druid:druid-console:0.0.4")
'io.druid:druid-console:jar:0.0.4'
<dependency org="io.druid" name="druid-console" rev="0.0.4">
  <artifact name="druid-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.druid', module='druid-console', version='0.0.4')
)
libraryDependencies += "io.druid" % "druid-console" % "0.0.4"
[io.druid/druid-console "0.0.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

druid-console

This repository contains a standalone web application (angularjs in src/client/druid.coffee). The web app can be built into the druid source, and will be served by druid's built-in jetty server.

Standalone console build instructions

Prerequisites: node, compass

Install node packages: npm install

Install bower packages: bower install

The druid repo and this repo should be siblings under the same parent directory. The build-into-druid bash script will compile the coffeescript and the sass into the build directory, and then copy them into the druid source at ../druid/server/src/main/resources/static. If you wish to build to a different location, edit the DEST in build-into-druid.

Built-in proxy server

This repo also includes a webserver that can proxy to various druid installations if they are present in zookeeper. To run the server, export the dns name of your zookeeper and the discovery path into environment variables, and then run run-server, like so:

export ZK_HOSTNAME="zookeeper.sweet.com"
export ZK_SERVICE_DISC_PATH="/path/to/discovery"
./run-server
io.druid

Druid

Versions

Version
0.0.4
0.0.3
0.0.2