Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openfaas-faas
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Team Jaz CS 598 CCC Final Project
openfaas-faas
Commits
e4efd160
Commit
e4efd160
authored
7 years ago
by
Alex Ellis
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update ROADMAP
parent
b77268c6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ROADMAP.md
+13
-15
13 additions, 15 deletions
ROADMAP.md
with
13 additions
and
15 deletions
ROADMAP.md
+
13
−
15
View file @
e4efd160
...
...
@@ -6,7 +6,7 @@
This container acts in a similar way to the API Gateway on AWS. Requests can be made to this endpoint with a JSON body.
F
eatures:
Completed f
eatures:
*
UI for viewing and testing functions deployed through stack
*
Auto-scaling of replicas as load increases
...
...
@@ -15,7 +15,12 @@ Features:
*
Instrumentation via Prometheus metrics at GET /metrics
*
Bundled Prometheus stack with AlertManager
*
UI enhancements to create new function through a form
*
ARM support on Raspberry Pi
*
Raspberry Pi (armhf/armv6) support (currently available)
*
Documentation for current API in Swagger format
*
Documentation about
[
Alexa sample function
](
https://blog.alexellis.io/serverless-alexa-skill-mobymingle/
)
*
Native CLI for templating/building and deploying functions
*
Windows support for watchdog back-end - so that Windows executables can be used in a multi-OS swarm
*
Enforcing function execution time in seconds.
**Incoming requests and routing**
...
...
@@ -36,37 +41,30 @@ This binary fwatchdog acts as a watchdog for your function. Features:
## 2. Future items
Most items are detailed
[
via Github issues
](
https://github.com/alexellis/faas/issues
)
.
Must have
*
Documentation for current API
*
Clearly documented TLS via reverse proxy and Lets Encrypt (Nginx, Traefik)
*
Deeper tests coverage and integration tests
*
Asynchronous / long-running tasks
Should have
*
Windows support for watchdog back-end - so that Windows executables can be used in a multi-OS swarm
*
Native CLI for templating/building and deploying functions
*
Kubernetes support
*
AARCH64 (64-bit ARM) port
*
Basic auth for /system endpoints (probably via reverse proxy)
*
Documentation about Alexa sample function
Could have
*
Asynchronous / long-running tasks
*
Function store - list of useful predefined functions
*
Supporting request parameters
*
Configurable memory limits via "new function" pop-up (already supported by Docker compose stack)
Nice to have
*
Raspberry Pi (armhf/armv6) support (currently available)
*
AARCH64 (64-bit ARM) port
*
Guide for termination through NGinx or built-in TLS termination
*
Guide for basic authentication over HTTPs (set up externally through NGinx etc)
*
CRIU - (Checkpoint/Restore In Userspace) for warm-loading serverless tasks with a high start-up cost/latency.
*
Billing control for functions
*
Deeper tests coverage and integration tests
## 3. Development and Contributing
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment