Show HN: Serverless async back ends for compute-heavy operations

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cakework

    APIs to run user code in any developer product

  • Hi HN, we’re Jessie and Eric. We’ve been baking away at [Cakework](https://www.cakework.com/), which is a way to build async backends without needing to manage cloud infrastructure. Cakework is for operations that take time or more compute, like file processing, report generation, or machine learning.

    Devs write backends as Python functions and deploy them with our CLI. They use our client SDKs to make requests, get status, and get processing results. Each request runs with its own CPU and memory parameters in its own microVM, with no timeouts. Devs can query for failures and view logs, inputs, and outputs for each request.

    Under the covers, we package and deploy code as Docker containers. We queue each request on a NATs cluster, and spin up a [Fly Machine](https://fly.io/docs/machines/) to process it. Cakework is open source [open source](https://github.com/usecakework/cakework) if you want to dig in!

    We started exploring Cakework because we liked the idea of serverless for compute-heavy operations, but in practice found that an application made up of wiring together queues, Lambdas, storage, and step functions made iteration really slow. We also didn’t like having to switch away from Lambda when operations ran longer than fifteen minutes.

    If you want to give it a whirl, you can follow the quickstart on our [website](https://www.cakework.com/), or check out the [docs](https://docs.cakework.com/gettingstarted). We’re super excited to share an early build and get everyone’s thoughts, thanks for checking it out!

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I built a platform to build serverless async backends without cloud resources

    1 project | /r/programming | 2 Feb 2023
  • I built cakework - open source platform to deploy computationally intensive Python functions as serverless jobs, with no timeouts

    2 projects | /r/Python | 2 Feb 2023
  • Genezio

    1 project | news.ycombinator.com | 5 Apr 2024
  • A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev

    47 projects | dev.to | 5 Feb 2024
  • Ask HN: Why don't browsers just build a non-JS interpreter?

    4 projects | news.ycombinator.com | 10 Jan 2024