zeroc/dsnode

By zeroc

Updated 2 days ago

DataStorm Node Server

Image
Networking
0

2.5K

zeroc/dsnode repository overview

Quick reference

What is DataStorm Node?

DataStorm is a high-performance publish/subscribe and data distribution service built on Ice. The DataStorm Node (dsnode) participates in a DataStorm mesh by accepting connections from other nodes and forwarding topic discovery and data updates.

See the DataStorm.Node.* property reference for all available settings.

How to use this image

Start dsnode service

Using a configuration file:

docker run --detach --name dsnode -v /path/to/config:/etc/dsnode.conf:ro zeroc/dsnode

Using command line arguments:

docker run --detach --name dsnode zeroc/dsnode \
  --DataStorm.Node.Server.Endpoints="tcp -p 4061"

Since Docker networks do not generally support multicast, the DataStorm.Node.Server.Endpoints property is required.

Refer to the DataStorm documentation and the DataStorm.Node.* property reference for more information on how to configure a DataStorm Node.

Tag summary

Content type

Image

Digest

sha256:f6c35ab00

Size

41.4 MB

Last updated

2 days ago

docker pull zeroc/dsnode