apache/horaedb-server

Sponsored OSS

By The Apache Software Foundation

Updated about 1 year ago

Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.

Image
0

972

apache/horaedb-server repository overview

Apache HoraeDB (incubating) is a high-performance, distributed, cloud native time-series database.

Important

Apache HoraeDB (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.

Please read the DISCLAIMER and a full explanation of "incubating".

How to use this image

You can use command below to start a standalone server in background:

docker run -d --name horaedb-server \
  -p 8831:8831 \
  -p 3307:3307 \
  -p 5440:5440 \
  apache/horaedb-server

HoraeDB will listen three ports when start:

  • 8831, gRPC port
  • 3307, MySQL port
  • 5440, HTTP port

There are some files used by server inside Docker image, the following one is the most important:

  • /etc/horaedb/horaedb.toml

You overwrite config with this command:

docker run -d --name horaedb-server \
  -p 8831:8831 \
  -p 3307:3307 \
  -p 5440:5440 \
  -v $(path/to/config):/etc/horaedb/horaedb.toml \
  apache/horaedb-server

More documentation

https://horaedb.apache.org

Tag summary

Content type

Image

Digest

sha256:2bfa30e5f

Size

495.2 MB

Last updated

about 1 year ago

Requires Docker Desktop 4.37.1 or later.

This week's pulls

Pulls:

46

Jan 19 to Jan 25