Ajay Kidave 2696c9869f [clace] - Changed to use no_args handlers (#9857) 3 月之前
..
.dockerignore e23312dfc9 Add Clace framework 7 月之前
README.md e23312dfc9 Add Clace framework 7 月之前
app.star 2696c9869f [clace] - Changed to use no_args handlers (#9857) 3 月之前
benchmark_config.json e23312dfc9 Add Clace framework 7 月之前
clace.dockerfile e23312dfc9 Add Clace framework 7 月之前
run.sh 2696c9869f [clace] - Changed to use no_args handlers (#9857) 3 月之前

README.md

Introduction

Clace is a platform for developing and deploying internal tools.

Clace is implemented in Go. Clace apps are written in Starlark. Starlark is a thread-safe language with Python syntax, designed for embedding. Clace uses the Starlark Go implementation. Since apps are developed using a python like syntax, the benchmark is added under the Python category.

Benchmarking

The JSON and plaintext tests are implemented. Clace supports SQLite database only currently, so the database tests are not implemented.

The Dockerfile starts the Clace server and creates a single app which implements the benchmark apis (app.star).