faik-it
Enterprise IT Inventory
Find all your IT resources in one place, assisted by fAIk
{% if error %}
{{ error }}
{% endif %}
Graph View
Arrows show relationship direction. Click a node or edge to inspect its data. Use the forms on the left to add nodes and relationships.
Recent Nodes ▾
-
{% for node in nodes %}
-
{{ node.id }} | {{ node.labels | join(", ") }}
{{ node.props | tojson(indent=2) }}
{% else %}
- No nodes yet. {% endfor %}
Recent Relationships ▾
-
{% for relationship in relationships %}
-
{{ relationship.id }} | {{ relationship.start_id }} -[{{ relationship.type }}]-> {{ relationship.end_id }}
{{ relationship.props | tojson(indent=2) }}
{% else %}
- No relationships yet. {% endfor %}