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
- Host: GitHub
- URL: https://github.com/openfunction/builder
- Owner: OpenFunction
- License: apache-2.0
- Created: 2021-05-14T09:22:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T14:39:45.000Z (11 months ago)
- Last Synced: 2025-04-24T03:08:51.663Z (24 days ago)
- Topics: serverless
- Language: Go
- Homepage:
- Size: 1.18 MB
- Stars: 11
- Watchers: 2
- Forks: 22
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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.