Before installing Verify, ensure the following requirements are met:
| Requirement | Details | |:---|:---| | Fabric version | 8.2 or higher (certified on 8.3.4) | | PostgreSQL | Integrated and available in your project (certified on PostgreSQL 17) |
⚠️ Important: The project must have a working PostgreSQL integration before deploying Verify. This is used to store all operational data and report results.
Verify.
After installation, confirm the following components are present in your Cloud Space:
Logical Units
verifyShared Objects
Broadway:
k2verify — contains all Broadway flows provided by the product.Java:
resources/k2verify — SQL create statements for operational and report tables.common/k2verify — Java logic used by the product.Interfaces:
| Interface | Type | Purpose |
|:---|:---|:---|
| K2VERIFY_OPERATIONAL_DB | JDBC | Operational tables and reporting data |
| K2VERIFY_SRC_CASS_DETAILS | Other | Cassandra source connection details |
| K2VERIFY_TAR_CASS_DETAILS | Other | Cassandra target connection details |
Libraries
lib/postgresql-42.7.10.jarTo add Verify to the studio navigation:
apps.json file. { "name": "Verify", "appId": "verify" }
Before installing Verify, ensure the following requirements are met:
| Requirement | Details | |:---|:---| | Fabric version | 8.2 or higher (certified on 8.3.4) | | PostgreSQL | Integrated and available in your project (certified on PostgreSQL 17) |
⚠️ Important: The project must have a working PostgreSQL integration before deploying Verify. This is used to store all operational data and report results.
Verify.
After installation, confirm the following components are present in your Cloud Space:
Logical Units
verifyShared Objects
Broadway:
k2verify — contains all Broadway flows provided by the product.Java:
resources/k2verify — SQL create statements for operational and report tables.common/k2verify — Java logic used by the product.Interfaces:
| Interface | Type | Purpose |
|:---|:---|:---|
| K2VERIFY_OPERATIONAL_DB | JDBC | Operational tables and reporting data |
| K2VERIFY_SRC_CASS_DETAILS | Other | Cassandra source connection details |
| K2VERIFY_TAR_CASS_DETAILS | Other | Cassandra target connection details |
Libraries
lib/postgresql-42.7.10.jarTo add Verify to the studio navigation:
apps.json file. { "name": "Verify", "appId": "verify" }