Website/src/ideas/2015-10-07-jsonLogs.md

529 B

title
Import JSON log files into Mimir

Implement a JSON log file importer in mimir. This can be a two stage process: In Step 1 you upload a file to mimir and it parses each line as a raw string. In Step 2, mimir guesses about whether the file contains CSV or JSON data and applies lenses accordingly.

Implement a schema extractor. Analyze a table of JSON strings and identify schema elements common to all rows of the table. The output should be a relational table with a schema corresponding to the extracted columns.