Skip to content

Commit

Permalink
feat: datagen for producing clickstream data into Redpanda topic
Browse files Browse the repository at this point in the history
  • Loading branch information
smantri-moveworks committed Jan 4, 2025
1 parent f1ec692 commit 2da7caa
Show file tree
Hide file tree
Showing 5 changed files with 5,054 additions and 0 deletions.
9 changes: 9 additions & 0 deletions redpanda-tinybird-clickstream/datagen/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM python:3.11

COPY requirements.txt /tmp/requirements.txt

RUN pip install -r /tmp/requirements.txt

COPY . .

CMD ["python", "-u", "datagen.py"]
Loading

0 comments on commit 2da7caa

Please sign in to comment.