Coder Social home page Coder Social logo

Edit About page. about openwhisk-website HOT 5 CLOSED

jlengstorf avatar jlengstorf commented on July 18, 2024
Edit About page.

from openwhisk-website.

Comments (5)

jlengstorf avatar jlengstorf commented on July 18, 2024

From @nauerz-ibm:

How about this (may be better anyway to, once again, address the diff roles):

What is OpenWhisk?

OpenWhisk is a serverless open-source cloud platform that allows you to execute code in response to events at any scale and without the need to manage servers. I.e. that it provides you with a serverless deployment and operations model hiding infrastructural complexity.

It allows developers to focus on quickly developing value-adding code by providing them with a flexible programming model that allows to develop in different languages, by providing access to a rich service ecosystem of event emitters and consumers from different vendors falling into different domains like analytics, cognitive,data, mobile, IoT and so forth, and by relieving them from the need to worry about complex low-level infrastructural and operational tasks.

It makes it easy for service integrators to let their service become part of OpenWhisk’s ecosystem to drive traffic & usage.

It allows OS contributors to become part of a string community, to learn something new & to broaden their skillset.

from openwhisk-website.

jlengstorf avatar jlengstorf commented on July 18, 2024

From @nauerz-ibm (for Architecture Overview):

Event sources, such as services, emit classes of events in the form of triggers.

Actions encapsulate code – written in any supported language – to be executed in response to a trigger.

Rules represent the association between a trigger and an action, hence defining which action to be executed in response to which event.

from openwhisk-website.

krook avatar krook commented on July 18, 2024

How about this? I renamed to focus on the programming model rather than the architecture which seems to be a better label for the diagram:

High-Level Programming Model

Event Sources
Event sources, such as devices, queues, databases, and webhooks, emit classes of events in the form of triggers.

Triggers
Triggers are the class of events including device readings, published messages, and data changes that are emitted by event sources.

Actions
Actions are functions encapsulate code – written in any supported language by implementing a single method signature – to be executed in response to a trigger.

Rules
Rules represent the declarative association between a trigger and an action, hence defining which action to be executed in response to which event in a many to many mapping.

Packages
Packages encapsulate external services in a reusable manner and assemble them into triggers and actions.

from openwhisk-website.

jlengstorf avatar jlengstorf commented on July 18, 2024

Thanks, @krook! I'll throw this in tomorrow and see how it looks.

from openwhisk-website.

yumeforever avatar yumeforever commented on July 18, 2024

Just updated the About page with those informations here as reference:
#51 (comment)

from openwhisk-website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.