Skip to content

Support grouping by different properties by label #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bechbd opened this issue Mar 29, 2021 · 0 comments
Closed

Support grouping by different properties by label #97

bechbd opened this issue Mar 29, 2021 · 0 comments
Assignees

Comments

@bechbd
Copy link
Contributor

bechbd commented Mar 29, 2021

Is your feature request related to a problem? Please describe.
The current group by feature only allows you to specify a single property to group all vertices by. As a user I would like to be able to specify different properties by label to group by.

i.e. For airports I want to group by region, for country I want to group by continent.

Describe the solution you'd like
I'd like some sort of JSON type structure that would let me define something like:

{
  "airport": {"groupby": "region"},
  "country": {"groupby": "continent"}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants