-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
# samples-holefoods | ||
InterSystems DeepSee sample solution which illustrates the use of DeepSee Architect, Analyser, DeepSee dashboards, widgets and MDX queries. | ||
# Installation | ||
Import release file in any Namespace | ||
To create data for this DeepSee model, the easiest thing to do is to | ||
use the BuildData method: | ||
From the command line: | ||
``` | ||
Do ##class(HoleFoods.Utils).BuildData(1000000,1,1) | ||
``` | ||
The first argument is the number of records to create, | ||
the second argument indicates that index building should be done in parallel, | ||
the third is a verbose flag; if true, then progress is displayed as the data is built. |