vlingo-symbio-dynamodb

Implementation of xoom-symbio for JDBC.

License

License

GroupId

GroupId

io.vlingo
ArtifactId

ArtifactId

vlingo-symbio-dynamodb
Last Version

Last Version

1.7.5
Release Date

Release Date

Type

Type

jar
Description

Description

vlingo-symbio-dynamodb
Implementation of xoom-symbio for JDBC.
Project URL

Project URL

https://github.com/vlingo/xoom-symbio-dynamodb
Source Code Management

Source Code Management

http://github.com/vlingo/xoom-symbio-dynamodb/tree/master

Download vlingo-symbio-dynamodb

How to add to project

<!-- https://jarcasting.com/artifacts/io.vlingo/vlingo-symbio-dynamodb/ -->
<dependency>
    <groupId>io.vlingo</groupId>
    <artifactId>vlingo-symbio-dynamodb</artifactId>
    <version>1.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.vlingo/vlingo-symbio-dynamodb/
implementation 'io.vlingo:vlingo-symbio-dynamodb:1.7.5'
// https://jarcasting.com/artifacts/io.vlingo/vlingo-symbio-dynamodb/
implementation ("io.vlingo:vlingo-symbio-dynamodb:1.7.5")
'io.vlingo:vlingo-symbio-dynamodb:jar:1.7.5'
<dependency org="io.vlingo" name="vlingo-symbio-dynamodb" rev="1.7.5">
  <artifact name="vlingo-symbio-dynamodb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vlingo', module='vlingo-symbio-dynamodb', version='1.7.5')
)
libraryDependencies += "io.vlingo" % "vlingo-symbio-dynamodb" % "1.7.5"
[io.vlingo/vlingo-symbio-dynamodb "1.7.5"]

Dependencies

compile (7)

Group / Artifact Type Version
org.msgpack : msgpack jar 0.6.12
io.vlingo.xoom : xoom-common jar 1.7.5
io.vlingo.xoom : xoom-actors jar 1.7.5
io.vlingo.xoom : xoom-symbio jar 1.7.5
io.vlingo.xoom : xoom-streams jar 1.7.5
com.amazonaws : aws-java-sdk-dynamodb jar 1.11.362
com.amazonaws : aws-java-sdk-core jar 1.11.362

test (10)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.mockito : mockito-all jar 1.10.19
ch.qos.logback : logback-classic jar 1.0.13
com.amazonaws » DynamoDBLocal jar 1.11.119
com.almworks.sqlite4java : sqlite4java jar 1.0.392
com.almworks.sqlite4java : sqlite4java-win32-x86 dll 1.0.392
com.almworks.sqlite4java : sqlite4java-win32-x64 dll 1.0.392
com.almworks.sqlite4java : libsqlite4java-osx dylib 1.0.392
com.almworks.sqlite4java : libsqlite4java-linux-i386 so 1.0.392
com.almworks.sqlite4java : libsqlite4java-linux-amd64 so 1.0.392

Project Modules

There are no modules declared in this project.

xoom-symbio-dynamodb

Javadocs Build Download Gitter chat

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

  <dependencies>
    <dependency>
      <groupId>io.vlingo.xoom</groupId>
      <artifactId>xoom-symbio</artifactId>
      <version>1.7.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.vlingo.xoom</groupId>
      <artifactId>xoom-symbio-dynamodb</artifactId>
      <version>1.7.7</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
dependencies {
    compile 'io.vlingo.xoom:xoom-symbio:1.7.7'
    compile 'io.vlingo.xoom:xoom-symbio-dynamodb: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/.

io.vlingo

VLINGO XOOM platform SDK for the JVM and .NET by VLINGO LABS

The OSS platform for rapid delivery of low-code to full-code Reactive, Event-Driven Apps & Microservices supporting DOMA, DDD, and other approaches.

Versions

Version
1.7.5
1.6.0
1.5.2
1.5.0
1.4.3
1.4.0
1.3.0
1.2.19
1.2.9
1.2.8
1.2.7
1.2.5
1.2.4
1.2.3
1.2.1
1.1.0
1.0.0
0.9.2-RC3
0.9.1-RC2
0.9.0-RC1
0.8.9
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3