Differences between revisions 1 and 2
Revision 1 as of 2010-06-07 12:17:16
Size: 60
Editor: jrg
Comment:
Revision 2 as of 2010-06-07 13:58:57
Size: 581
Editor: jrg
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
Server
Line 4: Line 5:
 *
 *
 *
 *
 *
 *

Client

 *
 *
 *

Mass ingest

 * (1 md) Startup project
 * Hotfolder surveyor
   * (3 md) Repeated checking of config file
   * (3 md) Config file parser (incl. regexps) (config file in xml)
   * (4 md) Repeated checking of each surveilled folder (against regexp)
   * (1 md) Call of external (Java code) action (lock-stuff done in the action)
   * (6 md) Test-action
 * Ingest for when called by pre-ingester
   * (0 md) Nothing needed (calls DOMS Client directly)

TOTAL: 18 md

API Estimates - Server, Client, Ingest

Server

Client

Mass ingest

  • (1 md) Startup project
  • Hotfolder surveyor
    • (3 md) Repeated checking of config file
    • (3 md) Config file parser (incl. regexps) (config file in xml)
    • (4 md) Repeated checking of each surveilled folder (against regexp)
    • (1 md) Call of external (Java code) action (lock-stuff done in the action)
    • (6 md) Test-action
  • Ingest for when called by pre-ingester
    • (0 md) Nothing needed (calls DOMS Client directly)

TOTAL: 18 md

API Estimates (last edited 2010-06-08 15:18:43 by jrg)