An open API service indexing awesome lists of open source software.

https://github.com/openfunction/builder

A function builder of OpenFunction. Base on https://github.com/GoogleCloudPlatform/buildpacks
https://github.com/openfunction/builder

serverless

Last synced: 24 days ago
JSON representation

A function builder of OpenFunction. Base on https://github.com/GoogleCloudPlatform/buildpacks

Awesome Lists containing this project

README

        

# Builder

## Overview

[GoogleCloudPlatform/buildpacks](https://github.com/GoogleCloudPlatform/buildpacks) based builder project.

## Status

Supported languages include:

| Runtime | Serving Support | Eventing Type Support | Version |
|---------|:---------------:|:---------------------:|:-------:|
| Go | OpenFuncAsync, Knative | HTTP, CloudEvent | [1.15](builders/go115), [1.16](builders/go116) |
| Node.js | Knative | HTTP | [10](builders/node10), [12](builders/node12), [14](builders/node14), [16](builders/node16) |
| Python | Knative | HTTP | [3.7](builders/py37), [3.8](builders/py38), [3.9](builders/py39) |
| Java | Knative | HTTP | [11](builders/java11) |

## Planning

### Language runtime

Need to support mainstream microservice languages.

### Language version

Need to support multiple versions of the language.

### Serving kind

Need to support multiple microservice frameworks.

### Eventing kind

Need to support multiple event sources.