Skip to content

Batch adapter that can store Jennifer statistical data in RDB

Notifications You must be signed in to change notification settings

jennifersoft/jennifer-view-batch-rdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

It is an extension function to backup JENNIFER data to RDB.

Getting started

The first step is to register the adapter:

  1. In JENNIFER Client, open the management area and Navigate to Extension and Notice > Adapter and Plugin > Backup
  2. Make sure the adapter tab is selected then click the [+Add] button
  3. Select the data classification.
  4. Enter an ID according to the data classification. The ID types are discussed in detail below.
  5. Enter the path to the adapter JAR file rdb-0.0.6.jar or upload the JAR file from you local machine.
  6. Enter the class name according to the data classification. Class types are discussed in detail below.

ID and class name mapping table for data classification

The following table shows the required options for this adapter

Classification ID Class names
METRICS_AS_INSTANCE metrics_as_instance batch.handler.metrics.InstanceForOracle
batch.handler.metrics.InstanceForMssql
batch.handler.metrics.InstanceForMysql
METRICS_AS_BUSINESS metrics_as_business batch.handler.metrics.BusinessForOracle
batch.handler.metrics.BusinessForMssql
batch.handler.metrics.BusinessForMysql
METRICS_AS_DOMAIN metrics_as_domain batch.handler.metrics.DomainForOracle
batch.handler.metrics.DomainForMssql
batch.handler.metrics.DomainForMysql
APPLICATION_SERVICE_DAILY application_service batch.handler.service.ApplicationForOracle
batch.handler.service.ApplicationForMssql
batch.handler.service.ApplicationForMysql
APPLICATION_SERVICE_HOURLY application_service batch.handler.service.ApplicationForOracle
batch.handler.service.ApplicationForMssql
batch.handler.service.ApplicationForMysql

Options for database connections

The following table shows the required options for this batch

Key           Required     Default
url YES
user YES
password YES
unique_table NO false
min_pool_size NO 5
acquire_increment NO 5
max_pool_size NO 20
max_statements NO 180

Top toolbar description

Name Description
Manual Build Daily backups can be done manually.
Auto build settings It is an automatic build related setting.
Show build logs You can view the manual and automatic build logs.

Supported version

Adapter version Jennifer server version
0.0.4 Greater than or equal to version 5.3.0.8
0.0.6 Greater than or equal to version 5.3.0.13

About

Batch adapter that can store Jennifer statistical data in RDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages