You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](https://github.com/nathanmarz/storm/wiki/Powered-By), and is a lot of fun to use!
1
+
## IMPORTANT NOTE!!!
2
+
Storm has Moved to Apache. The official Storm git repository is now hosted by Apache, and is mirrored on github here:
2
3
3
-
The [Rationale page](https://github.com/nathanmarz/storm/wiki/Rationale) on the wiki explains what Storm is and why it was built. [This presentation](http://vimeo.com/40972420) is also a good introduction to the project.
Storm has a website at [storm-project.net](http://storm-project.net). Follow [@stormprocessor](https://twitter.com/stormprocessor) on Twitter for updates on the project.
6
6
7
-
## Documentation
7
+
### Contributing
8
+
Source code contributions can be submitted either by [sumitting a pull request](https://github.com/apache/incubator-storm/pulls) or by creating an issue in [JIRA](https://issues.apache.org/jira/browse/STORM) and attaching patches.
8
9
9
-
Documentation and tutorials can be found on the [Storm wiki](http://github.com/nathanmarz/storm/wiki).
10
+
### Migrating Git Repos from nathanmarz/storm to apache/incubator-storm
11
+
If you have an existing fork/clone of nathanmarz/storm, you can migrate to apache/incubator-storm by doing the following:
10
12
11
-
## Getting help
13
+
1. Create a new fork of [apache/incubator-storm]()
14
+
2. Point your existing clone to the new fork:
12
15
13
-
__NOTE:__ The google groups account storm-user@googlegroups.com is now officially deprecated in favor of the Apache-hosted user/dev mailing lists.
Storm users should send messages and subscribe to [user@storm.incubator.apache.org](mailto:user@storm.incubator.apache.org).
17
31
18
32
You can subscribe to this list by sending an email to [user-subscribe@storm.incubator.apache.org](mailto:user-subscribe@storm.incubator.apache.org). Likewise, you can cancel a subscription by sending an email to [user-unsubscribe@storm.incubator.apache.org](mailto:user-unsubscribe@storm.incubator.apache.org).
19
33
20
34
You can view the archives of the mailing list [here](http://mail-archives.apache.org/mod_mbox/incubator-storm-user/).
21
35
22
-
### Storm Developers
36
+
### Developer Mailing List
23
37
Storm developers should send messages and subscribe to [dev@storm.incubator.apache.org](mailto:dev@storm.incubator.apache.org).
24
38
25
39
You can subscribe to this list by sending an email to [dev-subscribe@storm.incubator.apache.org](mailto:dev-subscribe@storm.incubator.apache.org). Likewise, you can cancel a subscription by sending an email to [dev-unsubscribe@storm.incubator.apache.org](mailto:dev-unsubscribe@storm.incubator.apache.org).
@@ -35,87 +49,3 @@ If you are building storm from source, developing new features, or otherwise hac
35
49
All existing messages will remain archived there, and can be accessed/searched [here](https://groups.google.com/forum/#!forum/storm-user).
36
50
37
51
New messages sent to storm-user@googlegroups.com will either be rejected/bounced or replied to with a message to direct the email to the appropriate Apache-hosted group.
38
-
39
-
### IRC
40
-
You can also come to the #storm-user room on [freenode](http://freenode.net/). You can usually find a Storm developer there to help you out.
41
-
42
-
## License
43
-
44
-
Licensed to the Apache Software Foundation (ASF) under one
45
-
or more contributor license agreements. See the NOTICE file
46
-
distributed with this work for additional information
47
-
regarding copyright ownership. The ASF licenses this file
48
-
to you under the Apache License, Version 2.0 (the
49
-
"License"); you may not use this file except in compliance
50
-
with the License. You may obtain a copy of the License at
51
-
52
-
http://www.apache.org/licenses/LICENSE-2.0
53
-
54
-
Unless required by applicable law or agreed to in writing,
55
-
software distributed under the License is distributed on an
56
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
57
-
KIND, either express or implied. See the License for the
58
-
specific language governing permissions and limitations
YourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: [YourKit Java Profiler](http://www.yourkit.com/java/profiler/index.jsp) and [YourKit .NET Profiler](http://www.yourkit.com/.net/profiler/index.jsp).
0 commit comments