machinable-org / machinable

A modular system for machinable research code
https://machinable.org
MIT License
34 stars 2 forks source link

Generalized storage #437

Closed frthjf closed 1 year ago

frthjf commented 1 year ago

This simplifies and generalizes the storage implementation by separating generally useful local directory operation from use-case specific index operations. In particular, it supports storage implementations that may perform asynchronous operations.