Skip to content

Can Daft parse .proto files? #209

Answered by jaychia
IvanLiuTW asked this question in Q&A
Sep 23, 2022 · 1 comments · 17 replies
Discussion options

You must be logged in to vote

EDIT: Daft 0.0.13 now supports all the features requested in this thread - DataFrame.explode and DataFrame.from_files

Yes we intend to support this in some form, but the protobuf usecase does need some speccing out.

Specifically since protobufs are more commonly used as a wire format than a file format, I'd love to learn your use-case a little better and we can file this as a feature request to work on soon.

  1. Where should Daft be retrieving the protos from? Object store like S3 vs database vs a gRPC API?
  2. Are you employing any chunking/serialization to store multiple protobufs as a single file?
  3. If you are indeed storing them on disk, how are you serializing your protos?

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@jaychia
Comment options

@jaychia
Comment options

@IvanLiuTW
Comment options

@jaychia
Comment options

@IvanLiuTW
Comment options

Answer selected by jaychia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants