Giter VIP home page Giter VIP logo


CodeFeedr

Maven Central Build Status BCH compliance Coverage Status License University

A framework for easily building Flink streaming programs. Documentation can be found here.

Contributors

Main contributors:

Former contributors:

Configuring the build environment

Command line

The project is build with SBT. To install SBT, do:

  • Mac: brew install sbt
  • Debian/Ubuntu: apt-get install sbt

Run sbt. Then at the SBT console:

  • compile to compile
  • run to run the default class
  • test to run the tests
  • clean to clean

From IntelliJ

Install the latest IntelliJ. Go to the IntelliJ preferences and install the Scala plugin. Then

  1. File -> New -> Project with existing sources from within IntelliJ or "Import project" from the IntelliJ splash screen
  2. Select the top level checkout directory for CodeFeedr.
  3. On the dialog that appears, select "SBT"
  4. Click Next and then Finish
  5. From the "SBT Project Data To Import", select all modules

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.

Run documentation locally

In order to run the documentation locally, make sure to have Ruby and Rubygem installed.

  1. Install Jekyll: gem install jekyll
  2. Install dependencies: gem install bundler
  3. Move to the docs directory: cd docs
  4. Serve the website: jekyll serve By default the documentation will be served at http://127.0.0.1:4000

Use orchestration tools

The orchestration tools are located under /tools. They depend on:

  • Python
  • Docker
  • Redis

The CodeFeedr project's Projects

The CodeFeedr project doesnโ€™t have any public repositories yet.

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.