💻
Garvit Budhiraja
@garvit-exe
Joined on 07 January 2023
Just A Rather Very Intelligent Student • Aim to develop something awesome • Aspiring Innovator • Love Chess
GitHub Stats
23
Followers
73
Repositories
0
Organizations
8
Gists
29
Pull Requests
11
Issues
205
Commits
0
Sponsors
3
Contributed To
136
Star Earned
Most Used Languages
50.08%
Jupyter Notebook
34.00%
TypeScript
5.20%
Python
4.65%
JavaScript
2.97%
Swift
1.58%
HTML
1.25%
CSS
0.27%
Dockerfile
Popular Projects
github-stats-chrome-extension
No description
JavaScript
7
0
0
0
terminal-portfolio
My terminal themed web portfolio
JavaScript
7
0
0
0
garvit-exe
Config files for my github
Unknown
6
2
1
0
AliceAI
No description
Python
6
2
0
17
TicTacToe
A simple tic tac toe game with SwiftUI
Swift
5
0
0
0
Tasks-App
An iOS todo list app made with Swift
Swift
5
0
2
0
Top Contributions
Top contributions made by the user in the last year.
Charts
Follow Up
Activity Graph
Contributions Calendar
Contributions made by the user in the last 365 days.
Recent Activity
9/25/2025, 12:52:35 PM
Pushed 162 commit(s) to garvit-exe/automq on branch main
- fix(test): fix e2e dependencies conflict (#2518) Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
- refactor(early returning): remove unnecessary conditional block (#2515) refactor(early returning): remove unnecessary `else` block (`if` block is already returning)
- test(s3stream): Add unit tests for WALConfirmOffsetCalculator (#2498) Add unit tests for WALConfirmOffsetCalculator
- feat: Add --catchup-topic-prefix for performance testing and solve the issue (#2514) feat: Add --catchup-topic-prefix for performance testing
- feat(table): validate table config (#2522) Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
- fix(s3stream): add delayed deletion for S3 WAL (#2524) Signed-off-by: Shichao Nie <niesc@automq.com>
- fix(storage): fix upload wal rate missing (#2526) Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
- chore(test): increase timeout for write completion in AbstractObjectSto… (#2535) fix(test): increase timeout for write completion in AbstractObjectStorageTest
- feat(zerozone): fast upload when snapshot-read enable (#2533) Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
- fix(github-release): correct IS_LATEST variable usage in upload condition (#2537)
- fix(s3stream/wal): fix incorrect offset return value during recovery (#2542) Signed-off-by: Ning Yu <ningyu@automq.com>
- refactor(s3stream/object-wal): complete appends sequentially (#2548) refactor(s3stream/object-wal): complete appends sequentially (#2426) * chore: add todos * refactor(s3stream/object-wal): sequentially succeed * refactor(s3stream/object-wal): drop discontinuous objects during recovery * test: introduce `MockObjectStorage` * test: test sequentially succeed * refactor: record endOffset in the object path * feat: different version of wal object header * refactor: adapt to the new object header format * feat: recover from the trim offset * test: test recover continuous objects from trim offset * test: test marshal and unmarshal wal object header * test: fix tests * test: test recover from discontinuous objects * test: test recover from v0 and v1 objects * style: fix lint --------- Signed-off-by: Ning Yu <ningyu@automq.com>
- test(s3stream/wal): fix flaky tests (#2552) Signed-off-by: Ning Yu <ningyu@automq.com>
- feat(docker): add Spark Iceberg Docker setup and demonstration notebook (#2553) * feat(docker): add Spark Iceberg Docker setup and demonstration notebook * docs(readme): add Quick Start guide for AutoMQ Table Topic with Docker Compose
- fix(workflow): update Docker image tag for Spark Iceberg build (#2555) * fix(workflow): remove conditional image build for main branch * fix(workflow): specify image tag for Spark Iceberg Docker build * fix(workflow): update Docker image tag for Spark Iceberg build
- fix(perf): unify the time in different nodes (#2554) (#2556) Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
- fix(README): add star automq module (#2557) * fix(README): add star automq module * fix(README): adjust copy
- feat(bitnami): init and cp bitnami kafka container 3.9.0 (#2560) * feat(bitnami): init and cp bitnami kafka container 3.9.0 * refactor(bitnami): rename Bitnami container files for consistency
- feat(container): automq kafka container features and patch file for u… (#2561) feat(container): automq kafka container features and patch file for upgrade
- feat(config): remove client logs from stdout (#2564) Signed-off-by: Robin Han <hanxvdovehx@gmail.com>