DigitalOcean Functions: A powerful serverless computing solution

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • wrangler-legacy

    Discontinued 🤠 Home to Wrangler v1 (deprecated)

  • Cloudflare workers: $0.15 per 1M requests per month, minimum charge of $5 per month.

    Free tier is 100 000 requests per day

    Here's the pricing page: https://workers.cloudflare.com/#plans

  • wg-serverless

    CNCF Serverless WG

  • Not ELI5 but see https://github.com/cncf/wg-serverless/tree/master/whitepaper...

    Some people go monolithic app but best practice is usually one function per route.

    Traditional servers come with management overhead (e.g. defining/managing/monitoring scaling) and by using Serverless servers you avoid that overhead and optimize for good engineers which are almost always your bigger cost center.

  • 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
  • OpenWhisk

    Apache OpenWhisk is an open source serverless cloud platform

  • The foundation is Apache OpenWhisk https://github.com/apache/openwhisk with DO specific customization to work with managed databased, log shipping, and other DO specific capabilities. The closest programming model is AWS Lambda in terms of the semantics and execution model.

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