The CSW-iPlug connects a Catalog Service Web Interface to the InGrid data space.
- harvests and indexes any Catalog Service Web Interface at a certain schedule
- flexible indexing functionality (script for indexing and detail data generation)
- provides search functionality on the indexed data
- GUI for easy administration
- a running InGrid Software System
Download from https://distributions.informationgrid.eu/ingrid-iplug-csw-dsc/
or
build from source with mvn clean package
.
Execute
java -jar ingrid-iplug-csw-dsc-x.x.x-installer.jar
and follow the install instructions.
Obtain further information at http://www.ingrid-oss.eu/ (sorry only in German)
- Issue Tracker: https://github.com/informationgrid/ingrid-iplug-csw-dsc/issues
- Source Code: https://github.com/informationgrid/ingrid-iplug-csw-dsc
- import project as Maven-Project
- right click on project and select Maven -> Select Maven Profiles ... (Ctrl+Alt+P)
- choose profile "development"
- run "mvn compile" from Commandline (unpacks base-webapp)
- run de.ingrid.iplug.csw.dsc.CswDscSearchPlug as Java Application
- in browser call "http://localhost:10010" with login "admin/admin"
- choose action "Add Maven Projects" and select pom.xml
- in Maven panel expand "Profiles" and make sure "development" is checked
- run "mvn compile" from Commandline (unpacks base-webapp)
- run de.ingrid.iplug.csw.dsc.CswDscSearchPlug
- in browser call "http://localhost:10010" with login "admin/admin"
If you are having issues, please let us know: info@informationgrid.eu
The project is licensed under the EUPL license.