Google BigQuery

29 views
Skip to first unread message

Colin Vander Veen

unread,
Dec 5, 2024, 4:28:59 PM12/5/24
to Fusio
Anyone come across a Google BigQuery connector for Fusio?

Christoph Kappestein

unread,
Dec 5, 2024, 4:47:27 PM12/5/24
to Fusio
Hi Colin,

you could take a look at the GCP adapter s.

which provides access to the BigQuery client s.

best regards
Christoph

Colin Vander Veen

unread,
Dec 6, 2024, 12:03:09 PM12/6/24
to Fusio
I am running in the 'fusio/fusio:latest' Docker environment, is there a way to apply/install the adapter into the 'src' mount?

Christoph Kappestein

unread,
Dec 6, 2024, 12:06:52 PM12/6/24
to Fusio
You can do this with a custom Dockerfile in your project s.

FROM fusio/fusio:5.1
COPY ./resources /var/www/html/fusio/resources
COPY ./src /var/www/html/fusio/src
COPY ./.fusio.yml /var/www/html/fusio/.fusio.yml
COPY ./composer.json /var/www/html/fusio/composer.json
COPY ./composer.lock /var/www/html/fusio/composer.lock
COPY ./configuration.php /var/www/html/fusio/configuration.php
COPY ./container.php /var/www/html/fusio/container.php
COPY ./provider.php /var/www/html/fusio/provider.php
RUN chown -R www-data: /var/www/html/fusio
RUN cd /var/www/html/fusio && composer install

and build the image which then includes your custom actions etc. under src/
S. also https://github.com/apioo/fusio-sample-cms/blob/master/Dockerfile

Colin Vander Veen

unread,
Dec 7, 2024, 6:40:05 PM12/7/24
to Fusio
Nice! I will give that a try.
Reply all
Reply to author
Forward
0 new messages