Ajay Kidave df5fb4163a Renamed Clace to OpenRun (#10056) 2 месяцев назад
..
.dockerignore df5fb4163a Renamed Clace to OpenRun (#10056) 2 месяцев назад
README.md df5fb4163a Renamed Clace to OpenRun (#10056) 2 месяцев назад
app.star df5fb4163a Renamed Clace to OpenRun (#10056) 2 месяцев назад
benchmark_config.json df5fb4163a Renamed Clace to OpenRun (#10056) 2 месяцев назад
openrun.dockerfile df5fb4163a Renamed Clace to OpenRun (#10056) 2 месяцев назад
run.sh df5fb4163a Renamed Clace to OpenRun (#10056) 2 месяцев назад

README.md

Introduction

OpenRun is a platform for developing and deploying internal tools.

OpenRun is implemented in Go. OpenRun apps are written in Starlark. Starlark is a thread-safe language with Python syntax, designed for embedding. OpenRun 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. OpenRun supports SQLite database only currently, so the database tests are not implemented.

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