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.
- Host: GitHub
- URL: https://github.com/chevronetc/abstractstorage.jl
- Owner: ChevronETC
- License: other
- Created: 2020-08-26T18:24:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T15:36:53.000Z (over 1 year ago)
- Last Synced: 2025-08-30T02:22:33.598Z (10 months ago)
- Topics: julia
- Language: Julia
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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