Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.16 KB

Installation.md

File metadata and controls

33 lines (25 loc) · 1.16 KB

Installation

Installing on Windows®, macOS® and Linux

The easiest way to install this package and all required dependencies is to clone the top-level repository using:

git clone --recursive https://github.com/mathworks-ref-arch/mathworks-gcp-support.git

This is what your top level directory1 should look like:

Folder structure

Build the matlab-gcp-common SDK for Java components

The dependencies for the MATLAB interface for Google BigQuery and other similar connectors are accessed and built using the matlab-gcp-common as follows:

cd mathworks-gcp-support/matlab-gcp-common/Software/Java
mvn clean package

More details can be found here: Build

Once built, use the mathworks-gcp-support/matlab-google-bigquery/Software/MATLAB/startup.m function to initialize the interface.

cd('mathworks-gcp-support/matlab-google-bigquery/Software/MATLAB')
startup

The package is now ready for use.

As a next step, please refer to Authentication

Notes:

1 Used with permission from Microsoft.