utdemir / distributed-dataset

A distributed data processing framework in Haskell.
BSD 3-Clause "New" or "Revised" License
114 stars 5 forks source link

OpenWhisk backend #10

Closed utdemir closed 4 years ago

utdemir commented 5 years ago

Apache OpenWhisk is an open source serverless platform. Supporting it will be useful for people who want to use serverless but does not want vendor lock-in. Also, we can support IBM Cloud Functions easily since that's based on OpenWhisk.

https://openwhisk.apache.org/

utdemir commented 4 years ago

I'm considering to moving away from Serverless offerings towards container-based solutions (Cloud Run, kubernetes etc), so I don't think we should do this.