notebooks/workspaces/backend
Eder Ignatowicz b0367e8b3d
feat(ws): initial commit for frontend (#19)
* feat: client ui frontend scaffolding

In this PR:
- UI frontend scaffolding
- Github Action for frontend and backend

Most of the content of this PR is extract from https://github.com/patternfly/patternfly-react-seed/tree/v6. Thank you so much patternfly team for the seed!

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

* Changes requested by code review

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

* Fixing icons

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>

---------

Signed-off-by: Eder Ignatowicz <ignatowicz@gmail.com>
2024-06-28 00:48:41 +00:00
..
api feat(ws): add kubernetes client to backend (#15) 2024-06-08 19:25:05 +00:00
cmd feat(ws): add kubernetes client to backend (#15) 2024-06-08 19:25:05 +00:00
config feat(ws): initial commit for backend (#7) 2024-05-31 00:45:52 +00:00
data feat(ws): initial commit for backend (#7) 2024-05-31 00:45:52 +00:00
integrations feat(ws): add kubernetes client to backend (#15) 2024-06-08 19:25:05 +00:00
.dockerignore feat(ws): add kubernetes client to backend (#15) 2024-06-08 19:25:05 +00:00
.gitignore feat(ws): initial commit for backend (#7) 2024-05-31 00:45:52 +00:00
Dockerfile feat(ws): add kubernetes client to backend (#15) 2024-06-08 19:25:05 +00:00
Makefile feat(ws): initial commit for backend (#7) 2024-05-31 00:45:52 +00:00
README.md feat(ws): initial commit for frontend (#19) 2024-06-28 00:48:41 +00:00
go.mod feat(ws): add kubernetes client to backend (#15) 2024-06-08 19:25:05 +00:00
go.sum feat(ws): add kubernetes client to backend (#15) 2024-06-08 19:25:05 +00:00

README.md

Kubeflow Workspaces Backend

The Kubeflow Workspaces Backend is the backend for frontend (BFF) used by the Kubeflow Workspaces Frontend as part of Kubeflow Notebooks 2.0.

⚠️ Warning ⚠️

The Kubeflow Workspaces Backend is a work in progress and is NOT currently ready for use. We greatly appreciate any contributions.

Building and Deploying

TBD

Development

Getting started

Endpoints

URL Pattern Handler Action
GET /v1/healthcheck HealthcheckHandler Show application information.

Sample local calls

# GET /v1/healthcheck
curl -i localhost:4000/api/v1/healthcheck/