Skip to content

Commit b693b75

Browse files
authored
Add Lemline to the list of runtimes (#253)
* adding Lemline to the list of runtimes Signed-off-by: Gilles Barbier <gilles@infinitic.io> * update runtime ordering Signed-off-by: Gilles Barbier <gilles@infinitic.io> --------- Signed-off-by: Gilles Barbier <gilles@infinitic.io>
1 parent ec612b9 commit b693b75

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

public/img/logos/lemlinelogo.png

5.03 KB
Loading

src/pages/index.astro

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ const examples = (await getCollection('example')).sort((a,b) => a.data.title.loc
109109
<p>SonataFlow is a powerful tool for building cloud-native workflow applications, enabling seamless orchestration and choreography of services and events.</p>
110110
<a class="link link-accent" href="https://sonataflow.org" target="_blank" rel="noopener">Get Started</a>
111111
</Card>
112+
<Card title="Lemline" image="img/logos/lemlinelogo.png">
113+
<p>Lemline is a highly scalable, native-binary runtime that plugs into any existing message broker (Kafka, RabbitMQ, etc.). Deployed as a message consumer and producer, it orchestrates serverless workflows without requiring any additional infrastructure.</p>
114+
<a class="link link-accent" href="https://github.com/lemline/lemline" target="_blank" rel="noopener">Get Started</a>
115+
</Card>
112116
<Card title="Synapse" image="img/logos/synapselogo.png">
113117
<p>Synapse is a vendor-neutral, free, open-source, and community-driven Workflow Management System (WFMS) implementing the Serverless Workflow specification. You can deploy Synapse on Docker, Kubernetes, or natively on Windows, Mac, and Linux.</p>
114118
<a class="link link-accent" href="https://github.com/serverlessworkflow/synapse" target="_blank" rel="noopener">Get Started</a>

0 commit comments

Comments
 (0)