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 Clace framework #9537

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Clace framework #9537

wants to merge 1 commit into from

Conversation

akclace
Copy link

@akclace akclace commented Jan 15, 2025

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.

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant