OAI harvest viewer
A web application to inspect an OAI harvest made by the OAI harvest manager.
Implementation
- CLI to index a harvest into a PostgreSQL database
- DreamFactory to provide a REST API to the database
- React-based web page 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 ...