Core Policy Elasticsearch Docker Container

Builds a Docker container with a core policy web server running in Tomcat and alongside an Elasticsearch install.

License

License

Categories

Categories

Container Data Search Business Logic Libraries Elasticsearch
GroupId

GroupId

com.github.cafdataprocessing
ArtifactId

ArtifactId

corepolicy-elasticsearch-container
Last Version

Last Version

1.2.0-165
Release Date

Release Date

Type

Type

pom
Description

Description

Core Policy Elasticsearch Docker Container
Builds a Docker container with a core policy web server running in Tomcat and alongside an Elasticsearch install.
Project Organization

Project Organization

EntIT Software LLC, a Micro Focus company

Download corepolicy-elasticsearch-container

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-elasticsearch-container/ -->
<dependency>
    <groupId>com.github.cafdataprocessing</groupId>
    <artifactId>corepolicy-elasticsearch-container</artifactId>
    <version>1.2.0-165</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-elasticsearch-container/
implementation 'com.github.cafdataprocessing:corepolicy-elasticsearch-container:1.2.0-165'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-elasticsearch-container/
implementation ("com.github.cafdataprocessing:corepolicy-elasticsearch-container:1.2.0-165")
'com.github.cafdataprocessing:corepolicy-elasticsearch-container:pom:1.2.0-165'
<dependency org="com.github.cafdataprocessing" name="corepolicy-elasticsearch-container" rev="1.2.0-165">
  <artifact name="corepolicy-elasticsearch-container" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='corepolicy-elasticsearch-container', version='1.2.0-165')
)
libraryDependencies += "com.github.cafdataprocessing" % "corepolicy-elasticsearch-container" % "1.2.0-165"
[com.github.cafdataprocessing/corepolicy-elasticsearch-container "1.2.0-165"]

Dependencies

compile (15)

Group / Artifact Type Version
com.github.cafdataprocessing : corepolicy-web war 1.2.0-165
com.github.cafdataprocessing : policy-server-admin war 1.2.0-165
com.github.cafdataprocessing : corepolicy-condition-engine jar 1.2.0-165
com.github.cafdataprocessing : corepolicy-repositories jar 1.2.0-165
com.github.cafdataprocessing : corepolicy-api jar 1.2.0-165
com.github.cafdataprocessing : corepolicy-hibernate jar 1.2.0-165
com.github.cafdataprocessing : corepolicy-database jar 1.2.0-165
args4j : args4j jar 2.0.26
org.postgresql : postgresql jar 42.1.1
com.h2database : h2 jar 1.4.187
com.fasterxml.jackson.datatype : jackson-datatype-guava jar 2.6.4
com.fasterxml.jackson.core : jackson-databind jar 2.6.4
junit : junit jar 4.12
org.slf4j : slf4j-api jar 1.7.10
org.slf4j : jcl-over-slf4j jar 1.7.10

provided (1)

Group / Artifact Type Version
com.github.cafdataprocessing : policy-elasticsearch-tomcat-image pom 1.2.0-165

runtime (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-api jar 2.0
org.apache.logging.log4j : log4j-core jar 2.0
org.apache.logging.log4j : log4j-slf4j-impl jar 2.0-rc2

test (1)

Group / Artifact Type Version
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.

Policy Administration Service

Policy Administration Service should be used to administer Workflows, Classifications and Policies. This service can also be used to Classify documents into different collections and to understand which conditions caused the classification.

A Docker container is included in this project that packages the Core Policy Web Service. The container relies on an external database being available with the Policy Database schema already installed. Default supported database types are postgres and h2.

Documentation

The Policy API is documented here.

Configuration details for the container can be found here.

com.github.cafdataprocessing

CAF Data Processing

Versions

Version
1.2.0-165
1.1.0-94
1.0.0-4