Metadata discovery

(Redirected from Data harvesting)

In metadata, metadata discovery (also metadata harvesting) is the process of using automated tools to discover the semantics of a data element in data sets. This process usually ends with a set of mappings between the data source elements and a centralized metadata registry. Metadata discovery is also known as metadata scanning.

Data source formats for metadata discovery edit

Data sets may be in a variety of different forms including:

  1. Relational databases
  2. NoSQL databases
  3. Spreadsheets
  4. XML files
  5. Web services
  6. Software source code such as Fortran, Jovial, COBOL, Assembler, RPG, PL/1, EasyTrieve, Java, C# or C++ classes, and thousands of other software languages
  7. Unstructured text documents such as Microsoft Word or PDF files

A taxonomy of metadata matching algorithms edit

There are distinct categories of automated metadata discovery:

Lexical matching edit

  1. Exact match - where data element linkages are made based on the exact name of a column in a database, the name of an XML element or a label on a screen. For example, if a database column has the name "PersonBirthDate" and a data element in a metadata registry also has the name "PersonBirthDate", automated tools can infer that the column of a database has the same semantics (meaning) as the data element in the metadata registry.
  2. Synonym match - where the discovery tool is not just given a single name but a set of synonym.
  3. Pattern match - in this case the tools is given a set of lexical patterns that it can match. For example, the tools may search for "*gender*" or "*sex*"

Semantic matching edit

Semantic matching attempts to use semantics to associate target data with registered data elements.

  1. Semantic similarity - In this algorithm that relies on a database of word conceptual nearness is used. For example, the WordNet system can rank how close words are conceptually to each other. For example, the terms "Person", "Individual" and "Human" may be highly similar concepts.

Statistical matching edit

Statistical matching uses statistics about data sources data itself to derive similarities with registered data elements.

  1. Distinct value analysis - By analyzing all the distinct values in a column the similarity to a registered data element may be made. For example, if a column only has two distinct values of 'male' and 'female' this could be mapped to 'PersonGenderCode'.
  2. Data distribution analysis - By analyzing the distribution of values within a single column and comparing this distribution with known data elements a semantic linkage could be inferred.

Vendors edit

The following vendors (listed in alphabetical order) provide metadata discovery and metadata mapping software and solutions

Research edit

See also edit

References edit

Citations edit

  1. ^ Devarakonda, R., Palanisamy, G., Wilson, B., and Green, J. (2010), "Mercury: reusable metadata management, data discovery and access system", Earth Science Informatics, 3 (1), Springer Berlin / Heidelberg: 87–94, Bibcode:2010ESIn....3...87D, doi:10.1007/s12145-010-0050-7, S2CID 27597035{{citation}}: CS1 maint: multiple names: authors list (link)

Sources edit