Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SMILA/Documentation"

m (Basics)
(Searching)
(11 intermediate revisions by 3 users not shown)
Line 5: Line 5:
 
* [[SMILA/Documentation/Default_configuration_workflow_overview|Overview of Default Configuration]]
 
* [[SMILA/Documentation/Default_configuration_workflow_overview|Overview of Default Configuration]]
 
* [[SMILA/Documentation/Data_Model_and_Serialization_Formats|Data Model, XML, JSON, BON]]
 
* [[SMILA/Documentation/Data_Model_and_Serialization_Formats|Data Model, XML, JSON, BON]]
* [[SMILA/Documentation/Using_The_ReST_API|Using the ReST API, SMILA ReST Client]]
+
* [[SMILA/Documentation/Using_The_ReST_API|Using the REST API, REST Client]]
 
* [[SMILA/Documentation/REST_API_Reference|REST API Reference]]
 
* [[SMILA/Documentation/REST_API_Reference|REST API Reference]]
 
* [[SMILA/Documentation/Enable Remote Access|Enabling Remote Access to SMILA]]
 
* [[SMILA/Documentation/Enable Remote Access|Enabling Remote Access to SMILA]]
Line 30: Line 30:
 
** [[SMILA/Documentation/Processing/JSON_REST_API_for_BPEL_pipelines|Creating, Editing, and Executing Pipelines]]
 
** [[SMILA/Documentation/Processing/JSON_REST_API_for_BPEL_pipelines|Creating, Editing, and Executing Pipelines]]
 
* Basic Pipelets
 
* Basic Pipelets
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets|Common Pipelets in Bundle org.eclipse.smila.processing.pipelets]]  
+
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets|Common Pipelets]]
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.xmlprocessing|XML Processing Pipelets in Bundle org.eclipse.smila.processing.pipelets.xmlprocessing]]
+
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.xmlprocessing|XML Processing Pipelets]]
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.boilerpipe|Boilerpipe Pipelets in Bundle org.eclipse.smila.processing.pipelets.boilerpipe]]
+
** [[SMILA/Documentation/Bundle org.eclipse.smila.processing.pipelets.boilerpipe|Boilerpipe Pipelet (extract text from HTML content)]]
 +
** [[SMILA/Documentation/TikaPipelet|TikaPipelet (extract text from binary content)]]
 +
** [[SMILA/Documentation/JdbcLoggingPipelet|JdbcLoggingPipelet, JdbcFetcherPipelet, JdbcSelectPipelet (write/read to/from a database)]]
 
** More special pipelets are provided by the components described below.
 
** More special pipelets are provided by the components described below.
 
* Developing new Pipelets  
 
* Developing new Pipelets  
 
** [[SMILA/Documentation/HowTo/How_to_write_a_Pipelet|Writing a Pipelet]]
 
** [[SMILA/Documentation/HowTo/How_to_write_a_Pipelet|Writing a Pipelet]]
 
** [[SMILA/Documentation/Usage_of_Blackboard_Service|Using the Blackboard Service]]
 
** [[SMILA/Documentation/Usage_of_Blackboard_Service|Using the Blackboard Service]]
 +
 +
== Scripting ==
 +
 +
* [[SMILA/Documentation/Scripting|Scripting SMILA with Javascript]]
  
 
== Searching ==
 
== Searching ==
Line 47: Line 53:
 
** [[SMILA/Documentation/JobManagerFirstExample|JobManager Walk-Through]]
 
** [[SMILA/Documentation/JobManagerFirstExample|JobManager Walk-Through]]
 
* Creating Workflows and Jobs
 
* Creating Workflows and Jobs
** [[SMILA/Documentation/DataObjectTypesAndBuckets|Defining Buckets]]
+
** [[SMILA/Documentation/DataObjectTypesAndBuckets|Data Object Types and Buckets]]
** [[SMILA/Documentation/WorkerAndWorkflows|Modeling Workflows]]
+
** [[SMILA/Documentation/WorkerAndWorkflows|Workers and Workflows]]
** [[SMILA/Documentation/JobDefinitions|Creating Jobs]]
+
** [[SMILA/Documentation/JobDefinitions|Jobs]]
** [[SMILA/Documentation/JobParameters|Evaluating Job Parameters]]
+
** [[SMILA/Documentation/JobParameters|Job Parameters]]
 
