MD Store

From MPDLMediaWiki
Revision as of 14:00, 22 June 2010 by Bastien (talk | contribs) (New page: = Introduction = The MD Store is a triple store for medatada storage and management. It is part of the process for massive batch metadata update for eSciDoc objects. = Technologies = * T...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction[edit]

The MD Store is a triple store for medatada storage and management. It is part of the process for massive batch metadata update for eSciDoc objects.

Technologies[edit]

  • The triple store technology is Jena SAB (TDP doesn't support transactions)
  • eSciDoc: The MD Store uses eSciDoc security management (AA)
    • It should generic to enable other services to log in into MDstore

Interface[edit]

  • The MD Store has a REST interface:
    • GET: returns metadata triple
    • POST: create a new metadata triple
    • PUT: Update a metadata triple
    • DELETE: Delete a metadata triple

Data Model[edit]

  • The MD Store defines 2 rdf graphs:
    • Metadata graphs, where metadada triple are stored
    • Property graphs with: context-id, public status, lock-status

Architecture[edit]