Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework5 #16

Open
wants to merge 29 commits into
base: dataeng
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
38811b4
message
MohamedRagabAnas Oct 4, 2020
8215483
Create README.md
MohamedRagabAnas Oct 4, 2020
2fef5f3
Update README.md
MohamedRagabAnas Oct 4, 2020
4406241
Update README.md
MohamedRagabAnas Oct 4, 2020
50ba32d
Update README.md
MohamedRagabAnas Oct 4, 2020
8f519a2
Update README.md
MohamedRagabAnas Oct 4, 2020
4e324c2
Update README.md
MohamedRagabAnas Oct 4, 2020
0130cde
Update README.md
MohamedRagabAnas Oct 4, 2020
ab8a8b2
added the Notebook Stuff
MohamedRagabAnas Oct 4, 2020
cba5fcb
added the Notebook Stuff
MohamedRagabAnas Oct 4, 2020
aec9a4e
adding docker stuff
riccardotommasini Oct 5, 2020
72abe2f
put iframe for video
riccardotommasini Oct 5, 2020
609cd3f
practice 5 starting
riccardotommasini Oct 18, 2020
3991040
added part on avro
riccardotommasini Oct 18, 2020
ce19df6
readme
riccardotommasini Oct 18, 2020
4254c98
clean up
riccardotommasini Oct 19, 2020
beb85c5
updated kafka basics
riccardotommasini Oct 19, 2020
3a87c89
updated kafka serialization and schema
riccardotommasini Oct 19, 2020
b224fdf
updated wordcount
riccardotommasini Oct 19, 2020
25f7342
added link to java repo
riccardotommasini Oct 19, 2020
39e46d7
updated notebooks
riccardotommasini Oct 20, 2020
88e0973
Delete Kafka Practice Python.ipynb
riccardotommasini Oct 19, 2020
06d3b3e
Update README.md
riccardotommasini Oct 19, 2020
b3cf5f6
homework draft
riccardotommasini Oct 21, 2020
51fc257
adding code to consume from java
riccardotommasini Oct 25, 2020
ee4c3cc
added java submodule
riccardotommasini Oct 25, 2020
b905543
:added java stuff
riccardotommasini Oct 27, 2020
6e82475
stub for java assignment
riccardotommasini Oct 27, 2020
b12b454
Update Kafka Homework-Students.ipynb
ktark Jan 14, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 9 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
.obsidian
.obsidian/*
./todos
todos/

out.md
out.markdown

*.slide.md
SLIDES.md

obsidian.css
obsidian.css

.ipynb_checkpoints/

.DS_Store

*.class
target/
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "kafka-training"]
path = kafka-training
url = https://github.com/riccardotommasini/kafka-training/
Loading