Tags: tutorial, advanced-user, crawler

Crawler Tutorials#

Note

This new documentation page has not yet been fully reviewed and may be incomplete.

This chapter covers tutorials on various topics related to the crawler, the main tool for automatic data insertion into LinkAhead. Its task is to automatically synchronize data found on file systems or in other sources of data with the semantic data model of LinkAhead. More specifically, data that is contained in a hierarchical structure is converted to a data structure that is consistent with a predefined semantic data model. The hierarchical structure can be for example a file tree. However it can be also something different like the contents of a JSON file or a file tree with JSON files.

These tutorials can be grouped into three subtopics as follows:

Basic Crawler Functionality#

Standard Crawler Applications#

Specific Applications#