com.github.cafdataprocessing:worker-binaryhash-shared

The Binary Hash Worker performs a SHA-1 hash on the specified file and returns the hash digest as a 40 character hex-encoded string.

License

License

Categories

Categories

Data
GroupId

GroupId

com.github.cafdataprocessing
ArtifactId

ArtifactId

worker-binaryhash-shared
Last Version

Last Version

2.2.0-61
Release Date

Release Date

Type

Type

jar
Description

Description

The Binary Hash Worker performs a SHA-1 hash on the specified file and returns the hash digest as a 40 character hex-encoded string.
Project Organization

Project Organization

EntIT Software LLC, a Micro Focus company

Download worker-binaryhash-shared

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
com.github.cafapi.util : util-ref jar 1.13.0-239
javax.validation : validation-api jar 1.1.0.Final
com.github.cafapi : caf-api jar 1.13.0-239

Project Modules

There are no modules declared in this project.

Binary Hash Worker

The Binary Hash Worker can process files which:

  • are passed directly to it (i.e. as part of the input message)
  • are stored centrally and where only the storage reference is passed to it.

It generates a SHA-1 digest for the specified file and returns it as a 40 character hex-encoded string.

Modules

worker-binaryhash-shared

This is the shared library defining public classes that constitute the worker interface to be used by consumers of the Binary Hash Worker. The project can be found in worker-binaryhash-shared.

worker-binaryhash

This project contains the actual implementation of the Binary Hash Worker. It can be found in worker-binaryhash.

worker-binaryhash-container

This project builds a Docker image that packages the Binary Hash Worker for deployment. It can be found in worker-binaryhash-container.

worker-binaryhash-testing

This contains implementations of the testing framework to allow for integration testing of the Binary Hash Worker. The project can be found in worker-binaryhash-testing.

Feature Testing

The testing for the Binary Hash Worker is defined here

com.github.cafdataprocessing

CAF Data Processing

Versions

Version
2.2.0-61
2.1.0-28
2.0.0-3