From 3c70fec1b5d41774911ca40db68d5daf07a65d7c Mon Sep 17 00:00:00 2001 From: Laurent Le Brun Date: Tue, 29 Oct 2024 20:17:08 +0100 Subject: [PATCH] Add FizzBee to starlark users list Imported from: https://github.com/bazelbuild/starlark/pull/280 Co-authored-by: jayaprabhakar <6068686+jayaprabhakar@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8b7d03d..d50838f 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,10 @@ Otherwise, consider using a Python mode. alternate to yaml configurations. * [envd](https://github.com/tensorchord/envd) is a CLI to build the docker images for machine learning development and production environments. +* [FizzBee](https://fizzbee.io) is a system design language for verifying + distributed systems in cloud, micro-services, and event-driven applications. + It uses Starlark to offer an intuitive, Python-like syntax, making it + accessible for everyday software developers. * [Isopod](https://github.com/cruise-automation/isopod) created by Cruise Automation is a DSL framework for Kubernetes configuration. It renders Kubernetes objects as Protocol Buffers.