fizx / sit

streaming index tool
Other
34 stars 4 forks source link

default alternate stream parsers? #7

Closed nz closed 11 years ago

nz commented 11 years ago

Would be nice to have a few other default selectable stream parsers in the server itself, in addition to JSON. Let's brainstorm that. Mostly I want to avoid saying "use the C library" for reasonably common formats.

Formats:

e.g., lograge or pretty much most other log formats out there.

method=GET path=/jobs/833552.json format=json controller=jobs action=show status=200 duration=58.33 view=40.43 db=15.26
fizx commented 11 years ago

Won't fix. Maybe I'll consider msgpack or bson at some point. (basically formats isomorphic to json)