Eclipse Serializer 1.0 Final Release is Now Available

We’re very proud to announce that MicroStream Serializer is now an official Eclipse project and, Eclipse Serializer version 1.0 is now available as final release. The code is available on GitHub under Eclipse Public License 2.0: https://github.com/eclipse-serializer/serializer   To use Eclipse Serializer, add the following dependency to your project. <dependency> <groupId>org.eclipse.serializer</groupId> <artifactId>serializer</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency>  …

Details

MicroStream Compared to Redis

Several people have mentioned to us during discussions that MicroStream is similar to Redis. When we explain the basic functionality of MicroStream, they see some parallels with Redis. And there are some similarities about the provided functionality but there are some important differences, mainly on the technical level. And no surprise if we claim that…

Details