Skip to content

cnsuhao/piflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

πFlow

a full big data flow system involving online data collection, real time computation, data output

        ______ _
       |  ____| |
 ______| |__  | | _____      __
/_ _  _|  __| | |/ _ \ \ /\ / /
 || ||_| |    | | (_) \ V  V /
 |/  \/|_|    |_|\___/ \_/\_/
	

Running piflow-shell with maven

Since piflow-shell depends on piflow-core, so compile piflow-core project first:

cd piflow-core
mvn clean compile -DskipTests

Then, run mvn with following arguments:

cd ./piflow-shell
mvn clean test -Prun-shell

Now, piflow-shell will be started in which you can type commands:

πFlow> SeqAsSource(1 to 1000) > DoMap[Int, Int](_ + 1) > ConsoleSink()
πFlow> res0!

type :quit to quit the shell.

Tests and Examples

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages