Welcome to GraphXplore’s documentation!
This package gives functionality for ETL processes exploratory data analysis of large data sources using graphs. The starting point is always a directory of relational table data contained in CSV files. A typical workflow could look like this:
Extract, inspect and potentially adjust metadata information with graphxplore.MetaDataHandling package
Clean artifacts and transform data with graphxplore.DataMapping package
Convert the relational data into a graph structure (and load into a Neo4J database) with graphxplore.GraphTranslation package
Generate dashboards and graph-based visualizations for easy exploratory data analysis with graphxplore.Dashboard package and graphxplore.GraphDataScience package