Skip to content

Get most used concepts #46

@nichtich

Description

@nichtich

Most used concepts are interesting to get. Via command line from the data dumps:

zcat kxp-subjects.tsv.gz | awk '$2=="bk" {print $3}' | sort | uniq -c | sort -nrk1 > bk-count.txt

A live query to the backend probably takes to long but could be cached.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureAdditional functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions