Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BibIngest: new module to cover the needs of persistent storage of submitted material (ingestion packages) to the repository. #1289

Open
invenio-developers opened this issue Apr 30, 2014 · 2 comments

Comments

@invenio-developers
Copy link

Originally by nkasioum (@kasioumis) on 2013-02-07

The BibIngest module:

  • can be useful for anyone who needs to store submitted material in its original format and wants to be able to retrieve it for later extraction of information, resubmission, and dissemination.
  • should also cover the requirements of the Open Archival Information System (OAIS) specification for the acquisition and storage of the Submission Information Package (SIP) ("an Information Package that is delivered by the Producer to the OAIS [Preservation System]") for use in the construction of one or more Archival Information Packages (AIP).

Development: master-bibingest branch.

@jirikuncar jirikuncar added the RFC label Jun 6, 2014
@jirikuncar jirikuncar modified the milestones: v2.0.0, v2.x Aug 22, 2014
@tiborsimko tiborsimko modified the milestones: v1.2.0, v2.x Sep 9, 2014
kasioumis added a commit to kasioumis/invenio that referenced this issue Mar 13, 2015
* Introduces a new module 'BibIngest' that handles document ingestion for
  Invenio. The module provides the basic CRUD functions: create, read, update
  and delete.

* Allows for multiple ingestion packages types and storage engines to be
  defined as plugins.

* A configuration file is provided where combinations of ingestion packages
  and storage engines can be defined per collection along with specific
  settings for each case.

(addresses inveniosoftware#1289)
@kaplun
Copy link
Member

kaplun commented Aug 11, 2015

Is there an equivalent work/idea for the new master?

@tiborsimko
Copy link
Member

Yes, early SIP, richer AIP, memento-friendly DIP. Coming after current module re-factoring efforts. See e.g. #3364 (comment). Already in the manpower work plan.

kasioumis added a commit to kasioumis/invenio that referenced this issue Apr 1, 2016
* Introduces a new module 'BibIngest' that handles document ingestion for
  Invenio. The module provides the basic CRUD functions: create, read, update
  and delete.

* Allows for multiple ingestion packages types and storage engines to be
  defined as plugins.

* A configuration file is provided where combinations of ingestion packages
  and storage engines can be defined per collection along with specific
  settings for each case.

(addresses inveniosoftware#1289)
@jirikuncar jirikuncar added Type: RFC and removed RFC labels Jul 28, 2016
@tiborsimko tiborsimko removed the p_major label Aug 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants