| --- |
| name: Quick Start |
| route: /QuickStart |
| menu: Documentation |
| submenu: Setup |
| --- |
| import Img from 'theme/components/shared/Img' |
| |
| |
| # Quick Start |
| |
| ## Introduction |
| 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. |
| |
| |
| ### Example Type Definitions |
| |
| <Img src={`/images/twiki/guide-class-diagram.png`}/> |
| |
| |
| ### Example Instance Graph |
| |
| <Img src={`/images/twiki/guide-instance-graph.png`}/> |
| |
| |
| ## Running the example |
| |
| This will add sample types and instances along with traits as shown in the instance graph above. |
| |
| * bin/quick-start.sh |
| |
| ## Dashboard |
| A simple dashboard with search is available. |
| |
| * http://localhost:21000/ |
| |