An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# xoom-lattice

[![Javadocs](http://javadoc.io/badge/io.vlingo.xoom/xoom-lattice.svg?color=brightgreen)](http://javadoc.io/doc/io.vlingo.xoom/xoom-lattice) [![Build](https://github.com/vlingo/xoom-lattice/workflows/Build/badge.svg)](https://github.com/vlingo/xoom-lattice/actions?query=workflow%3ABuild) [![Download](https://img.shields.io/maven-central/v/io.vlingo.xoom/xoom-lattice?label=maven)](https://search.maven.org/artifact/io.vlingo.xoom/xoom-lattice) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](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