atlas-entity-verifier

Crates.ioatlas-entity-verifier
lib.rsatlas-entity-verifier
version0.1.3
sourcesrc
created_at2021-10-16 10:40:23.641864
updated_at2024-02-22 10:39:12.803152
descriptionVerify referential integrity of Apache Atlas Entities
homepagehttps://github.com/junaidrahim/atlas-entity-verifier
repositoryhttps://github.com/junaidrahim/atlas-entity-verifier
max_upload_size
id465803
size12,799
Junaid Rahim (junaidrahim)

documentation

README

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
Commit count: 0

cargo fmt