changed to new testdata file that is now used throughout the documentation

This commit is contained in:
Jonathan Fuerst 2015-04-22 17:05:38 +02:00
parent 5e3aafb47b
commit e851864576
11 changed files with 165 additions and 167 deletions

View file

@ -29,13 +29,13 @@ You can repeat the `--db` and `--dbpath` flags from here forward instead of the
First we load the data.
```bash
./cayley load --config=cayley.cfg.overview --quads=30kmoviedata.nq.gz
./cayley load --config=cayley.cfg.overview --quads=data/30kmoviedata.nq.gz
```
And wait. It will load. If you'd like to watch it load, you can run
```bash
./cayley load --config=cayley.cfg.overview --quads=30kmoviedata.nq.gz --alsologtostderr
./cayley load --config=cayley.cfg.overview --quads=data/30kmoviedata.nq.gz --alsologtostderr
```
And watch the log output go by.