@nx/powerpack-azure-cache

1.0.14 • Public • Published

This package is part of the Nx Powerpack extensions for Nx.

This plugin provides a Nx cache which can be self hosted on Azure Blob Storage.

Usage

Use of this package is governed by the following LICENSE. Please be sure to read through the license carefully before using this plugin. This license is also included in the package in a LICENSE file.

Use Cases

This plugin is useful when Nx Cloud is not a viable solution. Nx Cloud is the ideal recommended method of sharing a cache between multiple machines using Nx.

This plugin uploads and downloads artifacts and metadata to and from an Azure Blob Storage container of your choice. This allows Nx to run fasterr in CI environments by reusing computation done in other runs.

Adding this plugin to your Nx workspace

Use nx add @nx/powerpack-azure-cache to install and setup this plugin in your Nx workspace.

Configuration

This cache can be configured in an azure property in nx.json. The following properties are configurable:

Property Description Default Required
container The name of th Azure Blob Storage container to use for the cache. N/a Yes
accountName Account name associated with the container N/a Yes

Readme

Keywords

none

Package Sidebar

Install

npm i @nx/powerpack-azure-cache

Weekly Downloads

264

Version

1.0.14

License

Commercial

Unpacked Size

39.8 kB

Total Files

7

Last publish

Collaborators

  • jameshenry
  • jack-nrwl
  • nrwl-jason
  • nrwlowner