Skip to content

Telavian/Liquidata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquidata, an open source visual data extractor

Liquiddata is a free and open source web based data extraction system that can turn any website into structured data. This can be done with little to no knowledge of HTML or javacript, through a simple point and click web based system. Projects can then be reused and run manually or through a schedule, as needed.

Capabilities

Liquidata allows for a data to be extracted through a sequence of actions. Each action represents a specific operation to perform during the execution of the project. At the end of execution then the extracted data can be visualized or exported in a json form which can be used elsewhere for specific purposes.

The actions themselves are added and configured through the use of the Liquidata Client application. The actions are grouped together using a reusable form in a project that represents the overall data extraction tasks to perform.

Overview

  • Simple point and click application
  • Data can be extracted with no knowledge of HTML or Javascript
  • Images, text, and links can be extracted into a structured form
  • Automatically can select similar items to simplify structured extraction
  • Extraction can be run locally or in the cloud

Client

Liquidata Client is the heart of the system. This is the application that is used to build the projects for each data extraction need. Each extractor consists of a single project, which in turn consists of one or more templates. The main template is automatically the entrypoint for the extractor and acts as the starting point for everything.

Each template consists of a series of actions that define the options to perform and the data to be extracted. In most cases the main template is sufficent. However in advanced cases complicated sites may need multiple templates, where each one has a specific purpose. Each action can then be configured and customized for the project's specific needs.

Emporium

Liquidata Emporium is a simple fake ecommerce website that can be used to test the many capabilities of Liquidata. All the information is randomly generated the first time the site is loaded and then reused. This means the Emporium can be used as many times as needed to perfect data extraction without fear of being blocked, or getting the dreaded CAPTCHAs.

Offscreen

Liquidata Offscreen is a way to run the Liquidata projects in the background so that projects can be repeatedly run without user interaction or on a schedule. This greatly simplifies the case where data is needed more than a single time or where complicated projects take some time to run.

Liquidata Offscreen uses a headless browser to execute the project exactly as a user would in a normal web browser. This avoids the web security limitions that Liquidata Client has, due to how the Client visualizes other websites for extraction.

Cloud

Liquidata Cloud is similar to Liquidata Offscreen, however projects can be run and scheduled in the cloud which means local resource limitations are not a concern anymore. The cloud offers the simpliest way to execute projects without a need for worrying about things directly.

Through the cloud, projects can also be run in parallel and massively scaled to ensure that complicated projects can be executed quickly and efficently. All extracted data can then be downloaded locally or visualized directly in the cloud.

Actions

An action is a single building block that performs a specific operation. Multiple actions can be used together to perform complicated tasks or to extract whatever data is needed for specific projects.

Selection

Data

Logic

Interaction

About

Browser based visual data extraction tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published