This example loads NASA Website access log into ViyaDB.
./download.sh
To run the database instance on this dataset, issue the following command when standing in the build/ directory:
./src/server/viyad ../samples/NASA/store.json
First, update full path to the .tsv file in load.json
file.
Then, run:
curl -sS --data-binary @load.json http://localhost:5000/load
curl -sS --data-binary @query.json http://localhost:5000/query