https://github.com/vlingo/xoom-symbio-dynamodb
The VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Amazon AWS DynamoDB.
https://github.com/vlingo/xoom-symbio-dynamodb
actor-model actors aws cqrs dynamodb event-sourcing events eventstore journal jvm jvm-languages persistence reactive reactive-programming s3 vlingo-symbio
Last synced: 10 months ago
JSON representation
The VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Amazon AWS DynamoDB.
- Host: GitHub
- URL: https://github.com/vlingo/xoom-symbio-dynamodb
- Owner: vlingo
- License: mpl-2.0
- Created: 2018-07-29T13:56:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T22:46:01.000Z (over 2 years ago)
- Last Synced: 2025-03-17T18:11:24.300Z (over 1 year ago)
- Topics: actor-model, actors, aws, cqrs, dynamodb, event-sourcing, events, eventstore, journal, jvm, jvm-languages, persistence, reactive, reactive-programming, s3, vlingo-symbio
- Language: Java
- Homepage: https://vlingo.io
- Size: 252 KB
- Stars: 2
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# xoom-symbio-dynamodb
[](http://javadoc.io/doc/io.vlingo.xoom/xoom-symbio-dynamodb) [](https://github.com/vlingo/xoom-symbio-dynamodb/actions?query=workflow%3ABuild) [](https://search.maven.org/artifact/io.vlingo.xoom/xoom-symbio-dynamodb) [](https://gitter.im/vlingo-platform-java/symbio)
The VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Amazon AWS DynamoDB.
Docs: https://docs.vlingo.io/xoom-symbio
### State Storage
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`
### Installation
```xml
io.vlingo.xoom
xoom-symbio
1.11.1
compile
io.vlingo.xoom
xoom-symbio-dynamodb
1.11.1
compile
```
```gradle
dependencies {
compile 'io.vlingo.xoom:xoom-symbio:1.11.1'
compile 'io.vlingo.xoom:xoom-symbio-dynamodb: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/.