@artefactory/octopus-common
v3.1.5
Published
Common libs for Artefact Octopus
Downloads
45
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