Download DataStorm
Version 1.0.0 — June 28, 2021 — Release Notes | Supported Platforms
You are licensing DataStorm under GPLv2 unless you purchase a commercial license.
Linux Repositories
Amazon Linux 2 (LTS)
Configure Yum repository
x86_64 | aarch64
sudo yum install https://zeroc.com/download/datastorm/1.0/amzn2/ice-repo-1.0.amzn2.noarch.rpm
sudo yum install https://zeroc.com/download/datastorm/1.0/el8/zeroc-datastorm1.0.repo
Install DataStorm for C++
sudo dnf install libdatastorm-c++-devel libdatastorm1.0-c++
Debian 10 "Buster"
Configure APT repository
amd64 | arm64 | armhf
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv B6391CB2CFBA643D
sudo apt-add-repository "deb http://zeroc.com/download/ice/3.7/debian10 stable main"
sudo apt-add-repository "deb http://zeroc.com/download/datastorm/1.0/debian10 stable main"
sudo apt-get update
Install DataStorm for C++
sudo apt-get install libzeroc-datastorm-dev libzeroc-datastorm1.0
Red Hat Enterprise Linux 8
Configure Yum repository
x86_64 | aarch64
sudo dnf install https://zeroc.com/download/datastorm/1.0/el8/ice-repo-1.0.el8.noarch.rpm
sudo dnf install https://zeroc.com/download/datastorm/1.0/el8/zeroc-datastorm1.0.repo
Install DataStorm for C++
sudo dnf install libdatastorm-c++-devel libdatastorm1.0-c++
Ubuntu 20.04 (Focal Fossa)
Configure APT repository
amd64 | arm64 | armhf
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv B6391CB2CFBA643D
sudo apt-add-repository "deb http://zeroc.com/download/ice/3.7/ubuntu20.04 stable main"
sudo apt-add-repository "deb http://zeroc.com/download/datastorm/1.0/ubuntu20.04 stable main"
sudo apt-get update
Install DataStorm for C++
sudo apt-get install libzeroc-datastorm-dev libzeroc-datastorm1.0
Detailed instructions for installing DataStorm on Linux are available here
Homebrew
The zeroc-ice/tap/datastorm formula includes DataStorm for C++.
brew install zeroc-ice/tap/datastorm
Detailed instructions for installing DataStorm on macOS are available here
NuGet
NuGet packages are available from nuget.org.
Detailed instructions for installing DataStorm on Windows are available here