https://github.com/ytsaurus/ytsaurus-ui
Web interface for YTsaurus.
https://github.com/ytsaurus/ytsaurus-ui
ui ytsaurus
Last synced: 4 months ago
JSON representation
Web interface for YTsaurus.
- Host: GitHub
- URL: https://github.com/ytsaurus/ytsaurus-ui
- Owner: ytsaurus
- License: other
- Created: 2023-01-31T15:18:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-04T13:08:29.000Z (4 months ago)
- Last Synced: 2026-03-04T14:20:22.310Z (4 months ago)
- Topics: ui, ytsaurus
- Language: TypeScript
- Homepage: https://ytsaurus.tech
- Size: 92.6 MB
- Stars: 47
- Watchers: 6
- Forks: 26
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
## YTsaurus platform UI
The repository contains code related to UI for [YTsaurus platform](https://ytsaurus.tech).
### Description
- [packages/ui](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui) - UI code for YTsaurus platform [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui/CHANGELOG.md)
- [packages/ui-helm-chart](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui-helm-chart) - helm chart to start YT UI in k8s cluster [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/ui-helm-chart/CHANGELOG.md)
- [packages/interface-helpers](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/interface-helpers) - library contains some helpers for UI [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/interface-helpers/CHANGELOG.md)
- [packages/javascript-wrapper](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/javascript-wrapper) - API library to communicate with YTsaurus platform backends [CHANGELOG](https://github.com/ytsaurus/ytsaurus-ui/tree/main/packages/javascript-wrapper/CHANGELOG.md)
### How to contribute (some notices)
- we prefer `rebases` instead of `squashes` each commit should represent a small logically finished change of code
- use interactive rebase to add changes to your PRs
- all the commits should have a title that corresponds to [convetional commits](https://www.conventionalcommits.org/en/v1.0.0/)
- to release new version of a changed package your PR should contain at least one `fix`/`feat`/`BREAKING_CHANGES` commit
- CHANGELOG.md files are automatically generated from titles of `fix`/`feat`/`BREAKING_CHANGES` commits, so they should have short clear descriptions