Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add FizzBee to starlark users list #5

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down