Skip to content

Add Clace framework #9537

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

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Add Clace framework #9537

merged 1 commit into from
Jan 16, 2025

Conversation

akclace
Copy link
Contributor

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

@msmith-techempower msmith-techempower merged commit 7b5a501 into TechEmpower:master Jan 16, 2025
4 checks passed
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.

2 participants