Atlas Entity Verifier

Simple command line tool to verify the referential integrity of a set of apache atlas entities.

Reports the invalid qualified name references to spot transformation errors on local setup

Installation

bash cargo install atlas-entity-verifier

Usage

After installation:

bash aev --prefix "/tmp/entities/test/*.json"

```bash Atlas Entity Verifier 0.1.2 Junaid Rahim Verify referential integrity of Apache Atlas Entities

USAGE: aev --prefix

FLAGS: -h, --help Prints help information -V, --version Prints version information

OPTIONS: -p, --prefix JSON file prefix ```