Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down