Coder Social home page Coder Social logo

songjianet / incubator-seatunnel-web Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/seatunnel-web

0.0 0.0 0.0 12.93 MB

SeaTunnel is a distributed, high-performance data integration platform for the synchronization and transformation of massive data (offline & real-time).

Home Page: https://seatunnel.apache.org/

License: Apache License 2.0

Shell 1.78% JavaScript 1.07% Java 66.53% TypeScript 30.02% CSS 0.18% HTML 0.21% Dockerfile 0.22%

incubator-seatunnel-web's Introduction

Apache SeaTunnel (Incubating)

seatunnel logo

Backend Workflow Slack Twitter Follow


EN doc

SeaTunnel was formerly named Waterdrop , and renamed SeaTunnel since October 12, 2021.


So, What we are?

An open-source web console to manage your seatunnel-script, and would push them to any scheduling-system easily. Click it if your want to know more about our design. ๐Ÿ‘‰๐ŸปDesign

How to start

First, we need clone this project from Github.

git clone https://github.com/apache/incubator-seatunnel-web.git

Then, setup up configuration of db and more.

vim seatunnel-server/seatunnel-app/src/main/resources/application.yml

Notice: At present, we only support the following scheduler systems: dolphinscheduler, more scheduler systems will be supported in the future; And for easier use, we plan to build our own scheduling system in Seatunnel.

Here is a sample parameter configuration for Seatunnel integration dolphinscheduler:

ds:
  script:
    # The path where the script is stored
    dir: /dj
  project:
    # The default project name of dolphinscheduler
    default: test_dj
  tenant:
    # Which tenant been used to submit script  
    default: default
  api:
    # The dolphinscheduler user token
    token: 12345678
    # The dolphinscheduler api prefix address
    prefix: http://127.0.0.1:12345/dolphinscheduler

Now comes the crucial part, this is about your account security, please modify the Jwt secret key and algorithm.

jwt:
  expireTime: 86400
  secretKey: https://github.com/apache/incubator-seatunnel
  algorithm: HS256

Next, execute sql to create table .(Your must create database first by yourself)

# Replace `username` & `dbName` with the real username and database name.
# We will provided script in future.
mysql -u username -p [dbName] < bin/seatunnl.sql

Now, you've done all the preparatory work, launch our app.

Launch it in IntelliJ IDEA

Starting the back end of St in idea is really simple, just run the main method of SeatunnelApplication.java in the seatunnel-app module. And the log will tell u anything you need to know.

Start it in the command line

# start backend

# for build code
sh build.sh code

# for build image
sh build.sh image
 
# and then start docker container
docker run apache/seatunnel-web

start frontend

You can use a Web server such as Apache HTTP Server or Nginx to start front-end applications. Deploy the built front-end code to the root directory of the Web server, start the Web server, and enter the URL of the Web server in a browser to access the application.

If you want start in dev mode:

cd seatunnel-ui
npm install
npm run dev

How to use it

After all the pre-work is done, we can open the following URL: 127.0.0.1:7890(please replace it according to your configuration) to use it.

Now ,let me show you how to use it.

User manage

img.png

Datapipeline manage

img.png

Job manage

img.png

Task manage

img.png

incubator-seatunnel-web's People

Contributors

asdf2014 avatar ashulin avatar calvinkirs avatar cnmac avatar dijiekstra avatar ericjoy2048 avatar garyelephant avatar hailin0 avatar hisoka-x avatar ic4y avatar kid-xiong avatar laglangyue avatar legendtkl avatar lhyundeadsoul avatar mans2singh avatar mosence avatar nielifeng avatar rickyhuo avatar ruanwenjun avatar simon824 avatar songjianet avatar tmljob avatar tyrantlucifer avatar wuchunfu avatar xleoken avatar yx91490 avatar zhaomin1423 avatar zhongjiajie avatar zhuangchong avatar zixi0825 avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.