QuickStart.md 762 Bytes
Newer Older
1 2 3 4 5 6 7
---
name: Quick Start
route: /QuickStart
menu: Documentation
submenu: Setup 
---
import Img from 'theme/components/shared/Img'
8

9 10 11 12

# Quick Start

## Introduction
13 14
Quick start is a simple client that adds a few sample type definitions modeled after the example shown below.
It also adds sample entities along with traits as shown in the instance graph below.
15 16


17
### Example Type Definitions
18

19
<Img src={`/images/twiki/guide-class-diagram.png`}/>
20 21


22
### Example Instance Graph
23

24
<Img src={`/images/twiki/guide-instance-graph.png`}/>
25 26


27
## Running the example
28 29 30 31 32

This will add sample types and instances along with traits as shown in the instance graph above.

   * bin/quick-start.sh

33
## Dashboard
34 35
A simple dashboard with search is available.

36
   * http://localhost:21000/
37