-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from demokratie-live/develop
NPM Version 1.0.2
- Loading branch information
Showing
7 changed files
with
259 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
node_modules/ | ||
dist/ | ||
*.js | ||
*.d.ts | ||
*.svg | ||
*.d.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,24 @@ | ||
# scapacra | ||
# scapacra | ||
## Introduction | ||
Scapactra (scraper, parser and crawler) is a framework to extract data from different data sources. | ||
The idea for scapactra bases on the ETL (extract, transform and load) process ([ETL](https://de.wikipedia.org/wiki/ETL-Prozess "ETL (extract, transform and load)")) and defines an modular design pattern providing a basic ETL workflow. | ||
|
||
The framework is structured into three basic modules. | ||
1. **Parser**: | ||
The parser extracts the data from a defined document. | ||
2. **Browser**: | ||
The browser navigates through a structure and retrieves the desired fragments for the parser. | ||
3. **Scraper**: | ||
A scraper executes the browsers an parsers and providing their results over an centralized interface. | ||
|
||
## Parser | ||
|
||
![Parser](out/doc/Parser/Parser.svg "UML of parser") | ||
|
||
## Browser | ||
|
||
![Browser](out/doc/Browser/Browser.svg "UML of browser") | ||
|
||
## Scraper | ||
|
||
![Scraper](out/doc/Scraper/Scraper.svg "UML of scraper") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.