vlingo-symbio-geode

Implementation of xoom-symbio for Apache Geode

Лицензия

Лицензия

Категории

Категории

Geo Прикладные библиотеки Geospatial
Группа

Группа

io.vlingo
Идентификатор

Идентификатор

vlingo-symbio-geode
Последняя версия

Последняя версия

1.7.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

vlingo-symbio-geode
Implementation of xoom-symbio for Apache Geode
Ссылка на сайт

Ссылка на сайт

https://github.com/vlingo/xoom-symbio-geode
Система контроля версий

Система контроля версий

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

Скачать vlingo-symbio-geode

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.1
ch.qos.logback : logback-classic jar 1.0.13
org.apache.geode : geode-dunit jar 1.9.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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