Skip to content

hstreamdb/http-services

Repository files navigation

http-services

HStreamDB's http-related services. Including:

Installation

  • You can download the binary release suitable for your system

  • Or you can build from source code

    git clone git@github.com:hstreamdb/http-services.git
    cd http-services
    make all

    then you can find the binary in {project_dir}/bin

HTTP SERVER

The http server of HStreamDB provides the relevant api for accessing the HStreamDB service through http requests.

Usage

  • First, you need to confirm HStreamDB cluster is up.

  • Start http-server./bin/http-server -services-url <hstreamdb-server address>

    • Use http-server -h to see more details.

Generate Swagger