We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b6126 commit d4b2ee4Copy full SHA for d4b2ee4
.gitignore
@@ -8,4 +8,4 @@ tmp
8
.DS_Store
9
.vscode/
10
.python-version
11
-
+dist/
docs/explore-and-author/graph-exploration/graph-insights/tutorial.md
@@ -21,6 +21,16 @@ This tutorial demonstrates a workflow of Graph Insights using the **Northwind**
21
cmemc graph import northwind-data.ttl http://example.org/northwind/
22
```
23
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
34
## Business Scenario
35
36
Northwind Traders needs to identify vulnerabilities in the trade network by answering a critical question:
0 commit comments