Groups
Groups
Sign in
Groups
Groups
Fusio
Conversations
About
Send feedback
Help
Google BigQuery
29 views
Skip to first unread message
Colin Vander Veen
unread,
Dec 5, 2024, 4:28:59 PM
12/5/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
Anyone come across a Google BigQuery connector for Fusio?
Christoph Kappestein
unread,
Dec 5, 2024, 4:47:27 PM
12/5/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
Hi Colin,
you could take a look at the GCP adapter s.
https://github.com/apioo/fusio-adapter-gcp
which provides access to the BigQuery client s.
https://github.com/googleapis/google-cloud-php-bigquery
best regards
Christoph
Colin Vander Veen
unread,
Dec 6, 2024, 12:03:09 PM
12/6/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
12/6/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
12/7/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Fusio
Nice! I will give that a try.
Reply all
Reply to author
Forward
0 new messages