Skip to content

Commit d4b2ee4

Browse files
committed
add package install info
1 parent f8b6126 commit d4b2ee4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ tmp
88
.DS_Store
99
.vscode/
1010
.python-version
11-
11+
dist/

docs/explore-and-author/graph-exploration/graph-insights/tutorial.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ This tutorial demonstrates a workflow of Graph Insights using the **Northwind**
2121
cmemc graph import northwind-data.ttl http://example.org/northwind/
2222
```
2323

24+
!!! tip "Marketplace Package (preview)"
25+
26+
The demo data is also available as a _Marketplace Package_ and can be installed with `cmemc`:
27+
28+
```sh
29+
cmemc package install ecc-northwind-project
30+
```
31+
32+
33+
2434
## Business Scenario
2535

2636
Northwind Traders needs to identify vulnerabilities in the trade network by answering a critical question:

0 commit comments

Comments
 (0)