AstroGrid FileStore

Dave Morris

AstroGrid

What Is FileStore ?

File identifiers

Resolving identifiers

Client access

Import init (async)

Client has data it wants to send to FileStore

Import data (sync)

Client wants FileStore to fetch data from an external location

Import data (async) **

Client wants FileStore to fetch data from an external location

Export init (async)

Client wants access to data in FileStore

Export data (sync)

Client wants FileStore to send data to a remote location

Export data (async)

Client wants FileStore to send data to a remote location