otobrglez / cel-sandbox

Simple web application for playing with Google CEL language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CEL Sandbox

This is just my sandbox for CEL - Common Expression Language.

Development

The easiest way to try this thing is to use Nix Shell and within it sbt run.

This will boot-up the service on localhost:9099

nix-shell ./shell.nix --run "sbt run"

For faster development use sbt-revolver with

nix-shell ./shell.nix --run "sbt ~reStart"

Author

Oto Brglez

P.s.:

This project has nothing to do with Google. All Google stuff is from Google. Use at your own will.

About

Simple web application for playing with Google CEL language


Languages

Language:Scala 98.0%Language:Nix 2.0%