Skip to content

masco/skydive-ui

This branch is 68 commits behind skydive-project/skydive-ui:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 9, 2020
Dec 15, 2019
Feb 18, 2020
Oct 21, 2019
Feb 13, 2020
Nov 29, 2019
Nov 8, 2019
Aug 23, 2019
Jan 13, 2020
Jan 31, 2020
Jan 31, 2020
Nov 8, 2019
Oct 15, 2019
Oct 26, 2019

Repository files navigation

GitHub license Slack Invite Slack Channel

Next generation Skydive WebUI

Please note this version of the Skydive WebUI is still actively developed. Not all the features of the legacy version are implemented yet.

Live demo

Quick start

A docker image is available with the latest version. Please note that this image is currently provided for testing purpose.

docker run -p 8080:8080 skydive/skydive-ui

In order to load a local topology dump

docker run -p 8080:8080 -v dump.json:/usr/src/skydive-ui/assets/dump.json skydive/skydive-ui

then open your browser with the following address

http://127.0.0.1:8080/?data=/assets/dump.json

Dev mode

npm install
npm start

In order to load a local topology dump

PAGE="?data=/assets/dump.json" npm start 

Get involved

Contributing

Your contributions are more than welcome. Please check https://github.com/skydive-project/skydive/blob/master/CONTRIBUTING.md to know about the process.

License

This software is licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Skydive WebUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.3%
  • JavaScript 9.3%
  • CSS 1.6%
  • Python 1.3%
  • Shell 0.4%
  • HTML 0.1%