OSDQ Desktop V6.2.9
Description
This project is dedicated to open source data quality and data preparation solutions. Data Quality includes profiling, filtering, governance, similarity check, data enrichment/alteration, real time alerting, basket analysis, bubble chart Warehouse validation, single customer view etc. This product is developing high performance integrated data management platform which will seamlessly do Data Integration, Data Profiling, Data Quality, Data Preparation, Dummy Data Creation, Meta Data Discovery, Anomaly Discovery, Reporting and Analytic.
It also had Hadoop ( Big data ) support to move files to/from Hadoop Grid, Create, Load and Profile Hive Tables. This project is also known as "Aggregate Profiler"
Changes
6.2.9 Changes:
a.) No password saving in clear text b.) Diff enhanced c.) Unspecified bug fixes
Features
- Mysql, Oracle,Postgres,Access,Db2,SQL Server certified Big data support - HIVE
- Create Hive table, Profile Hive table, Move file to/from Profiler System and Hadoop Grid
- Fuzzy Logic based similarity check, Cardinailty check between tables and files
- Export and import from XML, XLS or CSV format, PDF export
- File Analysis, Regex search, Standardization, DB search
- Complete DB Scan, SQL interface, Data Dictionary, Schema Comparison
- Statistical Analysis, Reporting ( dimension and measure based), Ad Hoc reports and Analytics
- Pattern Matching , DeDuplication, Case matching, Basket Analysis, Distribution Chart
- Data generation, Data Preparation and Data masking features
- Meta Data Information, Reverse engineering of Data Model
- Timeliness analysis , String length analysis, KMean, Prediction, Regression
- Address Correction, Single View of Customer, Product, Golden merge for records
- Record Match, Linkage and Merge added based on fuzzy logic
- Format Creation, Format Matching ( Phone, Date, String and Number), Format standardization
Using pre-compiled distribution - you can directly download the pre-compiled binaries from sourceforge
- Unzip the download release file
- Go to bin directory
- run
runprofiler.[sh][bat]
If you are a developer or you want to build the project yourself, you first need to build and install osdq-core into local maven repository of your machine.
- git clone https://github.com/arrahtech/osdq-core
- cd osdq-core
- mvn install
- cd ..
- git clone https://github.com/arrahtech/osdq-desktop
- cd osdq-desktop
- mvn package
This will build the final zip under target folder of osdq-desktop project.