Schema Inference from Massive JSON Datasets

Description

JSON data collections are usually massive and schema-less. Inferring a schema describing the structure of these collections is crucial for formulating meaningful queries and for adopting schema-based optimizations. The implementation allows for inferring schema information from very large JSON data collections.

Software