add link to apache project in README.markdown file
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/ae65a404 Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/ae65a404 Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/ae65a404 Branch: refs/heads/master Commit: ae65a40473158aaaa546981943e922131aa28b36 Parents: b95b6d6 Author: Rick Kilgore <[email protected]> Authored: Tue Sep 9 11:45:04 2014 -0700 Committer: Rick Kilgore <[email protected]> Committed: Tue Sep 9 11:45:04 2014 -0700 ---------------------------------------------------------------------- README.markdown | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/ae65a404/README.markdown ---------------------------------------------------------------------- diff --git a/README.markdown b/README.markdown index d65d632..93c534d 100644 --- a/README.markdown +++ b/README.markdown @@ -1,3 +1,5 @@ +This is a forked version of incubator-storm maintained by [HBOCodeLabs](https://github.com/HBOCodeLabs). The main apache project is [here](https://github.com/apache/incubator-storm). + Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, [is used by many companies](http://storm-project.net/documentation/Powered-By.html), and is a lot of fun to use! The [Rationale page](http://storm-project.net/documentation/Rationale.html) explains what Storm is and why it was built. [This presentation](http://vimeo.com/40972420) is also a good introduction to the project.
