Effortless Function as a Service: A Simple Guide to Implementing it with Query

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Query is a Rust server for your remote SQLite databases and a CLI to manage them. (by gc-victor)

  • FROM debian:12-slim ADD litefs.yml /etc/litefs.yml COPY --from=flyio/litefs:0.5 /usr/local/bin/litefs /usr/local/bin/litefs RUN apt-get update -qq && \ apt-get install -y --no-install-recommends \ ca-certificates \ sqlite3 \ fuse3 \ curl # Download and install Query Server RUN curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gc-victor/query/releases/latest/download/query-server-installer.sh | sh EXPOSE 3000 CMD ["litefs", "mount"]

  • esbuild

    An extremely fast bundler for the web

  • The functions will bundle using esbuild. For that, it is required to install esbuild globally:

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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