Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheuter/hn-subscribe
Keyword-based email subscriptions to Hacker News using Storm
https://github.com/pheuter/hn-subscribe
Last synced: about 1 month ago
JSON representation
Keyword-based email subscriptions to Hacker News using Storm
- Host: GitHub
- URL: https://github.com/pheuter/hn-subscribe
- Owner: pheuter
- License: mit
- Created: 2013-10-21T21:44:14.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-22T04:09:02.000Z (about 11 years ago)
- Last Synced: 2024-04-14T09:49:43.074Z (7 months ago)
- Language: Java
- Size: 4.3 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HN-Subscribe
============Keyword-based email subscriptions to Hacker News using Storm
## Dependencies
- [Storm](http://storm-project.net/)
- [storm-redis-pubsub](https://github.com/stormprocessor/storm-redis-pubsub)
- [Jsoup](http://jsoup.org/)## Setup
- [Install](http://leiningen.org/#install) leiningen
- `$ lein deps`
- `$ lein javac`
- `$ java -cp $(lein classpath) storm.hnsubscribe.PostTopology`## Todo
- Implement PostTopology using [storm-redis-pubsub](https://github.com/sorenmacbeth/storm-redis-pubsub)
- Hook into email provider
- Go from local cluster setup to the real deal
- ...