Skip to content

LakshanSS/module-ballerinax-azure-storage-service

 
 

Repository files navigation

Ballerina Azure Storage Service Connectors

Build Status GitHub Last Commit License

Azure Storage Service is a highly available, scalable, secure, durable and redundant cloud storage solution form Microsoft. There are four types of storage: Blob Storage, File Storage, Queue Storage and Table Storage.

This package allows you to access Azure Blob REST API and Azure File REST API through Ballerina.

For more information, go to the modules.

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11 (from one of the following locations).

    • Oracle

    • OpenJDK

      Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  2. Download and install Ballerina Swan Lake.

Building the source

Execute the commands below to build from the source.

  1. To build the Gradle project:
    ./gradlew build
  1. To build the ballerina package:
    bal pack ./storageservice
  1. To run the tests after build:
    bal test ./storageservice

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, go to the contribution guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ballerina 100.0%