Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Apache 的二进制 avro 文件格式是否有“cat”实用程序?
类似于 zcat 或 bzcat 的东西,分别用于 gzip 和 bzip2。
谢谢你的帮助!
是的,avrocat包含在 1.6.0 版本中。查看 Avro 的 Python 实现的 scripts/ 目录。
法斯塔夫罗
pip install fastavro
fastavro filename.avro --pretty