NWB Query Engine is a tool for searching in data stored in Neurodata Without Borders data format.
A demo is available.
- configure WEB-INF/project.properties
run mvn clean package
- copy src/main/resources/libHDFql.so to a directory accessible by tomcat
- configure JAVA_OPTS=-Djava.library.path=path to a directory with libHDFQL.so
- copy target/nwb-query-engine-web.war to the tomcat webapps directory
- start tomcat
- docker build -t nwb-query-engine-web -f Docker/Dockerfile .
- docker run -p 8080:8080 -v <host data directory path>:/Data nwb-query-engine-web
- access localhost:8080/nwb-query-engine-web
- JAVA_OPTS is not set correctly
- files.folder in project.properties is not set or is pointing to a non-existing directory or to a directory with insufficient permissions
- parameter -v (Docker) is not set correctly