Developing a NextJS app on OpenFaaS

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

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
  • faas-cli

    Official CLI for OpenFaaS

  • faas-cli - https://github.com/openfaas/faas-cli

  • helm

    The Kubernetes Package Manager

  • Helm - https://helm.sh

  • 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
  • faas-netes

    Serverless Functions For Kubernetes

  • The first step in deploying an application to OpenFaas is to deploy the OpenFaaS platform to Kubernetes. I use Helm and Terraform to create the OpenFaaS deployment. OpenFaaS provides a helm chart

  • node10-express-template

    Discontinued Node.js 10 Express Template for OpenFaaS

  • # This template was adapted from the original node-express template # https://github.com/openfaas-incubator/node10-express-template FROM openfaas/of-watchdog:0.8.2 as watchdog FROM node:14-alpine as ship COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog RUN chmod +x /usr/bin/fwatchdog RUN addgroup -S app && adduser -S -g app app ENV NPM_CONFIG_LOGLEVEL warn RUN mkdir -p /home/app WORKDIR /home/app RUN yarn COPY . /home/app/ # Build the server # remove the dev dependencies RUN yarn && yarn build \ && npm prune --production RUN chown -R app:app /home/app && chmod 777 /tmp USER app ENV cgi_headers="true" ENV fprocess="yarn start" ENV mode="http" ENV upstream_url="http://127.0.0.1:3000" ENV exec_timeout="10s" ENV write_timeout="15s" ENV read_timeout="15s" EXPOSE 8080 HEALTHCHECK --interval=3s CMD [ -e /tmp/.lock ] || exit 1 CMD ["fwatchdog"]

  • ingress-operator

    Custom domains, paths and TLS for your OpenFaaS Functions

  • OpenFaaS Ingress - https://github.com/openfaas/ingress-operator

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Is there a good example of an open source non-trivial (DB connection, authentication, authorization, data validation, tests, etc...) Go API?

    14 projects | /r/golang | 25 Jan 2023
  • Implement DevSecOps to Secure your CI/CD pipeline

    54 projects | dev.to | 27 Sep 2022
  • Ask HN: Who is hiring? (August 2021)

    14 projects | news.ycombinator.com | 2 Aug 2021
  • My Attempt at Serverless React

    4 projects | dev.to | 16 Jul 2021
  • Ask HN: Are there any open source forks of nomad smd consul?

    9 projects | news.ycombinator.com | 2 May 2024