Schema Extraction and NoSQL Data Profiling

MIT License

This repository contains the paper and test data collections for the master thesis that I wrote in 2018 at the University of Rostock as part of the Darwin project.

The schemata can directly be used in the JSON Maker tool to create document collections, and the provided test data can be imported into MongoDB via

mongoimport --db master_thesis --collection collectionName --file collectionFile.json --jsonArray