Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Image Added

Welcome to StageR 
NodeJS

An Aspire staging repository application
The StageR (
Staging Repository
NodeJS)
 
staging repository is an intermediate repository application where content can be placed after it has been extracted from a content repository.
Allows
This allows for content reprocessing without
having to reach
reaching back
to
into the original content repository for
every
each processing iteration.

Children Display
depth3
excerptTypesimple

The basic structure of StageR is called a Storage Unit. The application can contain one or more Storage Units. This structure involves a No-SQL database, a transaction log and a set of APIs to interact with the data stored in the Storage Unit.

StageR provides REST APIs for each Storage Unit to manage, store, access and process content.

The Storage Unit data is identified by a record key, each record can define multiple self-contained content scopes to classify its data by specific purposes (ocr, index, raw, connector, etc). Each content scope can be fetched/processed independently allowing for a record to be updated at different stages and by different processes.


Get Started with StageR

REST API