From 74e93edf1f5e575a992aa6c030e9d879d42ab7a4 Mon Sep 17 00:00:00 2001 From: Alissa Tung Date: Tue, 2 Aug 2022 15:57:53 +0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d975895..7c9c2fb 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,17 @@ HStreamDB's http-related services. Including: then you can find the binary in `{project_dir}/bin` +## Quickstart with Docker + +- You can use the [HStream image](https://hub.docker.com/r/hstreamdb/hstream) +```sh +docker run -td --network host \ +--name hstream-http-server hstreamdb/hstream:v0.9.0 \ +hstream-http-server -address "localhost:8080" -log-level "info" -services-url "localhost:6580" +``` + +- Or use the standalone image `docker pull ghcr.io/hstreamdb/http-services:latest` + ## HTTP SERVER The http server of HStreamDB provides the relevant api for accessing the HStreamDB service through http requests.