GithubHelp home page GithubHelp logo

fakod / bbuzz14-stream-mining Goto Github PK

View Code? Open in Web Editor NEW

This project forked from knutwalker/bbuzz14-stream-mining

0.0 2.0 0.0 434 KB

Scala starter pack for the stream mining hackday at BBUZZ 2014

Home Page: http://lanyrd.com/2014/data-stream-mining-hackathon/

License: Apache License 2.0

bbuzz14-stream-mining's Introduction

bbuzz14-stream-mining

A Scala starter pack for the stream mining hackday at BBUZZ 2014.

This repository should help you getting started by providing the boilerplate of how to obtains tweets.

See also

Requirements

  • Java 1.6 or later
  • If you have a bash or a similar shell at hand, you can use the provided sbt starter, otherwise, you have to install sbt
  • (git)

Usage

checkout

git clone https://github.com/knutwalker/bbuzz14-stream-mining.git && cd bbuzz14-stream-mining

Use at bbuzz hackday 2014-05-28

./sbt run

otherwise

compile

./sbt compile

run an example

./sbt run

open the REPL

./sbt console

using the sbt shell

./sbt

Use re-start to start an example and re-stop to stop an example.

Start hacking

Have a look at the provided examples. You have to specify two things:

1. How you want to deal with Tweets.

Implement your own TweetConsumer.

2. Choose a TweetProvider

By mixing in a concrete TweetProvider and filling in the required parameters (such as host), you create a mainable object, that you can run.

If you're unsure about what parameters are required โ€” the compiler will tell you when something's missing.

Scaladoc

The scaladoc is available at this github page.

License

This project, twitter4j, RxJava, and Json4s are available under Apache Software License 2.0.

Dispatch and JeroMQ are distributed unter LGPLv3 License.

Jedis is available under MIT License.

The sbt starter is available under BSD License

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.