java-tutorials/libraries
Tomasz Lelek a5de78c2b2 Bael 766 flink (#1533)
* BAEL-756 code for flink article

* reorder

* simpler wordCount example

* BAEL-766 changes according to PR

* BAEL-766 change datasource to dataset

* BAEL-766 add sorting example

* BAEL-766 add simple streaming example

* one missing change to dataSet

* windowing example

* add window example

* add dependency explicitly

* add plugin

* add surefire plugin, change neme of the test to *IntegrationTest
2017-04-09 12:23:57 +02:00
..
src Bael 766 flink (#1533) 2017-04-09 12:23:57 +02:00
README.md README files update (#1435) 2017-03-18 20:25:06 +01:00
pom.xml Bael 766 flink (#1533) 2017-04-09 12:23:57 +02:00

README.md

Relevant articles

The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.

The code examples related to different libraries should go in a new package.

Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.