The Business to Safe Core is a java based API that provides basic framework for replication services. The default implementation provided with the package is based on IRODs Jargon v 4.0.2.
- Clone the code in the repository.
- Run
mvn install -Dmaven.test.skip=true
- Edit the testing.properties file and provide the IRODs connection information.
- Run
mvn test
This will test the all basic functionalities replicate, retrieve, list, search, delete.
For verifying the proper working you can use the IRODS command line client "iCommands" https://wiki.irods.org/index.php/icommands
To use this package you need to add the following two dependencies in your project.
org.irods jargon 4.0.2-UFAL cz.cuni.mff.ufal b2safe 1.0 ```
then you can use the default IRODs implemention or implements your own ReplicationService.