Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/intranda/goobi-viewer-indexer
Goobi viewer - Indexer daemon to monitor hotfolder, add metadata to Apache Solr index and move files to correct folders.
https://github.com/intranda/goobi-viewer-indexer
digital-library goobi indexer lido mets mods solr viewer xml
Last synced: about 2 months ago
JSON representation
Goobi viewer - Indexer daemon to monitor hotfolder, add metadata to Apache Solr index and move files to correct folders.
- Host: GitHub
- URL: https://github.com/intranda/goobi-viewer-indexer
- Owner: intranda
- License: gpl-2.0
- Created: 2017-06-16T08:48:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T13:52:42.000Z (about 2 months ago)
- Last Synced: 2024-12-16T14:43:37.399Z (about 2 months ago)
- Topics: digital-library, goobi, indexer, lido, mets, mods, solr, viewer, xml
- Language: Java
- Homepage: https://goobi.io
- Size: 89 MB
- Stars: 5
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goobi viewer - Indexer
![Standard CI](https://github.com/intranda/goobi-viewer-indexer/workflows/Standard%20CI/badge.svg)
> Indexing application as part of the highly flexible digital library framework - made by the Goobi developer team## Indexer for the digital library framework
The Goobi viewer indexer is responsible for indexing metadata files and related content files for the Goobi viewer. It parses provided metadata files (e.g. METS and LIDO) to fill the Solr search index with all relevant information. Additionally all fulltext files are read and indexed to allow a fulltext search in the Goobi viewer.## Community
You can get in touch with the communiy in the forum. Currently the most is happening in German but please feel free to ask any questions there in English too:https://community.goobi.io
You can find a list of Goobi viewer installations at the following URL:
https://goobi.io/viewer/installations
## Documentation
The documentation for the Goobi viewer can be found using the following URLs:* [German](https://docs.intranda.com/goobi-viewer-de/)
* [English](https://docs.intranda.com/goobi-viewer-en/)## Development
The development of the Goobi viewer in mostly happening by the software company [intranda GmbH](https://intranda.com). All current developments are centrally listed and explained inside of the monthy digests:* [German](https://docs.intranda.com/goobi-viewer-digests-de/)
* [English](https://docs.intranda.com/goobi-viewer-digests-en/)## Technical background
The Goobi viewer consists of multiple packages which all have to be installed and configured properly:| Package | Function |
| ------ | ------ |
| [Goobi viewer Core](https://github.com/intranda/goobi-viewer-core) | Core functionality of the viewer application |
| [Goobi viewer Indexer](https://github.com/intranda/goobi-viewer-indexer) | Indexing application to fill the Solr search index with metadata information |
| [Goobi viewer Connector](https://github.com/intranda/goobi-viewer-connector) | Connectors for different use cases (incl. OAI-PMH, SRU) |
| [Goobi viewer Theme Reference](https://github.com/intranda/goobi-viewer-theme-reference) | Reference Theme for the styling of the web pages for the user interface |## Licence
The Goobi viewer is released under the license GPL2 or later.
Please see ``LICENSE`` for more information.