All Projects → spring-cloud → Spring Cloud Dataflow Ui

spring-cloud / Spring Cloud Dataflow Ui

Licence: apache-2.0
This repo provides the Dashboard application of Spring Cloud Data Flow

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Spring Cloud Dataflow Ui

Learning Path Spring Boot Microservices
Curated path for learning Spring Boot & Microservices based on published videos in TechPrimers
Stars: ✭ 116 (-17.14%)
Mutual labels:  spring-cloud
Jiiiiiin Security
一个前后端分离的内管基础项目
Stars: ✭ 132 (-5.71%)
Mutual labels:  spring-cloud
Spring Cloud Cli
Spring Cloud CLI features
Stars: ✭ 139 (-0.71%)
Mutual labels:  spring-cloud
Tlog
Lightweight distributed log label tracking framwork
Stars: ✭ 115 (-17.86%)
Mutual labels:  spring-cloud
Xc Spring Cloud Alibaba
spring cloud alibaba(2.2.1最新版)+nacos+dubbo+gateWay+sentinel+rocketmq+(pgsql/mysql8.0的json支持)+ignite集成可用于docker分布式框架+分布式自动化任务+mybatis多数据源+seate+ shardingSphere分布式分库事务解决方案
Stars: ✭ 131 (-6.43%)
Mutual labels:  spring-cloud
Wotrd Cloud
基于nacos包含网关、认证授权、服务注册、发现、断路降级、限流、配置中心、分库分表等基础组件
Stars: ✭ 135 (-3.57%)
Mutual labels:  spring-cloud
Spring Cloud Build
Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
Stars: ✭ 114 (-18.57%)
Mutual labels:  spring-cloud
Raincat
强一致分布式事务框架
Stars: ✭ 1,785 (+1175%)
Mutual labels:  spring-cloud
Spring Cloud Gateway Plugin
Spring Cloud Gateway Extra Plugin
Stars: ✭ 132 (-5.71%)
Mutual labels:  spring-cloud
Spring Cloud Yes
基于Spring Cloud的快速开发脚手架&最佳实践总结
Stars: ✭ 138 (-1.43%)
Mutual labels:  spring-cloud
Bytetcc Sample
Stars: ✭ 119 (-15%)
Mutual labels:  spring-cloud
Spring Cloud
SpringCloud微服务架构,提供快速上手脚手架,快速构建高可用注册中心,高可用配置中心,加入Hystrix断路器,gateway服务官网,权限认证、服务降级、限流,加入应用监控
Stars: ✭ 130 (-7.14%)
Mutual labels:  spring-cloud
Grpc Spring Boot Starter
Spring Boot starter module for gRPC framework.
Stars: ✭ 1,829 (+1206.43%)
Mutual labels:  spring-cloud
Piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
Stars: ✭ 11,161 (+7872.14%)
Mutual labels:  spring-cloud
Java Apollo
关于自己的一些学习文档和学习心得都放在这里啦!!!
Stars: ✭ 140 (+0%)
Mutual labels:  spring-cloud
Stock Price Viewer Microservices Part1
Spring Cloud services with 5 microservices - End to End Example
Stars: ✭ 115 (-17.86%)
Mutual labels:  spring-cloud
Spring Cloud Config
External configuration (server and client) for Spring Cloud
Stars: ✭ 1,740 (+1142.86%)
Mutual labels:  spring-cloud
Spring Cloud Open Service Broker
Spring Cloud project for creating service brokers that conform to the Open Server Broker API specification
Stars: ✭ 140 (+0%)
Mutual labels:  spring-cloud
Mi S
基于SpringBoot+SpringCloud+Mybatis主流框架搭建的分布式敏捷开发系统架构,为中、小型项目打造企业级基础开发多种解决方案。
Stars: ✭ 140 (+0%)
Mutual labels:  spring-cloud
Nice Knowledge System
📚不积跬步无以至千里,每天进步一点点,Passion,Self-regulation,Love and Share
Stars: ✭ 137 (-2.14%)
Mutual labels:  spring-cloud

Spring Data Flow Dashboard

Build Status Build status Code Coverage Sauce Test Status

IntroductionHow To UseAcknowledgments

Introduction

This is the Spring Cloud Data Flow Dashboard user interface (UI). The UI uses Angular. Source code documentation is available at https://cloud.spring.io/spring-cloud-dataflow-ui/.

The Git repository for the main Spring Cloud Data Flow project is at: https://github.com/spring-cloud/spring-cloud-dataflow


Showcase

Spring Cloud Data Flow Spring Cloud Data Flow Spring Cloud Data Flow Spring Cloud Data Flow
Spring Cloud Data Flow Spring Cloud Data Flow Spring Cloud Data Flow Spring Cloud Data Flow

How To Use

Two build tool chains are supported. Primarily, the Spring Cloud Data Flow UI uses npm (Node.js-based) for managing dependencies and the execution of the build. In order to provide easier Continuous Integration (CI) support, Maven can also be used to execute the build.

The Spring Cloud Data Flow Dashboard uses Maven, specifically the frontend-maven-plugin which will actually execute npm underneath. Using the frontend-maven-plugin, however, the required tooling, including Node.js will be downloaded, installed and executed for you.

Building the Project using Maven

Please ensure that at a minimum Maven and Git are available on your system (Using Maven is also the easiest route for Java developers to get started).

$ git clone https://github.com/spring-cloud/spring-cloud-dataflow-ui.git
$ cd spring-cloud-dataflow-ui
$ mvn clean install

This will create target/spring-cloud-dataflow-ui-1.3.0.BUILD-SNAPSHOT.jar and also install the build artifact into the local Maven repository.

Building the Project using npm

For UI development purposes, we recommend using npm directly. Please ensure that at a minimum Node.js, npm and the Angular CLI are available on your system. In order to execute the build simply do:

$ git clone https://github.com/spring-cloud/spring-cloud-dataflow-ui.git
$ cd spring-cloud-dataflow-ui/ui
$ npm install
$ ng build --prod

Before building be sure that the ng-serve development server has been shutdown.

If you want to contribute and help developing the project, please, have a look at the Developer Guideline.


Acknowledgments

Thanks to Saucelabs and Browserstack for supporting us. This project uses code from several open source packages: Angular, Clarity Design, RxJS, Spring Flo, Ngx Toastr, NGRX, luxon (...)

This project is powered by:

VMWare Spring

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].