Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingfang/docker-druid
https://github.com/mingfang/docker-druid
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mingfang/docker-druid
- Owner: mingfang
- Created: 2013-10-02T06:31:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T18:57:35.000Z (over 10 years ago)
- Last Synced: 2023-03-14T04:15:33.259Z (almost 2 years ago)
- Language: Shell
- Size: 174 KB
- Stars: 36
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-druid
============
Docker container running Coordinator, Historical, Realtime, Broker, Overlord, R/RStudio-Server, RDruid, MySql, Zookeeper, and Kafka.Requirements:Docker
Build Docker image
==================
```bash
./build
```Run Container
=============
```bash
./shell
```Note port 8083 forwards the Druid Rest API,
port 8087 forwards the RStudio-ServerInside the container, start the entire cluster
```bash
runsvdir-start&
```You may now follow the tutorial here http://druid.io/docs/0.6.105/Tutorial:-Loading-Your-Data-Part-1.html
RStudio-Server
==============
Login at http://localhost:49087
as user ```rstudio``` password ```rstudio```.