mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
* Generated a bunch of clients. * Builds go client. * Removed test line. * Changed dependencies to fnproject/fn_go * Fix tests.
38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
# Fn Documentation
|
|
|
|
## For Developers
|
|
|
|
If you are a developer using Fn through the API, this section is for you.
|
|
|
|
* [Quickstart](https://github.com/fnproject/fn)
|
|
* [Usage](usage.md)
|
|
* [Writing functions](writing.md)
|
|
* [fn (CLI Tool)](https://github.com/fnproject/cli/blob/master/README.md)
|
|
* [Function file (func.yaml)](function-file.md)
|
|
* [Client Libraries](developers/clients.md)
|
|
* [Packaging functions](packaging.md)
|
|
* [Open Function Format](function-format.md)
|
|
* API Reference (coming soon)
|
|
* [Hot functions](hot-functions.md)
|
|
* [Async functions](async.md)
|
|
* [FAQ](faq.md)
|
|
|
|
## For Operators
|
|
|
|
If you are operating Oracle Functions, this section is for you.
|
|
|
|
* [Running in Production Overview](operating/production.md)
|
|
* [Runtime Options](operating/options.md)
|
|
* [Databases](operating/databases/README.md)
|
|
* [Message Queues](operating/mqs/README.md)
|
|
* [UI](operating/ui.md)
|
|
* [Logging](operating/logging.md)
|
|
* [Metrics](operating/metrics.md)
|
|
* [Triggers](operating/triggers.md)
|
|
* [Extending Oracle Functions](operating/extending.md)
|
|
* [Docker Configuration](operating/docker.md)
|
|
* [Operating On Windows](operating/windows.md)
|
|
* Running Oracle Functions on:
|
|
* [Kubernetes](operating/kubernetes/README.md)
|
|
* [Docker Swarm](operating/docker-swarm/README.md)
|