diff options
| author | Priyansh <[email protected]> | 2021-12-23 19:27:51 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-12-23 19:27:51 -0500 |
| commit | 6c9043ae1a5e7ea34dc761b95cdee7e5ec210b69 (patch) | |
| tree | 9e1b0297ee26263555439761c4f9097d2ffde534 | |
| parent | 0779d4c9a5e633a69bc998a3089403da9996fa5f (diff) | |
| download | KafkaPySpark-6c9043ae1a5e7ea34dc761b95cdee7e5ec210b69.tar.xz KafkaPySpark-6c9043ae1a5e7ea34dc761b95cdee7e5ec210b69.zip | |
Add Readme
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 3 insertions, 1 deletions
@@ -130,4 +130,5 @@ dmypy.json .DS_Store -kafka/ +kafka/* +kafka diff --git a/README.md b/README.md new file mode 100644 index 0000000..fb37ca0 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# KafkaPySpark
\ No newline at end of file |
