|
I'm Yann, one of the founders of Koyeb. Koyeb is a platform for developers and businesses to run serverless data processing apps in minutes. We provide an easy to use platform to build production-grade workflows for all your data, including image, video, audio, or document processing. To provide a little bit of context, we previously developed Scaleway (https://scaleway.com/), a European Cloud Service Provider, and started Koyeb initially around multi-cloud object storage (https://news.ycombinator.com/item?id=21005524)
We are now going a step further: we are trying to also provide an easy way to process data and to orchestrate distributed processing from various sources. Currently, we provide an S3 compliant API to push your data, you can implement processing workflows using ready-to-use integrations (https://www.koyeb.com/catalog) and store results on the cloud storage provider of your choice (i.e. GCP, Azure Blob, AWS S3, Vultr, DigitalOcean, Wasabi, Scaleway, or even Minio servers). We're working on adding support for Docker containers and custom functions to let our users combine catalog integrations with their own code in workflows. We will also add support for new data sources to send, ingest, and import data from different services. We of course take care of all the infrastructure management and scaling of the platform. The platform is in early access phase and I'd love to hear what you think, your impressions and feedback. Thanks a lot! |
Given that `steps:` is a list, isn't having `after: video-clipping` redundant, since it already comes after the video-clipping step?