Durable Functions with Netherite on Kyma

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. netherite-kyma-sample

    Sample for Deploying Azure Durable Functions with Netherite on Kyma

    All the code used for this blog post is available on GitHub under: https://github.com/lechnerc77/netherite-kyma-sample

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. durabletask-netherite

    A new engine for Durable Functions. https://microsoft.github.io/durabletask-netherite

    ⚠ Be aware of the parameter "CacheOrchestrationCursors": "false": this setting is necessary for the non-.NET world to keep the orchestration running. Otherwise your processing will abort after the first yield (see https://github.com/microsoft/durabletask-netherite/issues/69)

  4. kyma

    Kyma is an opinionated set of Kubernetes-based modular building blocks, including all necessary capabilities to develop and run enterprise-grade cloud-native applications.

    I am using Kyma as opinionated stack on top of Kubernetes (to be precise on a Gardener cluster) for this exercise. The setup should be similar for vanilla stacks, but the API gateway must be adjusted accordingly depending on what you use.

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

  • myNewsWrap: News from SAP and Microsoft - It's Season 2

    2 projects | dev.to | 27 May 2022
  • Road trip with my friends Kyma, KEDA and Azure Functions

    3 projects | dev.to | 23 Aug 2021
  • Show HN: Developer First Observability with Prism

    1 project | news.ycombinator.com | 24 Apr 2025
  • Diskless Observability Database in Rust

    1 project | news.ycombinator.com | 15 Apr 2025
  • Show HN: Koreo – The platform engineering toolkit for Kubernetes

    3 projects | news.ycombinator.com | 10 Apr 2025

Did you know that C# is
the 10th most popular programming language
based on number of references?