io.druid:druid-console

Druid Console

Лицензия

Лицензия

Категории

Категории

druid Данные Базы данных
Группа

Группа

io.druid
Идентификатор

Идентификатор

druid-console
Последняя версия

Последняя версия

0.0.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

io.druid:druid-console
Druid Console
Система контроля версий

Система контроля версий

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

Скачать druid-console

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.4
0.0.3
0.0.2