Seasons of Serverless Week 5 Challenge - Tteok-guk for The New Year

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
  • Seasons-of-Serverless

    Repository responsible for the challenges in Seasons of Serverless 2020 (by justinyoo)

  • While Durable Function was used for each step, Azure Logic Apps was used for their overall orchestration. Based on the flow-chart above, the Logic App is triggered by an HTTP request, passes the payload to Step 1 (Slicing Garae-tteok), Step 2 (Slicing Spring Onion), Step 3 (Stir-fry Beef) and Step 6 (Beating Eggs) and process them at the same time. Then, the response from each step is aggregated to move forward. It's a typical pattern called Fan-Out/Fan-In or Scatter-Gather.

  • bicep

    Bicep is a declarative language for describing and deploying Azure resources

  • Both Durable Function apps and Logic App orchestration are all automatically built and deployed to Azure via GitHub Actions. You can find more details at the following links. As we used Bicep to build ARM template, you might like to know more about it. This link would be helpful, if you like.

  • 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

  • The issue of recursive module calls in declarative infrastructure-as-code

    1 project | dev.to | 9 Nov 2023
  • Need an advice between Azure Bicep and Terraform.

    1 project | /r/AZURE | 14 Apr 2023
  • Is Bicep built on top of ARM or not?

    1 project | /r/AZURE | 6 Apr 2023
  • How do you all start developing your arm template

    1 project | /r/AZURE | 2 Nov 2022
  • DevOps ARM to Bicep Migration - Parameter Files

    1 project | /r/AZURE | 16 Oct 2022