Skip to content

Save identifier for annotation sources in archival data #15

@stephen-soltesz

Description

@stephen-soltesz

The current uuid-annotator output schema only includes the UUID and the Geo & Network annotations. It should additionally include some identifier for the origin dataset from maxmind, routeview or other used to collect the given information.

This is necessary to discover potential errors due to db update failures.

For example:

{
    "Sources": {
        "Geo": {
            "Name": "Maxmind/current/GeoLite2-City.tar.gz",
            "Timestamp": "2020-02-01T01:03:04",
            "Hash": "...."
        }
        "Network": {
            ...
        }
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions