Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
The Function Store is a curated index of OpenFaaS functions which have been tested by the community and chosen for their experience.
See the announcement here
Q&A
How much does this cost?
It's free
What's happening conceptually?
The concept is that we will keep a curated list of interesting functions that you can deploy in one-click to your existing OpenFaaS API Gateway using the UI. We do not need access to your API gateway.
We may update the CLI to make use of the store future too.
Where are functions hosted?
In any public Docker registry whether that be the Docker Hub, Quay or elsewhere.
Where is the list/definition kept?
We are using a .json file in this repository and GitHub's raw download CDN.
Why is it called a store if I don't have to pay money?
See also: Google Play Store/Apple App Store.
Make a submission to the Function Store
If you'd like to make a submission then raise an issue to propose it. This should follow the CONTRIBUTION guide for OpenFaaS.
Here are two example function definitions.
Version 0.1.0 (store.json)
[
{
"title": "Inception",
"description": "This is a forked version of the work by Magnus Erik Hvass Pedersen - it has been re-packaged as an OpenFaaS serverless function.",
"image": "alexellis/inception",
"name": "inception",
"fprocess": "python3 index.py",
"network": "func_functions",
"repo_url": "https://github.com/faas-and-furious/inception-function",
"labels": {
"com.openfaas.ui.ext": "json"
},
"environment": {
"write_timeout": "30"
}
}
]
Version 0.2.0 (functions.json)
{
"version": "0.2.0",
"functions": [
{
"title": "NodeInfo",
"name": "nodeinfo",
"description": "Get info about the machine that you're deployed on. Tells CPU count, hostname, OS, and Uptime",
"images": {
"arm64": "functions/nodeinfo:arm64",
"armhf": "functions/nodeinfo:latest-armhf",
"x86_64": "functions/nodeinfo:latest"
},
"labels": {
"com.openfaas.ui.ext": "json"
},
"environment": {
"write_timeout": "30"
},
"fprocess": "node main.js",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/NodeInfo"
}
]
}
See also:
labels
You can set the file extension used by the UI to download a result from your function i.e. csv/mp3/txt
environment
Set timeouts etc
OpenFaaS Template Store
The Template Store contains all the templates from OpenFaaS and OpenFaaS-Incubator organizations, along with user-defined templates which have been approved by the community.
How to submit to the Template Store
If you'd like to see your template in the official store follow these steps:
Open an issue to propose the template and include a link to your template repository. This should follow the CONTRIBUTION guide for OpenFaaS.
Await feedback on, and subsequent approval of, your proposal from the community.
Add your template to the templates.json file. Here is example of a template definition:
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/openfaas/store là nguồn chính thức.
openfaas/store có phải mã nguồn mở không?
TopGit chưa ghi nhận license cho openfaas/store. Phần lớn repo public trên GitHub là mã nguồn mở, nhưng điều khoản khác nhau từng repo — mở file LICENSE để xác nhận.
openfaas/store có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho openfaas/store. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
openfaas/store có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho openfaas/store. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
openfaas/store còn được duy trì không?
TopGit chưa ghi nhận lần push gần đây của openfaas/store. Xem lịch sử commit trực tiếp trên GitHub để biết thông tin chính xác nhất.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về store?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về store.