An open API service indexing awesome lists of open source software.

https://github.com/chevronetc/abstractstorage.jl

Abstract Interface for use with Storage based objects. Part of the COFII framework.
https://github.com/chevronetc/abstractstorage.jl

julia

Last synced: 5 months ago
JSON representation

Abstract Interface for use with Storage based objects. Part of the COFII framework.

Awesome Lists containing this project

README

          

# AbstractStorage

| **Documentation** |
|:---:|
| [![][docs-dev-img]][docs-dev-url] [![][docs-stable-img]][docs-stable-url] |

Abstract type `Container` that can be used for generic programming making
it convenient to write packages that work with both POSIX folders and
cloud storage such as Azure Blob Storage.

[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://chevronetc.github.io/AbstractStorage.jl/dev/

[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://ChevronETC.github.io/AbstractStorage.jl/stable