Giter Site home page Giter Site logo

datawake-prefetch's Introduction

DataWake Prefetch

DataWake prefetch scours the internet for user provided keywords, scrapes those pages and provides the user a ranked list of the website containing those keywords.

What is the Datawake?

DataWake Prefetch is multi-tier software system consisting of client side applications (Firefox add-on), web servers (tangelo), and distributed backend platforms (kafka, storm, zookeeper, etc).

DataWake Prefetch uses a high-speed distributed crawler to find the relevant pages to your search.

Quick Start

Prerequisites

Checkout DataWake Prefetch:

$ git clone https://github.com/sotera/datawake-prefetch.git

Build the database:

$ cd dev-env/
$ docker-compose up -d mysql
$ ./init-db.sh

Start the DataWake Prefetch containers

$ docker-compose Build
$ docker-compose up -d

Now check that the Docker containers are running.

$ docker-compose ps
Name                       Command               State           Ports
----------------------------------------------------------------------------------------
devenv_datawake_1        tangelo -c /usr/local/shar ...   Up      0.0.0.0:80->80/tcp
devenv_dwsearch_1        scala -classpath build/lib ...   Up
devenv_dwstream_1        /memex-datawake-stream/dev ...   Up
devenv_dwurlcontents_1   scala -classpath build/lib ...   Up
devenv_dwurlrank_1       scala -classpath build/lib ...   Up
devenv_mysql_1           /entrypoint.sh mysqld            Up      0.0.0.0:3336->3306/tcp

Run the Firefox add-on:

$ cd ../FirefoxSidebar
$ cfx run

datawake-prefetch's People

Contributors

bwhiteman avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.