Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OpenWhisk is an open source, distributed Serverless computing platform able to execute application logic (Actions) in response to events (Triggers) from external sources (Feeds) or HTTP requests governed by conditional logic (Rules). It provides a programming environment supported by a REST API-based Command Line Interface (CLI) along with tooling to support packaging and catalog services.  AdditionsllyAdditionally, it now provides options to host the platform components as Docker containers on various Container Frameworks such as Mesos, Kunernetes, and Compose.

...

  • incubator-openwhisk Github stars: 2181 (+253 since last report)

  • incubator-openwhisk GitHub forks: 469 (+52 since last report)

    Movement to become more "pluggable" via Service Provider Interfaces (SPI), several PRs that are ongoing.

    So far there are now interfaces for MessagingProvider.scalaArtifactStoreProvider.scala and proposals for others such as LogStore,ContainerFactory, LoadBalancer,
  • TBD: Kubernetes project seeks to enable MiniKube with latest Kube/Docker drivers
Significant Pull Requests (PRs):
  • 11/22: Enable controller HA by default #2994

  • 11/27: Adapt timeouts of controller and nginx. #3010 #3010
  • 10/27: Emit metrics via kamon #2857

    • This PR implements the capability to send metric information via Kamon (http://kamon.io/) to statsd (https://github.com/etsy/statsd) instead or additionally to the existing metrics information which is written into the system logs.

  • 9/27: update apigw end-to-end to be more resilient #2724

...