Skip to content

clarin-eric/oai-harvest-viewer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
df
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 ...