All Projects → znly → docker-druid

znly / docker-druid

Licence: Apache-2.0 License
Docker images for Druid

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-druid

uccn
一个简洁的官网
Stars: ✭ 62 (+148%)
Mutual labels:  druid
RuoYi-fast
🎉 (RuoYi)官方仓库 基于SpringBoot的权限管理系统 易读易懂、界面简洁美观。 核心技术采用Spring、MyBatis、Shiro没有任何其它重度依赖。直接运行即可用
Stars: ✭ 117 (+368%)
Mutual labels:  druid
cc-s
一个基于spring boot、druid、mybatis、mysql的后端基础
Stars: ✭ 22 (-12%)
Mutual labels:  druid
hqc mp
微信小程序+微信管理后台+微信用户前台
Stars: ✭ 69 (+176%)
Mutual labels:  druid
spring-boot-demo
SpringBoot Demo.集成统一异常处理,Swagger,Druid,Mybatis,Redis,Mongo.
Stars: ✭ 21 (-16%)
Mutual labels:  druid
springboot-chapter
🚀Spring Boot 2.0基础教程。主流框架整合,实践学习案例。
Stars: ✭ 23 (-8%)
Mutual labels:  druid
RuoYi-Vue-Oracle
🎉 (RuoYi)官方仓库 基于SpringBoot,Spring Security,JWT,Vue & Element 的前后端分离权限管理系统
Stars: ✭ 225 (+800%)
Mutual labels:  druid
hadoop-data-ingestion-tool
OLAP and ETL of Big Data
Stars: ✭ 17 (-32%)
Mutual labels:  druid
tongyimall
高仿小米商城用户端,是Vue + SpringBoot的前后端分离项目,包括首页门户、商品分类、首页轮播、商品展示、购物车、地址管理等部分。管理端在另一个仓库。
Stars: ✭ 55 (+120%)
Mutual labels:  druid
learn-java-demo
java学习demo
Stars: ✭ 17 (-32%)
Mutual labels:  druid
sherlock
Sherlock is an anomaly detection service built on top of Druid
Stars: ✭ 137 (+448%)
Mutual labels:  druid
FiveSecondRule
This is an addon for World of Warcraft Classic The purpose of this addon is to track the so-called "5-second-rule" (5SR), which refers to the time needed to elapse after spending mana, for mana regen to resume.
Stars: ✭ 40 (+60%)
Mutual labels:  druid
yiying-parent
在线电影,基于分布式微服务架构,技术架构有SpringBoot、SpringCoud、nacos、dubbo、mybatis-plus、Druid,采用前后端分离方式进行开发,实现自定义视频上传、解码、存储、点播
Stars: ✭ 48 (+92%)
Mutual labels:  druid
springboot-learning-demo
springboot学习示例
Stars: ✭ 17 (-32%)
Mutual labels:  druid
spark-druid-connector
A library for querying Druid data sources with Apache Spark
Stars: ✭ 20 (-20%)
Mutual labels:  druid
learning
学习笔记
Stars: ✭ 17 (-32%)
Mutual labels:  druid
spring-boot-examples
本仓库为《Spring Boot 系列文章》代码仓库,欢迎点赞、收藏。
Stars: ✭ 52 (+108%)
Mutual labels:  druid
yuzhouwan
Code Library for My Blog
Stars: ✭ 39 (+56%)
Mutual labels:  druid
druid-docker-cluster
Dockerized Apache Druid for testing and development
Stars: ✭ 22 (-12%)
Mutual labels:  druid
SpringBootIntegration
SpringBoot集成学习项目 SpringBoot Integration
Stars: ✭ 20 (-20%)
Mutual labels:  druid

Docker Druid

Tags:

What is Druid?

Druid is an open-source analytics data store designed for business intelligence (OLAP) queries on event data. Druid provides low latency (real-time) data ingestion, flexible data exploration, and fast data aggregation. Existing Druid deployments have scaled to trillions of events and petabytes of data. Druid is most commonly used to power user-facing analytic applications.

How to use?

Druid being a complex system, the best way to get up and running with a cluster is to use the docker-compose file provided.

Clone our public repository:

git clone [email protected]:znly/docker-druid.git

and run :

docker-compose up

The compose file is going to launch :

and the following druid services :

  • 1 broker
  • 1 overlord
  • 1 middlemanager
  • 1 historical

The image contains the full druid distribution and use the default druid cli. If no command is provided the image will run as a broker.

If you plan to use this image on your local machine, be carefull with the JVM heap spaces required by default (some services are launched with 15gb heap space).

The docker-compose file is setup to run on a macbook.

Documentation

Work in progress

Configuration

Available environment options:

  • DRUID_XMX '-'
  • DRUID_XMS '-'
  • DRUID_NEWSIZE '-'
  • DRUID_MAXNEWSIZE '-'
  • DRUID_HOSTNAME '-'

Authors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].