View source | View content page | Page history | Printable version   

Projects:Store Attachments In Azure/Specifications

Contents

Overview

The aim of this project is to allow the usage of Azure Blob Storage system for Openbravo Attachments.

As the result of this project, a new module will be developed containing the infrastructure and configuration required to directly store the attachments into Azure Blob Storage

Azure Blob Storage

Azure Blob Storage is a data storage service that stores data as objects within containers. There is no limit of the amount of objects that can be stored in a container. The maximum allowed size for an object is 4.7 terabytes.

With this module, the attachments will be stored inside one container in the Azure Blob Storage platform instead of keeping them in the Openbravo server locally. It is possible to upload, delete and update the attachments as usual.

A new attachment method has been created in the module for this to work.

Selected version

There are two main supported versions by the Azure team: 8.0(legacy) and 12.0(still not globally announced)

The main differences between the two versions is that the 8.0 legacy version is not thread safe and only supports synchronous calls. Version 12.0 supports both synchronous and asynchronous calls and is thread safe.

We chose the version 12.0 as it is confirmed by Azure that it will be the version that will be supported for a longer period of time. It is not announced yet, the version used to develop this module is a preview. It is estimated to be globally announced by November.

Library dependencies

This module depends on the following libraries that are not present in Openbravo core:

It also depends on some other libraries that are already present and updated in Openbravo Core:

Retrieved from "http://wiki.openbravo.com/wiki/Projects:Store_Attachments_In_Azure/Specifications"

This page has been accessed 299 times. This page was last modified on 2 October 2019, at 11:17. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.