Blitzboard
  • Overview
  • how to
    • Create
    • Configure
    • Share
  • visualization
    • Nodes
    • Edges
    • Layouts
    • Others
Powered by GitBook
On this page

Overview

NextCreate

Last updated 3 years ago

Blitzboard is an open-source web tool to create custom dashboards for visualizing complex information, which may include relationships, dependencies, locations, and time. You can easily edit the data and configure its layouts, icons, labels, and more.

example.pg

# NODES
101  :person  name:Alice  country:"United States"
102  :person  :student  name:Bob  country:Japan
# EDGES
101  -- 102  :same_school  :same_class  since:2012
101  -> 102  :likes  since:2015

Blitzboard can maintain multiple dashboards with their respective visualization configurations, moreover, connect to databases to retrieve real-time information.

Property Graph is a data model which can represent complex information, and is a text serialization for property graph datasets

PG format