Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
This repository was archived by the owner on Oct 10, 2025. It is now read-only.

Hierarchical clustering visualization #292

@adsharma

Description

@adsharma

I have a graph that looks like this:

kuzu> match (a: node)  return a.* limit 1;
┌────────────────┬──────────────────────────────┬────────────┬──────────┬─────────┬─────────┬─────────┐
│ a.combined     │ a.name                       │ a.pagerank │ a.wdid   │ a.part3 │ a.part2 │ a.part1 │
│ UINT64         │ STRING                       │ DOUBLE     │ UINT64   │ UINT64  │ UINT64  │ UINT64  │
├────────────────┼──────────────────────────────┼────────────┼──────────┼─────────┼─────────┼─────────┤
│ 43981216129024 │ yago:Huojian_Wanyuan_station │ 0.000000   │ 56882475 │ 0       │ 20      │ 11      │
└────────────────┴──────────────────────────────┴────────────┴──────────┴─────────┴─────────┴─────────┘

I would like to be able to visualize the top level clusters (a.part3 column), then progressively drill down into part2, part1 and then individual nodes.

The schema is not set in stone. Can change it to whatever you find convenient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions