HStreamDB's http-related services. Including:
-
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
The http server of HStreamDB provides the relevant api for accessing the HStreamDB service through http requests.
-
First, you need to confirm
HStreamDB
cluster is up.- To set up a
HStreamDB
cluster, you can see Manual Deployment with Docker and deployment related part.
- To set up a
-
Start
http-server
:./bin/http-server -services-url <hstreamdb-server address>
- Use
http-server -h
to see more details.
- Use
make swag
- Then you can start the server and go to http://localhost:8080/v1/swagger/index.html to see your Swagger UI.