morganstanley / binlog

A high performance C++ log library, producing structured binary logs
http://opensource.morganstanley.com/binlog/
Apache License 2.0
608 stars 72 forks source link

binlog reader #156

Open chwangaa opened 2 years ago

chwangaa commented 2 years ago

Hi

Is there a open-sourced binlog reader which gives me availability to parse the logs back to some structured data please? preferably in python

Thanks

erenon commented 2 years ago

Hi, do you want a reader that produces e.g: json, or a python library that produes python objects?

chwangaa commented 2 years ago

Ideally python objects as i want to later processs them for analytics in python, json would do too if that's already available but not python. Thanks

chwangaa commented 2 years ago

Hi @erenon any comments on the above pls

erenon commented 2 years ago

There's no such reader atm, but I'll eventually get to it. I can't provide a schedule.

erenon commented 2 years ago

@chwangaa Please take a look at #157. Is this something you could use?