Skip to content

Robot is a framework base on flink below v1.5, serve for 'oshit team', develop in python3.6。

License

Notifications You must be signed in to change notification settings

meyer-net/robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot - A PyFlink Framework Serve For OSTeam

Robot based on flink below v1.5, develop in python3.6。 It is usually used for multi-dimensional data high concurrency analysis scenarios。

  • setup step
init&boot:
{
    vim build.sh //edit your flink setup path
    chmod +x build.sh
    ./build.sh
}

start-boot:
{
    cd $PROJECT_DIR
    bin/sandbox src/boot.py "$FLINK_DIR/bin/pyflink-stream.sh"
}

build-env:
{
    clean step:
        1:buildout init  #keep dirs of eggs、develop-eggs、bin、parts empty
        2:wget -O bootstrap.py https://bootstrap.pypa.io/bootstrap-buildout.py
        3:wget -O ez_setup.py https://bootstrap.pypa.io/ez_setup.py

    setep step:
        4:python bootstrap.py  #if u see zc.buildout conflict, please input 'pip uninstall zc.buildout' on bash command.
        5:bin/buildout install
}

About

Robot is a framework base on flink below v1.5, serve for 'oshit team', develop in python3.6。

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published