summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
t-eimizu [Mon, 14 Dec 2020 21:25:52 +0000 (06:25 +0900)]
Added a guide for Windows users. (#12)
Co-authored-by: David Anderson <david@alpinegizmo.com>
Seth Wiesman [Fri, 9 Oct 2020 15:01:09 +0000 (10:01 -0500)]
[hotfix] Update datetime formatter to actually produce and store per-hour data
This closes #17
Seth Wiesman [Fri, 9 Oct 2020 14:59:34 +0000 (09:59 -0500)]
Merge branch 'update-datetime-formatter' of https://github.com/mllu/flink-playgrounds into mllu-update-datetime-formatter
Alexander Fedulov [Fri, 9 Oct 2020 13:42:54 +0000 (15:42 +0200)]
[hotfix] Add an option to allow operator chaining
This closes #19
Alexander Fedulov [Fri, 9 Oct 2020 13:42:54 +0000 (15:42 +0200)]
[hotfix] Add an option to allow operator chaining
This closes #19
Alexander Fedulov [Tue, 6 Oct 2020 10:38:08 +0000 (12:38 +0200)]
[hotfix] Remove parallelism setting to align with instructions
Alexander Fedulov [Tue, 6 Oct 2020 10:38:08 +0000 (12:38 +0200)]
[hotfix] Remove parallelism setting to align with instructions
Meng-Lin Lu [Wed, 9 Sep 2020 07:05:44 +0000 (00:05 -0700)]
update datetime formatter to actually produce and store per-hour data
David Anderson [Wed, 8 Jul 2020 12:43:21 +0000 (14:43 +0200)]
[FLINK-18498] Update table walkthrough for Flink 1.11.
This closes #15
David Anderson [Wed, 8 Jul 2020 11:42:03 +0000 (13:42 +0200)]
[FLINK-18498] Update operations playground for Flink 1.11
Seth Wiesman [Wed, 10 Jun 2020 21:19:16 +0000 (16:19 -0500)]
[FLINK-18194][walkthroughs] Add table api walkthrough skeleton code
This closes #13
Seth Wiesman [Wed, 10 Jun 2020 21:17:34 +0000 (16:17 -0500)]
[FLINK-18194][walkthroughs] Add spend report grafana dashbaord
Seth Wiesman [Wed, 10 Jun 2020 21:11:23 +0000 (16:11 -0500)]
[FLINK-18194][walkthroughs] Add spend report mysql configurations
Seth Wiesman [Wed, 10 Jun 2020 21:11:01 +0000 (16:11 -0500)]
[FLINK-18194][walkthroughs] Add transactions data generator
Seth Wiesman [Wed, 10 Jun 2020 21:10:24 +0000 (16:10 -0500)]
[hotfix] Update gitignore
Fabian Hueske [Wed, 11 Mar 2020 10:26:17 +0000 (11:26 +0100)]
[FLINK-16540] Fully specify bugfix version of Flink images in docker-compose.yaml
This closes #10.
David Anderson [Tue, 10 Mar 2020 19:06:33 +0000 (20:06 +0100)]
[FLINK-16148] Update Operations Playground to Flink 1.10.0
David Anderson [Tue, 10 Mar 2020 17:46:25 +0000 (18:46 +0100)]
[hotfix] Fixing minor issues with the English in the README for the operations-playground
This closes #8.
Patrick Wiener [Mon, 7 Oct 2019 12:44:33 +0000 (14:44 +0200)]
[hotfix] Use correct checkpoint docker volume as set in state.checkpoint.dir.
This closes #6.
Fabian Hueske [Wed, 25 Sep 2019 11:59:35 +0000 (13:59 +0200)]
[hotfix] Improve instructions to update playgrounds.
This closes #5.
Fabian Hueske [Mon, 23 Sep 2019 10:03:20 +0000 (12:03 +0200)]
[hotfix] Improve .gitignore
David Anderson [Thu, 19 Sep 2019 18:08:58 +0000 (20:08 +0200)]
[FLINK-14160] Add --backpressure option to the ClickEventCount job in the operations playground
This closes #4.
Fabian Hueske [Wed, 28 Aug 2019 08:12:40 +0000 (10:12 +0200)]
[hotfix] Update URL in ops playground README.md to Flink master docs.
Fabian Hueske [Mon, 26 Aug 2019 14:18:07 +0000 (16:18 +0200)]
[FLINK-13863] Update playgrounds to Flink 1.9.0
* Update Operations Playground (example job, dockerfile, docker-compose.yaml)
* Update README.md
Fabian Hueske [Mon, 12 Aug 2019 16:48:23 +0000 (18:48 +0200)]
[FLINK-12749] Add Dockerfile for Operations Playground image
* Rename Cluster Playground to Operations Playground
* Add Java code for Click Count demo job
* Add Dockerfile to build the custom image for the operations playground
* Add README files
Konstantin Knauf [Mon, 22 Jul 2019 06:07:27 +0000 (08:07 +0200)]
[FLINK-12749] [playgrounds] initial version of flink-cluster-playground
Robert Metzger [Fri, 12 Jul 2019 10:58:12 +0000 (12:58 +0200)]
Add license file to initialize repo