Skip to content

Instantly share code, notes, and snippets.

Syntax

java -jar analyze.jar <username> http://<hostname>:<unifyport>

It will securely prompt the user for their password, and then fetch and analyze transforms for all projects on the indicated instance. The result will be stored to a file named analysisOutput.json in the directory you ran it from.

Examples

Running on the same machine, with default credentials and ports:

java -jar analyze.jar admin http://localhost:9100
@samgqroberts
samgqroberts / Golden Attribute API input format
Last active October 8, 2018 21:02
working thesis for golden attribute API input formats
{
"clusterDataset": {
"name": "my_dedup_project_published_clusters_with_data",
"groupingKey": "published_id",
},
"overrideRules": {
"default": {
"type": "PRIORITY",
"overrideDatasets": ["manual_overrides", "suggestions"], // defaults to rule output
"default": true,