Socket
Socket
Sign inDemoInstall

druid-console

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

druid-console

Druid Console


Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

druid-console

Note: This is a prebuilt published version of the druid console that live in: https://github.com/druid-io/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

FAQs

Package last updated on 21 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc