Apache OpenWhisk example that implements a spellchecker (deprecated)
50K+
Apache OpenWhisk is an open source, distributed Serverless platform that executes functions (fx) in response to events at any scale. OpenWhisk manages the infrastructure, servers and scaling using Docker containers so you can focus on building amazing and efficient applications.
Please visit the OpenWhisk project documentation to get started on our:
OpenWhisk named project images found in Docker Hub may include interim development as well as tagged release convenience binaries and should not be treated as official release artifacts.
This image demonstrates OpenWhisk's support for executing arbitrary code in a safe manner (i.e., "bring your own docker image.").
As input, provide a JSON document
{ arg: "Words to be spellchecked. This is speeelled incorrectly." }
Note: includes a sample client
Content type
Image
Digest
Size
21 MB
Last updated
about 10 years ago
docker pull openwhisk/spellcheckPulls:
1
Last week