{"id":15994178,"url":"https://github.com/knutwalker/bbuzz14-stream-mining","last_synced_at":"2025-04-05T00:15:41.007Z","repository":{"id":16953608,"uuid":"19715829","full_name":"knutwalker/bbuzz14-stream-mining","owner":"knutwalker","description":"Scala starter pack for the stream mining hackday at BBUZZ 2014","archived":false,"fork":false,"pushed_at":"2014-05-28T07:29:12.000Z","size":542,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T13:25:56.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://lanyrd.com/2014/data-stream-mining-hackathon/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knutwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-12T21:19:34.000Z","updated_at":"2022-07-03T16:40:57.000Z","dependencies_parsed_at":"2022-09-08T01:22:34.984Z","dependency_job_id":null,"html_url":"https://github.com/knutwalker/bbuzz14-stream-mining","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fbbuzz14-stream-mining","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fbbuzz14-stream-mining/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fbbuzz14-stream-mining/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knutwalker%2Fbbuzz14-stream-mining/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knutwalker","download_url":"https://codeload.github.com/knutwalker/bbuzz14-stream-mining/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266570,"owners_count":20910837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-08T07:06:49.339Z","updated_at":"2025-04-05T00:15:40.991Z","avatar_url":"https://github.com/knutwalker.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"bbuzz14-stream-mining\n=====================\n\nA Scala starter pack for the [stream mining hackday](http://lanyrd.com/2014/data-stream-mining-hackathon/scymzx/) at [BBUZZ 2014](http://berlinbuzzwords.de/hackathons-meetups).\n\nThis repository should help you getting started by providing the boilerplate of how to obtains tweets.\n\n## See also ##\n\n- Clojure starter: https://github.com/sojoner/stromer\n- Python starter: https://github.com/truemped/bbhack-2014\n- Scala starter (this repository): https://github.com/knutwalker/bbuzz14-stream-mining\n\n\n## Requirements ##\n\n- Java 1.6 or later\n- If you have a bash or a similar shell at hand, you can use the provided `sbt` starter,\n  otherwise, you have to install [sbt](http://www.scala-sbt.org/)\n- (git)\n\n## Usage ##\n\n### checkout\n\n```bash\ngit clone https://github.com/knutwalker/bbuzz14-stream-mining.git \u0026\u0026 cd bbuzz14-stream-mining\n```\n\n## Use at bbuzz hackday 2014-05-28\n\n```bash\n./sbt run\n```\n\n\n_otherwise_\n\n\n### compile\n\n```bash\n./sbt compile\n```\n\n### run an example\n\n```bash\n./sbt run\n```\n\n### open the REPL\n\n```bash\n./sbt console\n```\n\n\n### using the sbt shell\n\n```bash\n./sbt\n```\n\nUse `re-start` to start an example and `re-stop` to stop an example.\n\n\n## Start hacking ##\n\nHave a look at the provided [examples](src/bbuzz/example/example.scala).\nYou have to specify two things:\n\n**1**. How you want to deal with Tweets.\n\nImplement your own [TweetConsumer](src/bbuzz/example/example.scala#L31-52).\n\n**2**. Choose a [TweetProvider](src/bbuzz/example/example.scala#L70-76)\n\nBy mixing in a concrete TweetProvider and filling in the required parameters (such as `host`),\nyou create a _mainable_ object, that you can run.\n\nIf you're unsure about what parameters are required — the compiler will tell you when something's missing.\n\n### Scaladoc\n\nThe scaladoc is available at [this github page](http://knutwalker.github.io/bbuzz14-stream-mining/scaladoc/).\n\n\n### License\n\nThis project, [twitter4j](http://twitter4j.org/en/index.html), [RxJava](https://github.com/Netflix/RxJava), and [Json4s](http://json4s.org/) are available under [Apache Software License 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).\n\n[Dispatch](http://dispatch.databinder.net/Dispatch.html) and [JeroMQ](https://github.com/zeromq/jeromq) are distributed unter [LGPLv3 License](http://opensource.org/licenses/lgpl-3.0.html).\n\n[Jedis](https://github.com/xetorthio/jedis) is available under [MIT License](https://raw.githubusercontent.com/xetorthio/jedis/master/LICENSE.txt).\n\nThe [sbt starter](https://github.com/paulp/sbt-extras) is available under [BSD License](https://raw.githubusercontent.com/paulp/sbt-extras/master/LICENSE.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutwalker%2Fbbuzz14-stream-mining","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknutwalker%2Fbbuzz14-stream-mining","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknutwalker%2Fbbuzz14-stream-mining/lists"}