The gather-archiver feature provides an archival storage of raw data, timestamped and sealed with a calculated digest.
cd gather-archiver
mvn clean install
There are various dao implementations available. To select one, specify the corresponding maven profile. For instance:
mvn pax:provision -Pjpa
Current implementation profiles include:
- jpa - java persistence ORM using EclipseLink
- neo4j - the Neo4j graph-database
- db4o - db4objects object database
A shell command is available for working with the archiver feature.
Try archive help
to see what it can do.