Skip to content

informationgrid/ingrid-iplug-csw-dsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSW iPlug

The CSW-iPlug connects a Catalog Service Web Interface to the InGrid data space.

Features

  • 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

Requirements

  • a running InGrid Software System

Installation

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)

Contribute

Setup Eclipse project

  • 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"

Setup IntelliJ IDEA project

  • 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"

Support

If you are having issues, please let us know: info@informationgrid.eu

License

The project is licensed under the EUPL license.

About

Connects a Catalog Service Web Interface to the InGrid data space.

Resources

License

Stars

Watchers

Forks

Packages

No packages published