Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov authored Jul 17, 2017
1 parent e970ccc commit 91e682c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
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.

0 comments on commit 91e682c

Please sign in to comment.