This repository was archived by the owner on Sep 16, 2019. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork13
vthinkxie/flink-runtime-web
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Flink Runtime Web is an open source, dashboard and metric monitor forFlink.
Clone this git to local, and install dependencies
$ npm install
More information can be foundhere.
$ ./bin/start-cluster.sh
You can modify the proxy target in theproxy.conf.json, the default proxy target islocalhost:8081.
$ npm run proxy
$ npm run lint
$ npm run build
Entry files will be built and generated indist directory, where you can deploy it to different environments.
Add plugin toflink-runtime-web
<plugin> <groupId>com.github.eirslett</groupId> <artifactId>frontend-maven-plugin</artifactId> <version>1.5</version> <executions> <execution> <id>install node and npm</id> <goals> <goal>install-node-and-npm</goal> </goals> <configuration> <nodeVersion>v11.0.0</nodeVersion> </configuration> </execution> <execution> <id>npm install</id> <goals> <goal>npm</goal> </goals> <configuration> <arguments>install</arguments> </configuration> </execution> <execution> <id>npm run build</id> <goals> <goal>npm</goal> </goals> <configuration> <arguments>run build</arguments> </configuration> </execution> </executions> <configuration> <workingDirectory>web-dashboard</workingDirectory> </configuration></plugin>
- Framework:Angular
- CLI Tools:Angular CLI
- UI Components:NG-ZORRO
About
Default UI in Flink 1.9.0
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.




