Update references remove refs to treeder oracle funcy (#376)

* Remove lots of refs to iron and funcy oracle etc..

* more ref replacements

* Replacing more refs. Treeder

* Use Fn not FN
This commit is contained in:
James Jeffrey
2017-09-29 16:22:15 -07:00
committed by Travis Reeder
parent 5219227393
commit c7f3066c75
81 changed files with 211 additions and 398 deletions

View File

@@ -2,20 +2,20 @@
## Which languages are supported?
Since we use containers as the base building block, all languages can be used. There may not be higher level
helper libraries like our Lambda wrapper for every language, but you can use any language if you follow the
Since we use containers as the base building block, all languages can be used. There may not be higher level
helper libraries like our Lambda wrapper for every language, but you can use any language if you follow the
base [function format](function-format.md).
## Where can I run Oracle Functions?
## Where can I run Fn?
Anywhere. Any cloud, on-premise, on your laptop. As long as you can run a Docker container, you can run Oracle Functions.
Anywhere. Any cloud, on-premise, on your laptop. As long as you can run a Docker container, you can run Fn.
## Which orchestration tools does functions support?
Functions can be deployed using any orchestration tool.
## Does Oracle Functions require Docker?
## Does Fn require Docker?
For now we require Docker primarily for the packaging and distribution via Docker Registries,
For now we require Docker primarily for the packaging and distribution via Docker Registries,
but we've built Functions in a way that abstracts the container technology so we can support others as
needed. For instance, we may add rkt support.