|
1 | | -<div align="center"> |
2 | | - <br/> |
3 | | - <h1> |
4 | | - <a href="https://streampark.apache.org" target="_blank" rel="noopener noreferrer"> |
5 | | - <img width="600" src="https://streampark.apache.org/image/logo_name.png" alt="StreamPark logo"> |
6 | | - </a> |
7 | | - </h1> |
8 | | - <strong style="font-size: 1.5rem">Make stream processing easier!!!</strong> |
9 | | -</div> |
| 1 | +# Apache StreamPark Web UI |
10 | 2 |
|
11 | | -<br/> |
12 | | - |
13 | | -<p align="center"> |
14 | | - <img src="https://tokei.rs/b1/github/apache/streampark"> |
15 | | - <img src="https://img.shields.io/github/v/release/apache/streampark.svg"> |
16 | | - <img src="https://img.shields.io/github/stars/apache/streampark"> |
17 | | - <img src="https://img.shields.io/github/forks/apache/streampark"> |
18 | | - <img src="https://img.shields.io/github/issues/apache/streampark"> |
19 | | - <img src="https://img.shields.io/github/downloads/apache/streampark/total.svg"> |
20 | | - <img src="https://img.shields.io/github/languages/count/apache/streampark"> |
21 | | - <a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/badge/license-Apache%202-4EB1BA.svg"></a> |
22 | | -</p> |
23 | | - |
24 | | -<div align="center"> |
25 | | - |
26 | | -**[Official Website](https://streampark.apache.org)** |
27 | | - |
28 | | -</div> |
29 | | - |
30 | | -#### English | [中文](README.zh-CN.md) |
31 | | - |
32 | | -# Apache StreamPark (Incubating) |
33 | | - |
34 | | -Make stream processing easier |
35 | | - |
36 | | -> A magical framework that make stream processing easier! |
37 | | -
|
38 | | - |
39 | | - |
40 | | -### Use Gitpod |
41 | | - |
42 | | -Open the project in Gitpod (free online dev environment for GitHub) and start coding immediately. |
43 | | - |
44 | | -[](https://gitpod.io/#https://github.com/apache/incubator-streampark) |
45 | | - |
46 | | -## Local development |
47 | | - |
48 | | -### Prerequisite |
49 | | - |
50 | | -- [Node.js 16.0+](https://nodejs.org/en/download/) |
51 | | -- [pnpm](https://pnpm.io/installation) |
52 | | - |
53 | | -### Build and run |
54 | | - |
55 | | -1. Install dependencies: |
56 | | - |
57 | | -```bash |
58 | | -pnpm install |
59 | | -``` |
60 | | - |
61 | | -2. Start a dev server: |
62 | | - |
63 | | -```bash |
64 | | -pnpm serve |
65 | | -``` |
66 | | - |
67 | | -3. Build for production: |
68 | | - |
69 | | -```bash |
70 | | -pnpm build |
71 | | -``` |
72 | | - |
73 | | -## Browser support |
74 | | - |
75 | | -The `Chrome 80+` browser is recommended for local development |
76 | | - |
77 | | -Support modern browsers, not IE |
78 | | - |
79 | | -| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>IE | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt=" Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)</br>Safari | |
80 | | -| :-: | :-: | :-: | :-: | :-: | |
81 | | -| not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions | |
| 3 | +> [!NOTE] |
| 4 | +> |
| 5 | +> This StreamPark WebUI is a fork to [Vue vben admin](https://github.com/vbenjs/vue-vben-admin). Check [LICENSE](/LICENSE) and [license-vue-vben-admin.txt](/dist-material/release-docs/licenses/ui-licenses/license-vue-vben-admin.txt) for more details. |
0 commit comments