https://github.com/vlingo/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.
https://github.com/vlingo/xoom-lattice
actor-model actors cqrs ddd event-sourcing jvm jvm-languages reactive reactive-programming vlingo
Last synced: about 1 year ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/vlingo/xoom-lattice
- Owner: vlingo
- License: mpl-2.0
- Created: 2018-08-18T08:42:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T22:24:47.000Z (over 2 years ago)
- Last Synced: 2025-05-07T00:08:43.333Z (about 1 year ago)
- Topics: actor-model, actors, cqrs, ddd, event-sourcing, jvm, jvm-languages, reactive, reactive-programming, vlingo
- Language: Java
- Homepage: https://vlingo.io
- Size: 1.33 MB
- Stars: 55
- Watchers: 13
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-java - XOOM Lattice
README
# xoom-lattice
[](http://javadoc.io/doc/io.vlingo.xoom/xoom-lattice) [](https://github.com/vlingo/xoom-lattice/actions?query=workflow%3ABuild) [](https://search.maven.org/artifact/io.vlingo.xoom/xoom-lattice) [](https://gitter.im/vlingo-platform-java/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
```xml
io.vlingo.xoom
xoom-lattice
1.11.1
compile
```
```gradle
dependencies {
compile 'io.vlingo.xoom:xoom-lattice:1.11.1'
}
```
License (See LICENSE file for full license)
-------------------------------------------
Copyright © 2012-2023 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