privacysandbox / protected-auction-key-value-service

Protected Auction Key/Value Service
Apache License 2.0
55 stars 20 forks source link

Avro support coming soon #38

Closed peiwenhu closed 8 months ago

peiwenhu commented 12 months ago

We're adding support to read Avro files. ETA is early December.

The current plan is that the file will contain rows of strings each in the existing Flatbuffers format in public/data_loading. The schema may evolve though in the future.

Details will be coming with the implementation.

peiwenhu commented 8 months ago

Please check out documentation for Avro: https://github.com/privacysandbox/protected-auction-key-value-service/blob/main/docs/data_loading/loading_data.md#before-you-start-choose-your-file-format https://github.com/privacysandbox/protected-auction-key-value-service/blob/main/docs/data_loading/data_format_specification.md

peiwenhu commented 8 months ago

Although the documentation is published more recently, the code has been available in release 0.15.