This section describes how to run the sample applications of the Content Acquisition System.
There are six sample applications that you can use to exercise the functionality of CAS:
A Forge application with a Record Store adapter that writes records to a Record Store instance. This is stored in
CAS\<version>\sample\forge-to-recordstore
.A Forge application with a Record Store adapter that reads records from a Record Store instance. This is stored in
CAS\<version>\sample\recordstore-to-forge
.A Forge application with multiple Record Store adapters that read records from multiple Record Store instances. This is stored in
CAS\<version>\sample\multiple-recordstore-to-forge
.A Web Crawler that writes its output to a Record Store instance instead of to a file on disk. This is stored in
CAS\<version>\sample\webcrawler-to-recordstore
.A Java client that communicates with a Record Store instance and issues record access requests. This is stored in
CAS\<version>\sample\recordstore-java-client
.A Java client that communicates with the CAS Service and issues file system crawling requests. This is stored in
CAS\<version>\sample\cas-server-java-client
.