Skip to content

patrickangeles/varstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

varstream

Streaming VAR with Flink SQL

Demonstrating the power of Flink SQL for stream processing of market data. The SQL scripts in this project make use of custom UDFs. See below for instructions on how to build.

Build UDFs

git clone https://github.com/patrickangeles/varstream
cd varstream
mvn clean package

Using sql-client with UDFs

$FLINK_HOME/bin/sql-client.sh embedded --jar target/varstream-0.1-SNAPSHOT.jar

License

Distributed under the ASLv2 license. See LICENSE for more information.

About

Streaming Value At Risk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages