Skip to content

Gremlin results formatting #1406

Description

@tmcsys

ArcadeDB Server v23.12.1-SNAPSHOT

MacOS Ventura Version 13.6 (22G120
OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)### ArcadeDB Version:

Safari 16.6

Studio should adopt Gremlin Console formatting for unfolded results:

Import the latest air-routes database into ArcadeDB:

https://github.com/krlawrence/graph/blob/master/sample-data/air-routes-latest.graphml

Run the queries:

g.V().hasLabel('airport').groupCount().by('country’)

g.V().hasLabel('country').group().by('code').by(out().count())

In both cases appending .fold() fixes the output.

Expected results: (Gremlin console connected via :remote)
Gremlin console

Studio output:
Studio gremlin

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions