{% extends "app/templates/base.tmpl" %} {% block title %} Graph Console {% endblock %} {% block content %}

← Back to debug

Load graph from Penpot Click file or paste UUID to load Penpot file into an in-memory Ladybug database. Loading a new file replaces the previous one.
Loading…
{% if session %} {% else %} {% endif %}
{% if session %}
{% endif %}
{% if session %}
Loaded session ({{session.loaded-at}})

File: {{session.name}}
Revisions: ingested at {{session.revn}} · graph now {% if session.graph-revn %}{{session.graph-revn}}{% else %}{{session.revn}}{% endif %}
Graph size:
Schema: {{session.schema-version}}

Feed: connecting…

Query graph (LadybugDB Cypher)
{% if error %}
Error
{{error}}
{% endif %} {% if query-result %}
Results ({{query-result.row-count}} rows{% if query-result.truncated? %}, truncated{% endif %})
{% for column in query-result.columns %} {% endfor %} {% for row in query-result.rows %} {% for cell in row %} {% endfor %} {% endfor %}
{{column}}
{{cell}}
{% endif %}
{% endif %}
{% if session %}
Graph view Live view of the in-memory Ladybug graph (AntV G6). Double-click folds containers when folding is on.
{% endif %}
{% if session %} {% endif %} {% endblock %}