Difference between revisions of "Nanite"
(Created page with "<!-- Use the structure provided in this template, do not change it! --> {{Infobox_tool |purpose=A friendly swarm of format-identifying robots |image={{PAGENAMEE}}.png |homepa...") |
Ania Molenda (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{Infobox tool | |
− | |||
− | {{ | ||
|purpose=A friendly swarm of format-identifying robots | |purpose=A friendly swarm of format-identifying robots | ||
− | + | |homepage=https://github.com/openpreserve/nanite | |
− | |homepage= | ||
|license=Apache 2.0 | |license=Apache 2.0 | ||
− | | | + | |function=File Format Identification, Metadata Extraction |
+ | }} | ||
+ | {{Infobox tool details | ||
+ | |ohloh_id=nanite-id | ||
}} | }} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Description == | == Description == | ||
<!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | <!-- Describe the what the tool does, focusing on it's digital preservation value. Keep it factual. --> | ||
Line 34: | Line 21: | ||
<!-- Add the Ohloh.com ID for the tool, if known. --> | <!-- Add the Ohloh.com ID for the tool, if known. --> | ||
− | |||
− | |||
− |
Latest revision as of 16:09, 22 April 2021
Description[edit]
Nanite is simply a heavily cut-down and slightly modified version of DROID. It was built be extracting out the core of the DROID6 identification engine, stripping away all other complexities and external dependencies (GUI, databases, web services, etc.). Even the signature files are packaged within Nanite rather than being downloaded automatically, so that they can be released under separate versions of the tool and used directly without requiring internet access.
The main purpose of doing so was to ensure that DROID could be run at scale as a Hadoop Map-Reduce job, which is far easier when software is made available in self-contained packages. The Nanite codebase also include example Map-Reduce code that can be used to test and compare identification tools. Web Archive Discovery uses Nanite to help identify web archive content.