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

Feature: support parquet files #5

Open
abourget opened this issue Aug 9, 2023 · 0 comments
Open

Feature: support parquet files #5

abourget opened this issue Aug 9, 2023 · 0 comments

Comments

@abourget
Copy link

abourget commented Aug 9, 2023

Would we need to have a schema definition attached to the program?

Features:

  • Dump parquet files in batch, with a batch size.
  • Provide a structured format for filenames. Example: {table_name}/{blocktime:%Y-%m-%d}/[start-blocknum]_[end-blocknum].parquet
  • The blocktime can be plucked from the Clock, and start and end blocknums being batch ranges.
  • Table name can be extracted from the objects.

Questions:

  • Would the proto model be DatabaseChanges? Would it expect only create operations?
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

No branches or pull requests

1 participant