{"id":16213670,"url":"https://github.com/vlingo/xoom-symbio-dynamodb","last_synced_at":"2025-09-09T19:22:50.734Z","repository":{"id":47336878,"uuid":"142765396","full_name":"vlingo/xoom-symbio-dynamodb","owner":"vlingo","description":"The VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Amazon AWS DynamoDB.","archived":false,"fork":false,"pushed_at":"2023-11-29T22:46:01.000Z","size":258,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-17T18:11:24.300Z","etag":null,"topics":["actor-model","actors","aws","cqrs","dynamodb","event-sourcing","events","eventstore","journal","jvm","jvm-languages","persistence","reactive","reactive-programming","s3","vlingo-symbio"],"latest_commit_sha":null,"homepage":"https://vlingo.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vlingo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-29T13:56:29.000Z","updated_at":"2021-11-03T16:05:14.000Z","dependencies_parsed_at":"2023-11-29T23:42:22.823Z","dependency_job_id":null,"html_url":"https://github.com/vlingo/xoom-symbio-dynamodb","commit_stats":null,"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-symbio-dynamodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-symbio-dynamodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-symbio-dynamodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-symbio-dynamodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlingo","download_url":"https://codeload.github.com/vlingo/xoom-symbio-dynamodb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246905077,"owners_count":20852806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actor-model","actors","aws","cqrs","dynamodb","event-sourcing","events","eventstore","journal","jvm","jvm-languages","persistence","reactive","reactive-programming","s3","vlingo-symbio"],"created_at":"2024-10-10T11:07:30.782Z","updated_at":"2025-04-02T22:31:05.083Z","avatar_url":"https://github.com/vlingo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xoom-symbio-dynamodb\n\n[![Javadocs](http://javadoc.io/badge/io.vlingo.xoom/xoom-symbio-dynamodb.svg?color=brightgreen)](http://javadoc.io/doc/io.vlingo.xoom/xoom-symbio-dynamodb) [![Build](https://github.com/vlingo/xoom-symbio-dynamodb/workflows/Build/badge.svg)](https://github.com/vlingo/xoom-symbio-dynamodb/actions?query=workflow%3ABuild) [![Download](https://img.shields.io/maven-central/v/io.vlingo.xoom/xoom-symbio-dynamodb?label=maven)](https://search.maven.org/artifact/io.vlingo.xoom/xoom-symbio-dynamodb) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/vlingo-platform-java/symbio)\n\nThe VLINGO XOOM platform SDK implementation of XOOM SYMBIO for Amazon AWS DynamoDB.\n\nDocs: https://docs.vlingo.io/xoom-symbio\n\n### State Storage\nThe `StateStore` is a simple object storage mechanism that can be run against a number of persistence engines.\nAvailable JDBC storage implementations:\n\n   - DynamoDB Text Store: `DynamoDBTextStateActor`\n   - DynamoDB Binary Store: `DynamoDBBinaryStateActor`\n\n### Installation\n\n```xml\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eio.vlingo.xoom\u003c/groupId\u003e\n      \u003cartifactId\u003exoom-symbio\u003c/artifactId\u003e\n      \u003cversion\u003e1.11.1\u003c/version\u003e\n      \u003cscope\u003ecompile\u003c/scope\u003e\n    \u003c/dependency\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eio.vlingo.xoom\u003c/groupId\u003e\n      \u003cartifactId\u003exoom-symbio-dynamodb\u003c/artifactId\u003e\n      \u003cversion\u003e1.11.1\u003c/version\u003e\n      \u003cscope\u003ecompile\u003c/scope\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n```\n\n```gradle\ndependencies {\n    compile 'io.vlingo.xoom:xoom-symbio:1.11.1'\n    compile 'io.vlingo.xoom:xoom-symbio-dynamodb:1.11.1'\n}\n```\n\nLicense (See LICENSE file for full license)\n-------------------------------------------\nCopyright © 2012-2023 VLINGO LABS. All rights reserved.\n\nThis Source Code Form is subject to the terms of the\nMozilla Public License, v. 2.0. If a copy of the MPL\nwas not distributed with this file, You can obtain\none at https://mozilla.org/MPL/2.0/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlingo%2Fxoom-symbio-dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlingo%2Fxoom-symbio-dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlingo%2Fxoom-symbio-dynamodb/lists"}