CLOUDLAB and IBM Research Haifa released one of the main software outcomes of the CloudButton project: the Lithops framework. Lithops aims to massively scale the execution of Python code and its dependencies on serverless computing platforms and to monitor the results. Lithops delivers the user’s code into the serverless platform without requiring knowledge of how functions are invoked and run. The framework provides an extensible backend architecture (compute, storage) that is designed to work with different Cloud providers and on-premise backends (Knative, OpenWhisk). You can edit programs using Lithops in a laptop and then run the unmodified code at scale in the cloud using any cloud provider (IBM Cloud, AWS, Azure, Google Cloud and Alibaba Aliyun).
↧