* [[SMILA/Documentation/JobRuns|Running and Monitoring Jobs]]
 
* [[SMILA/Documentation/JobRuns|Running and Monitoring Jobs]]
 
* [[SMILA/Documentation/JobManagerConfiguration|Configuring the Job Manager]]
 
* [[SMILA/Documentation/JobManagerConfiguration|Configuring the Job Manager]]
Line 56: Line 62:
 
* Worker Reference
 
* Worker Reference
 
** [[SMILA/Documentation/Bulkbuilder|Bulkbuilder worker]]
 
** [[SMILA/Documentation/Bulkbuilder|Bulkbuilder worker]]
** [[SMILA/Documentation/Worker/PipelineProcessorWorker|PipelineProcesor Worker]]
+
** [[SMILA/Documentation/Worker/PipelineProcessorWorker|PipelineProcessor Worker]]
 
** [[SMILA/Documentation/Worker/PipeletProcessorWorker|PipeletProcessor Worker]]
 
** [[SMILA/Documentation/Worker/PipeletProcessorWorker|PipeletProcessor Worker]]
** See [[SMILA/Manual#Importing|Importing]] below for more workers
+
** (see [[SMILA/Manual#Importing|Importing]] section for more workers)
 
* Developing new Workers
 
* Developing new Workers
 
** [[SMILA/Documentation/WorkerManager|WorkerManager: Workers Made Easily]]
 
** [[SMILA/Documentation/WorkerManager|WorkerManager: Workers Made Easily]]
Line 70: Line 76:
 
**[[SMILA/Documentation/Importing/Crawler/File | FileCrawler and FileFetcher Worker]]
 
**[[SMILA/Documentation/Importing/Crawler/File | FileCrawler and FileFetcher Worker]]
 
**[[SMILA/Documentation/Importing/Crawler/Web | WebCrawler and WebFetcher Worker]]
 
**[[SMILA/Documentation/Importing/Crawler/Web | WebCrawler and WebFetcher Worker]]
 +
*** [[SMILA/Documentation/Importing/CrawlingMultipleStartURLs | Crawling multiple start URLs in one job run]]
 
**[[SMILA/Documentation/Importing/Crawler/JDBC | JdbcCrawler and JdbcFetcher Worker]]
 
**[[SMILA/Documentation/Importing/Crawler/JDBC | JdbcCrawler and JdbcFetcher Worker]]
 
**[[SMILA/Documentation/Importing/Crawler/Feed | FeedCrawler Worker]]
 
**[[SMILA/Documentation/Importing/Crawler/Feed | FeedCrawler Worker]]
Line 79: Line 86:
 
** [[SMILA/Documentation/HowTo/How to add a new Data Source to the importing framework|Adding a Data Source to the SMILA Import Framework]]
 
** [[SMILA/Documentation/HowTo/How to add a new Data Source to the importing framework|Adding a Data Source to the SMILA Import Framework]]
 
* Additionally
 
* Additionally
** [[SMILA/Documentation/Importing/CrawlingMultipleStartURLs | Crawling multiple start URL in one job run]]
+
** [[SMILA/Documentation/Importing/RemoteCrawling | Remote Crawling]]
  
 
== Embedded HTTP Server ==
 
== Embedded HTTP Server ==
Line 103: Line 110:
 
* [[SMILA/Documentation/General JPA Configuration in SMILA|General JPA Configuration in SMILA]]
 
* [[SMILA/Documentation/General JPA Configuration in SMILA|General JPA Configuration in SMILA]]
 
* [[SMILA/Documentation/SMILA_Versioning|SMILA Version Information]]
 
* [[SMILA/Documentation/SMILA_Versioning|SMILA Version Information]]
 +
* [[SMILA/Documentation/Adding_JDBC_Drivers|Adding JDBC Drivers]]
  
 
== Deprecated Components ==
 
== Deprecated Components ==

Revision as of 07:39, 21 October 2014

Basics

Development Environment

Pipelines and Pipelets: Synchronous Workflows

Scripting

Searching

JobManager: Asynchronous Workflows

Importing

Embedded HTTP Server

Common Services

Deprecated Components

Back to the top