Sign inSign up

nebulastream/nes-executable-image

By nebulastream

Updated over 1 year ago

Docker image for starting NebulaStream with a Coordinator and a Worker process.

Image
0

50K+

nebulastream/nes-executable-image repository overview

About

This docker image contains the binary of NebulaStream compiled for Ubuntu. By starting the docker container, you will launch NebulaStream Coordinator and Worker service.

The image consists of a default logical stream with the name "exdra". Once the docker is running, you can submit the query on this logical stream using java client or rest interface.

Java client is available over maven central: https://mvnrepository.com/artifact/stream.nebula/nebulastream-java-client

How To Start

To start the NES execution engine, please execute:

docker run -d -p 8081:8081 nebulastream/nes-executable-image:latest

To explore the logs of the docker container, please execute:

docker logs <container_name>

Note: port 8081 is exposed so that you can submit the query using NebulaStream Java Client or via a REST client.

Tag summary

Content type

Image

Digest

sha256:443aeeda4

Size

538.2 MB

Last updated

over 1 year ago

docker pull nebulastream/nes-executable-image