Meandre Storage
By default, Meandre relies on Jena back end storage system. Detailed information of the supported back end relational stores can be found at http://jena.sourceforge.net/DB/
. When booted from scratch Meandre uses and embedded version of Derby to satisfy persistency requirements.
Derby
The example listed below shows an example of the meandre-config-store.xml to point to an embedded Derby back end. For the embedded usage, Meandre creates the Derby database if it does not exist.
MySQL
The example listed below shows an example of the meandre-config-store.xml to point to a MySQL back end. The MySQL database needs to be created by the database administrator, and proper permissions granted to the user connecting to the database. More information about how to manage a MySQl server can be found at http://dev.mysql.com/doc/refman/5.0/en/
.