vlingo-symbio-geode

Implementation of xoom-symbio for Apache Geode

License

License

Categories

Categories

Geo Business Logic Libraries Geospatial
GroupId

GroupId

io.vlingo
ArtifactId

ArtifactId

vlingo-symbio-geode
Last Version

Last Version

1.7.5
Release Date

Release Date

Type

Type

jar
Description

Description

vlingo-symbio-geode
Implementation of xoom-symbio for Apache Geode
Project URL

Project URL

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

Source Code Management

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

Download vlingo-symbio-geode

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
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
org.apache.geode : geode-core jar 1.9.0

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.1
ch.qos.logback : logback-classic jar 1.0.13
org.apache.geode : geode-dunit jar 1.9.0

Project Modules

There are no modules declared in this project.

xoom-symbio-geode

Javadocs Build Download Gitter chat

The VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Apache Geode, providing reactive storage for services and applications.

Docs: https://docs.vlingo.io/xoom-symbio

Supports Apache Geode transations, State Storage (Key-Value) and Object Storage, but with Source<T> / Entry<T> for DomainEvent and Command journaling.

State Storage

The StateStore is a simple object storage mechanism that can be run against a number of persistence engines.

Support for Apache Geode is provided by GeodeStateStoreActor

Object Storage

The ObjectStore is an object storage mechanism managing persistent objects in grid.

See GeodeObjectStoreActor

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-geode</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-geode: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