https://github.com/clarin-eric/oai-harvest-viewer
A web application to inspect an OAI harvest
https://github.com/clarin-eric/oai-harvest-viewer
Last synced: 5 months ago
JSON representation
A web application to inspect an OAI harvest
- Host: GitHub
- URL: https://github.com/clarin-eric/oai-harvest-viewer
- Owner: clarin-eric
- License: gpl-3.0
- Created: 2016-01-12T10:57:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T14:00:55.000Z (5 months ago)
- Last Synced: 2026-01-17T04:18:00.281Z (5 months ago)
- Language: Java
- Size: 5.35 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OAI harvest viewer
A web application to inspect an OAI harvest made by the [OAI harvest manager](https://github.com/clarin-eric/oai-harvest-viewer.git).
## Implementation
* [CLI](src/main/java/eu/clarin/oai/viewer/Main.java) to index a harvest into a PostgreSQL database
* [DreamFactory](https://www.dreamfactory.com/) to provide a REST API to the database
* [React](https://facebook.github.io/react/index.html)-based [web page](html/index.html) to interact with the REST API
## TODO
* Add space for statistics/properties to the database
* Let CLI interact directy with PostgreSQL instead of using psql
* Docker setup for the DreamFactory setup
* More work on the React-based web page ...