TWIN Blob Storage Connector Azure
Blob Storage connector implementation using Azure.
Installation
npm install @twin.org/blob-storage-connector-azure
Testing
The tests developed are functional tests and need an instance of Azure up and running. To run Azure locally using azurite as microsoft container:
docker run -p 10000:10000 --name twin-blob-azure -d -e AZURITE_ACCOUNTS=testAccount:testKey mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0
Afterwards you can run the tests as follows:
npm run test
Examples
Usage of the APIs is shown in the examples docs/examples.md
Reference
Detailed reference documentation for the API can be found in docs/reference/index.md
Changelog
The changes between each version can be found in docs/changelog.md