nasa / bplib

Apache License 2.0
30 stars 13 forks source link

Fix #90, initial implementation of file store #111

Closed jphickey closed 2 years ago

jphickey commented 2 years ago

Barebones implementation of an offload service. This is just an initial pass, and should not be used for anything other than a baseline for future development. Notably, little to no error checking or recovery is done, and it is much less efficient than it could be.

Fixes #90 (for now)

Follow up issues will be written to address the shortcomings