Skip to content

CEL Playground provides a simple and user-friendly interface to write and quickly evaluate CEL expressions.

License

Notifications You must be signed in to change notification settings

undistro/cel-playground

This branch is 1 commit ahead of main.

Folders and files

NameName
Last commit message
Last commit date
Feb 15, 2024
Apr 29, 2024
Apr 19, 2024
Apr 30, 2024
Sep 18, 2024
Aug 9, 2024
Jun 13, 2023
Sep 9, 2024
Jun 12, 2023
Jun 12, 2023
Jun 6, 2023
Feb 12, 2024
Apr 23, 2024
Aug 9, 2024
Apr 19, 2024
Oct 28, 2024
Oct 28, 2024
Aug 12, 2024
May 7, 2024
Apr 29, 2024

Repository files navigation

CEL Playground

GitHub Go Report Card slack

CEL Playground is an interactive WebAssembly (Wasm) powered environment to explore and experiment with the Common Expression Language (CEL). It provides a simple and user-friendly interface to write and quickly evaluate CEL expressions.

CEL libraries

CEL Playground is built by compiling Go code to WebAssembly and includes the following libraries that are available in the environment:

Take a look at all the environment options.

Development

Build the Wasm binary:

make build

Serve the static files:

make serve

Community

To engage with our community, you can use the following resources:

License

CEL Playground is available under the Apache 2.0 license. See the LICENSE file for more info.