graphsense / graphsense-tagpack-tool

GraphSense TagPack Management Tool
MIT License
7 stars 1 forks source link

Add view for mapping best address tag to cluster id #68

Open myrho opened 1 year ago

myrho commented 1 year ago

So given a cluster id one can retrieve the best address tag.

soad003 commented 1 year ago

we plan to implement a REST interface on top of the tagpack db (#94). I think this should be done in course of that. Endpoint could look like:

``/tags/{address or cluster}/best Get the best, most reliable tag for a cluster or address```