Add compose --encode option
1 file changed
tree: 1d95d61b3599ebff9fd6e9253d6a0f0b12ffe687
  1. bin/
  2. docs/
  3. samples/
  4. test/
  5. travis/
  6. .travis.yml
  7. CLA-CORPORATE.md
  8. CLA-INDIVIDUAL.md
  9. composer.js
  10. CONTRIBUTING.md
  11. DISCLAIMER.txt
  12. LICENSE
  13. NOTICE.txt
  14. package.json
  15. README.md
README.md

Travis License Join Slack

Composer is a new programming model from IBM Research for composing IBM Cloud Functions, built on Apache OpenWhisk. With composer, developers can build even more serverless applications including using it for IoT, with workflow orchestration, conversation services, and devops automation, to name a few examples.

Composer extends Functions and sequences with more powerful control flow and automatic state management. Composer helps express cloud-native apps that are serverless by construction: scale automatically, pay as you go and not for idle time.

The IBM Cloud functions shell offers a CLI and graphical interface for fast, incremental, iterative, and local development of serverless apps. Some additional highlights of the shell include:

  • Edit your code and program using your favorite text editor, rather than using a drag-n-drop UI.
  • Validate compositions with readily accessible visualizations, without switching tools or using a browser.
  • Deploy and invoke compositions using familiar CLI commands.
  • Debug invocations with either familiar CLI commands or readily accessible visualizations.

Composer and shell are currently available as IBM Research previews. We are excited about both and are looking forward to what compositions you build and run using IBM Cloud Functions or directly on Apache OpenWhisk.

We welcome your feedback and criticism. Find bugs and we will squash them. And will be grateful for your help. As an early adopter, you will also be among the first to experience even more features planned for the weeks ahead. We look forward to your feedback and encourage you to join us on slack.

This repository includes: