# samples **Repository Path**: b1f/samples ## Basic Information - **Project Name**: samples - **Description**: ofn - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-07-02 - **Last Updated**: 2023-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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)