The VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Amazon AWS DynamoDB.
Docs: https://docs.vlingo.io/xoom-symbio
The StateStore
is a simple object storage mechanism that can be run against a number of persistence engines.
Available JDBC storage implementations:
- DynamoDB Text Store:
DynamoDBTextStateActor
- DynamoDB Binary Store:
DynamoDBBinaryStateActor
<dependencies>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio</artifactId>
<version>1.11.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-symbio-dynamodb</artifactId>
<version>1.11.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
dependencies {
compile 'io.vlingo.xoom:xoom-symbio:1.11.1'
compile 'io.vlingo.xoom:xoom-symbio-dynamodb:1.11.1'
}
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/.