Skip to content

xtrf/clickup-bigquery-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micronaut 3.8.0 Documentation


Micronaut and Google Cloud Function

Running the function locally

./mvnw function:run

And visit http://localhost:8080/clickupBigqueryExport

Deploying the function

First build the function with:

$ ./mvnw clean package

Then cd into the target directory (deployment has to be done from the location where the JAR lives):

$ cd target

Now run:

$ gcloud functions deploy clickup-bigquery-export --entry-point io.micronaut.gcp.function.http.HttpFunction --runtime java11 --trigger-http

Choose unauthenticated access if you don't need auth.

To obtain the trigger URL do the following:

$ YOUR_HTTP_TRIGGER_URL=$(gcloud functions describe clickup-bigquery-export --format='value(httpsTrigger.url)')

You can then use this variable to test the function invocation:

$ curl -i $YOUR_HTTP_TRIGGER_URL/clickupBigqueryExport

Feature google-cloud-function documentation

Feature google-cloud-function-http documentation

About

Micronaut Clickup -bigquery -export Application

Resources

Stars

Watchers

Forks