CodeFeedr core infrastructure
A framework for easily building Flink streaming programs. Documentation
can be found here.
Main contributors:
Former contributors:
The project is build with SBT. To install SBT, do:
brew install sbt
apt-get install sbt
Run sbt
. Then at the SBT console:
compile
to compilerun
to run the default classtest
to run the testsclean
to cleanInstall the latest IntelliJ. Go to the IntelliJ preferences and install
the Scala plugin. Then
In order to run your application from within IntelliJ, you have to
select the classpath of the ‘mainRunner’ module in the run/debug
configurations. Simply open ‘Run -> Edit configurations…’ and then
select ‘mainRunner’ from the “Use classpath of module” dropbox.
In order to run the documentation locally, make sure to have Ruby and Rubygem installed.
gem install jekyll
gem install bundler
cd docs
jekyll serve
The orchestration tools are located under /tools
. They depend on: