https://github.com/openfunction/samples
Function samples (Go, Node.js, Java, etc.)
https://github.com/openfunction/samples
Last synced: 25 days ago
JSON representation
Function samples (Go, Node.js, Java, etc.)
- Host: GitHub
- URL: https://github.com/openfunction/samples
- Owner: OpenFunction
- License: apache-2.0
- Created: 2021-01-19T05:45:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T06:14:04.000Z (about 1 year ago)
- Last Synced: 2025-04-24T03:09:01.200Z (25 days ago)
- Language: Go
- Homepage:
- Size: 4.76 MB
- Stars: 33
- Watchers: 3
- Forks: 49
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenFunction function samples
For samples of the latest stable version, please visit here:
-> [v0.6.0 samples](https://github.com/openFunction/samples/tree/release-0.6)
## Function samples
The following are samples of OpenFunction function.
We currently support two kinds of runtime, knative and async.
### Knative runtime
- ["Hello world" in go](functions/knative/hello-world-go)
- ["Hello world" in java](functions/knative/java/hello-world)
- ["Hello world" in python](functions/knative/hello-world-python)
- ["Hello world" in node](functions/knative/hello-world-node)
- ["Hello world" in dotnet](functions/knative/hello-world-dotnet)
- [Azure function sample](functions/knative/azure-func-go)
- [Logs handler function](functions/knative/logs-handler-function)### Async runtime
- Async bindings sample in [go](functions/async/bindings)
- Async pubsub sample in [go](functions/async/pubsub)
- Logs handler function [go](functions/async/logs-handler-function)
- Java samples in [java](functions/async/java)### Other samples
- [Tracing sample](functions/tracing/README.md)
## Application samples
- [Java App](apps/sample-apps-java-maven.yaml)
## Functions Framework samples
- [Functions Framework demos](functions-framework)
## Katacode scenarios
- [scenarios](katacoda-scenarios)