- Requirements:
SciDB 15.12
- Usage:
iquery --afl query.afl
- See: Keep an Eye on the Chunk Length
Assumes SciDB is running on the localhost on the default port and no authentication is required. Running the query file results in three new arrays, foo
, bar
, and taz
. In the query.afl
file, the commented out slice
query runs for a long time.
The Dockerfile
provided is used to test that the example runs successfully. The Dockerfile builds a Docker image. The build starts from a SciDB image, adds the example, and runs the example. Finally, it compares the produced output with the expected output (test.gold
). The build fails if the two outputs differ. The build results can be viewed on Docker Hub. On each particular build, the Logs section (mid-way) contains the output produced by the example.