Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Content of this page

Table of Contents

Repo

FAO Internal Test: https://bitbucket.org/cioapps/fao-datalab-caliper-docker/src/caliper_internal_test/

BC3: https://bitbucket.org/cioapps/fao-datalab-caliper-docker/src/bc3/ 

Deployment


To deploy the docker caliper instance you can follow the next steps to get it up and running.

...

Note: Prior to deployment, you can increase the memory used by the fuseki server by editing the Dockerfile at caliper/fuseki/Dockerfile and updating line 107, JAVA_OPTIONS="-Xmx2048m -Xms2048m", setting the required number of megabytes that the system can use. In the previous example, 2048 is the default megabyte value.

Backup

Backups can be done by running the backup_volumes.sh script in the caliper cloned folder. You can edit the backup script accordingly as the script is highly documented. You only have to update the following specific parts:

...

value

...

.

...

Restore

Restores can be done by running the restore_volumes.sh script in the caliper cloned folder. You can edit the restore script accordingly as the script is highly documented. You only have to update the following specific parts:

...

 

Notes:

 

Also included in the git repository is the caliper.conf file under the nginx folder. This configuration can be used in conjunction with nginx to reverse proxy external connections via a GCP load balancer. In this case, it is recommended to get in touch with someone from CSI to assist with the exposure of the service to external use along with a domain url, e.g. https://datalab.review.fao.org/....

...