https://github.com/gerardnico/samza
Samza demo code (works also on Windows thanks to a samza grid in docker)
https://github.com/gerardnico/samza
docker dockerfile kafka samza samza-demo samza-grid windows yarn zookeeper
Last synced: 2 months ago
JSON representation
Samza demo code (works also on Windows thanks to a samza grid in docker)
- Host: GitHub
- URL: https://github.com/gerardnico/samza
- Owner: gerardnico
- Created: 2020-04-13T10:36:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-15T20:11:36.000Z (about 6 years ago)
- Last Synced: 2025-07-20T16:27:57.929Z (11 months ago)
- Topics: docker, dockerfile, kafka, samza, samza-demo, samza-grid, windows, yarn, zookeeper
- Language: Java
- Homepage:
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samza Demo Code (Windows)
## About
This directory contains
* a samza grid docker image (to work with Samza also on windows)
* and some samza demo code
## Version
Actual version is Samza 1.4.0
The version of the components (Yarn, Zookeeper, Samza, Kafka) can be seen in the [gradle.properties](gradle.properties)
## Steps
* Build and create the [docker Samza Grid container](./doc/samza-grid-docker.md)
* Yarn ui should be available at [http://localhost:8088](http://localhost:8088)
* Demo:
* Local: Run the [Word count demo](./doc/demo_word_count.md)
* Yarn: Run the [Web Session demo](./doc/demo_session_window.md)
## Image
The Yarn Application Master of Samza. Check the [Web Session demo](./doc/demo_session_window.md) on how to see it.
## TODO:
* [Hello Samza](doc/samza-hello.md)
* [Tutorial](http://samza.apache.org/learn/tutorials/latest/)