https://github.com/otobrglez/cel-sandbox
Simple web application for playing with Google CEL language
https://github.com/otobrglez/cel-sandbox
cel cel-language google-cel scala scala3
Last synced: 12 months ago
JSON representation
Simple web application for playing with Google CEL language
- Host: GitHub
- URL: https://github.com/otobrglez/cel-sandbox
- Owner: otobrglez
- Created: 2023-09-06T09:11:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T07:44:00.000Z (over 2 years ago)
- Last Synced: 2025-02-24T12:17:33.156Z (over 1 year ago)
- Topics: cel, cel-language, google-cel, scala, scala3
- Language: Scala
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CEL Sandbox
This is just my sandbox for [CEL - Common Expression Language](https://github.com/google/cel-spec).
## Development
The easiest way to try this thing is to use [Nix Shell][nix-shell] and within it `sbt run`.
This will boot-up the service on [localhost:9099](http://localhost:9099)
```bash
nix-shell ./shell.nix --run "sbt run"
```
For faster development use [sbt-revolver](https://github.com/spray/sbt-revolver) with
```bash
nix-shell ./shell.nix --run "sbt ~reStart"
```
## Author
[Oto Brglez](https://github.com/otobrglez)
[nix-shell]: https://nixos.org/manual/nix/stable/command-ref/nix-shell
### P.s.:
This project has nothing to do with Google. All Google stuff is from Google. Use at your own will.