Skip to content

Conversation

@turbolytics
Copy link
Owner

@turbolytics turbolytics commented Jun 25, 2025

refs #136

  • Start kafka
make start-backing-services
  • Publish 1MM Events to Kafka
python3 cmd/publish-test-data.py --num-messages=1000000 --topic="input-user-clicks-ducklake"
  • Start Consumer, Read 1MM events and Then Exist
SQLFLOW_BATCH_SIZE=1000 python3 cmd/sql-flow.py run dev/config/examples/kafka.ducklake.yml --max-msgs-to-process=1000000
  • Verify 1MM Events are written to ducklake
D INSTALL ducklake;
D  LOAD ducklake;
D ATTACH 'ducklake:my_ducklake.ducklake' AS my_ducklake;
D       USE my_ducklake;
D SELECT COUNT(*) FROM my_ducklake.events;
┌────────────────┐
│  count_star()  │
│     int64      │
├────────────────┤
│    1000000     │
│ (1.00 million) │
└────────────────┘

@turbolytics turbolytics marked this pull request as ready for review June 25, 2025 20:09
@turbolytics turbolytics merged commit 10d7e18 into main Jun 25, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants