# Graph Index πŸ“‘

Description: See index of all nodes of information on the Graph.

Information is collected four different kinds

  • Nodes: All entities on the graph, what kind of nodes are they etc.

  • Categories: Collect and organise information in different information buckets called categories

  • Relationships: See how information node is connected to another information node.

  • Properties: See attached properties to a particular information node. These can be user supplied or computed.

In case of user supplied information it will capture that information as string or a number. In case of computed properties it can show formulas to deriving data.

# Usage Instructions πŸ“š

image

# Download CSV

Whatever mode is active at the time of download will get downloaded as CSV

If Nodes is active

  • CSV of Nodes will get download

If Combos is active

  • CSV of Combos will get download

If Relationships is active

  • CSV of Relationships will get download

Not just this... Lets suppose you have filtered your index for instance. In this case it will download only that filtered list as csv.

image image

# Widgets that work well with this widget 🀝

  • Graph explore
  • Graph Controls
  • Detail
  • Dictionary
  • Videos
  • Wikidatacard

# Examples 🌟