@artefactory/octopus-common

Common libs for Artefact Octopus

Usage no npm install needed!

<script type="module">
  import artefactoryOctopusCommon from 'https://cdn.skypack.dev/@artefactory/octopus-common';
</script>

README

Octopus Common

Common libs for Octopus :

  • channels exposes info about each channel, e.g. dimension mapping from bigquery tables to frontend names, dimensions that can be used as filters, methods to compute the channel's relevant KPIs...
  • bigquery exposes an interface to easily query medialake data;
  • advertisers provides an api endpoint to retreive the list of advertisers for each channel.

Dev

Use npm link to test locally without publishing.

Publish a new version

To publish a new version :

  • ensure you logged in with npm login;
  • bump the version number;
  • npm publish

More about npm package publishing here