#entities #verification #command-line-tool #apache-atlas

app atlas-entity-verifier

Verify referential integrity of Apache Atlas Entities

4 releases

0.1.3 Feb 22, 2024
0.1.2 Oct 16, 2021
0.1.1 Oct 16, 2021
0.1.0 Oct 16, 2021

#882 in Command line utilities

MIT license

7KB
85 lines

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

cargo install atlas-entity-verifier

Usage

After installation:

aev --prefix "/tmp/entities/test/*.json"
Atlas Entity Verifier 0.1.2
Junaid Rahim
Verify referential integrity of Apache Atlas Entities

USAGE:
    aev --prefix <prefix>

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

OPTIONS:
    -p, --prefix <prefix>    JSON file prefix

Dependencies

~0.8–1.4MB
~27K SLoC