Sign inSign up

openeuler/druid

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

5.4K

openeuler/druid repository overview

Quick reference

Druid | openEuler

Current druid docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Druid is a high performance real-time analytics database. Druid's main value add is to reduce time to insight and action.

Learn more about Druid on Druid Website⁠.

The tag of each druid docker image is consist of the version of druid and the version of basic image. The details are as follows

TagCurrentlyArchitectures
35.0.0-oe2403sp4druid 35.0.0 on openEuler 24.03-LTS-SP4amd64, arm64
35.0.0-oe2403sp2druid 35.0.0 on openEuler 24.03-LTS-SP2amd64, arm64
32.0.1-oe2403sp1Apache druid 32.0.1 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

Run with the single server deployment, which automatically configures various memory-related parameters based on the available processors and memory, using the default JVM arguments and service-specific runtime properties.

  • Pull the openeuler/druid image from docker

    docker pull openeuler/druid:{Tag}
    
  • Start a druid instance

    docker run -d -p 8888:8888 --name my-druid openeuler/druid:{Tag}
    

    After the instance my-druid is started, access the web console through http://{ip}:8888.

  • View container running logs

    docker logs -f my-druid
    
  • To get an interactive shell

    docker exec -it my-druid /bin/bash
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:afe7afb1a

Size

800.4 MB

Last updated

2 months ago

docker pull openeuler/druid

This week's pulls

Pulls:

15

Last week