faik-it
Enterprise IT Inventory
Find all your IT resources in one place, assisted by fAIk
{% if error %}
{{ error }}
{% endif %}
{% if message %} {% endif %}

Add Node

Pick one or more labels. At least one is required.

Use this for any extra node properties that are not covered by the guided form fields above.

Add Relationship

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 %}