Files
fn-serverless/docs/README.md
2017-05-26 18:54:26 +00:00

36 lines
1.3 KiB
Markdown

# Oracle Functions Documentation
## For Developers
If you are a developer using Oracle Functions through the API, this section is for you.
* [Quickstart](https://github.com/treeder/functions#quickstart)
* [Usage](usage.md)
* [Writing functions](writing.md)
* [fn (CLI Tool)](/fn/README.md)
* [Function file (func.yaml)](function-file.md)
* [Packaging functions](packaging.md)
* [Open Function Format](function-format.md)
* [API Reference](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/treeder/functions/master/docs/swagger.yml)
* [Hot functions](hot-functions.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)