Skip to content

mrexox/serverless-file-processing-example

Repository files navigation

Serverless File Processing (example)

This project provides an example serverless application for Google Cloud Platform.

The application serves files created at Google Cloud Storage, starts the basic file processing, and stores the results to the Firestore database.

Install

yarn install

Deploy

  1. Create a service account. See how to do that
  2. Enable Cloud Functions API
  3. Enable Google Task API. Create a queue, put its name to GCLOUD_TASKS_QUEUE env variable
  4. Create a Google Cloud Storage bucket. Put its name to the BUCKET env variable
  5. Enable Cloud Deployment Manager V2 API

About

An example of serverless app for file processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published