xoom-lattice
The VLINGO XOOM platform SDK Reactive Domain-Driven Design models that are highly scalable and concurrent. Includes compute grid, actor caching, spaces, cross-node grid cluster messaging, message exchanges, CQRS, and Event Sourcing support.
Docs: https://docs.vlingo.io/xoom-lattice
Installation
<dependencies>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-lattice</artifactId>
<version>1.7.7</version>
<scope>compile</scope>
</dependency>
</dependencies>
dependencies {
compile 'io.vlingo.xoom:xoom-lattice:1.7.7'
}
License (See LICENSE file for full license)
Copyright © 2012-2021 VLINGO LABS. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.
Licenses for Dependencies
MurmurHash.java is open source licensed under Apache 2 by the Apache Software Foundation http://www.apache.org/licenses/LICENSE-2.0
See: https://github.com/apache/cassandra/blob/trunk/src/java/org/apache/cassandra/utils/MurmurHash.java