graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 8 forks source link

Determine cluster_definer for cluster of size 1 automatically/in query #73

Open mdragaschnig opened 2 years ago

mdragaschnig commented 2 years ago

if number_of_addresses_in_cluster == 1 then cluster_definer=true

soad003 commented 1 year ago

Is this something that should be done in the REST interface? Or would it be better to move it into the tagstore. Eg. when we redesign the public interface (https://github.com/graphsense/graphsense-tagpack-tool/issues/94)?

mdragaschnig commented 1 year ago

Is this something that should be done in the REST interface? Or would it be better to move it into the tagstore. Eg. when we redesign the public interface (graphsense/graphsense-tagpack-tool#94)?

Conceptually it would make sense to move this to the tagstore, i.e. closer to where the non-trivial cluster_definers are decided upon.