com.github.workerframework:worker-store-cs

Provides a foundation for building cross-platform, cloud-ready, distributed data-processing microservices.

License

License

GroupId

GroupId

com.github.workerframework
ArtifactId

ArtifactId

worker-store-cs
Last Version

Last Version

1.9.0-260
Release Date

Release Date

Type

Type

jar
Description

Description

Provides a foundation for building cross-platform, cloud-ready, distributed data-processing microservices.
Project Organization

Project Organization

Hewlett Packard Enterprise Development LP

Download worker-store-cs

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.workerframework/worker-store-cs/ -->
<dependency>
    <groupId>com.github.workerframework</groupId>
    <artifactId>worker-store-cs</artifactId>
    <version>1.9.0-260</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.workerframework/worker-store-cs/
implementation 'com.github.workerframework:worker-store-cs:1.9.0-260'
// https://jarcasting.com/artifacts/com.github.workerframework/worker-store-cs/
implementation ("com.github.workerframework:worker-store-cs:1.9.0-260")
'com.github.workerframework:worker-store-cs:jar:1.9.0-260'
<dependency org="com.github.workerframework" name="worker-store-cs" rev="1.9.0-260">
  <artifact name="worker-store-cs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.workerframework', module='worker-store-cs', version='1.9.0-260')
)
libraryDependencies += "com.github.workerframework" % "worker-store-cs" % "1.9.0-260"
[com.github.workerframework/worker-store-cs "1.9.0-260"]

Dependencies

compile (7)

Group / Artifact Type Version
com.github.workerframework : worker-api jar 1.9.0-260
com.github.cafapi.util : util-naming jar 1.9.0-197
javax.validation : validation-api jar 1.1.0.Final
com.hpe.caf » storage-sdk jar 3.0.0.79
org.apache.httpcomponents : httpclient jar 4.5
org.keycloak : keycloak-core jar 1.9.2.Final
commons-cli : commons-cli jar 1.3.1

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.4

Project Modules

There are no modules declared in this project.

Worker Framework

The Worker Framework provides a foundation for cross-platform, cloud-ready, distributed data-processing microservices (workers). The framework is designed for massive scalability, redundancy, elasticity and resilience, which are achieved through architectural choices and technologies like Docker, Apache Mesos, Marathon and queue-based messaging with RabbitMQ. You can extend this framework through integration with many external and internal components, such as storage services.

The Worker Framework is a good fit for any data-processing scenario, including both on-premise and cloud-based solutions delivered as SaaS. For example, the Worker Framework could benefit solutions for content processing, mathematical and statistical analysis, and image and audio processing.

The Worker Framework is written entirely in Java and features the necessary infrastructure for execution of workers, messaging with fault-tolerant queues, monitoring, scaling, error handling and external data exchange. It also includes a set of base classes and interfaces allowing rapid development and integration.

Manifest of the components which make up the CAF Worker Framework:

  • standard-worker-container
  • util-rabbitmq
  • worker-api
  • worker-archetype
  • worker-caf
  • worker-configs
  • worker-core
  • worker-framework
  • worker-queue-rabbit
  • worker-store-fs
  • worker-store-s3
  • worker-testing-integration
  • worker-testing-util
com.github.workerframework

Worker Framework

Versions

Version
1.9.0-260
1.8.0-249
1.7.0-211
1.6.0-181
1.5.0-162
1.4.0-142
1.3.1-137
1.3.0-128
1.2.0-113