Archived

This forum has been archived. Please start a new discussion on GitHub.

DataStorm Alpha Released

benoit
benoit Rennes, France
edited October 2018 in Announcements

ZeroC is pleased to announce the alpha release of DataStorm, the latest addition to the ZeroC product family! DataStorm is a high-performance publish/subscribe framework, currently available for C++. Support for more programming languages is coming soon.

DataStorm helps you exchange data between your networked applications, with a particular focus on:

  • Ease of use - simple exchanges require just a few lines of code
  • Flexibility
  • High-performance

The implementation of DataStorm relies on Ice, and DataStorm naturally plays well with Ice: you can easily distribute data defined using Ice with DataStorm. You can also use DataStorm without Ice.

For more information, including installation instructions, please visit our release notes. In addition, we provide documentation on our web site, and you'll find several sample programs in our GitHub repository.

We encourage you to try out this alpha version and let us know what you think.

The ZeroC Team