Skip to content

Commit cdb116e

Browse files
committed
Add move to Apache notice.
1 parent 7e40f9f commit cdb116e

File tree

1 file changed

+23
-93
lines changed

1 file changed

+23
-93
lines changed

README.markdown

+23-93
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,39 @@
1-
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:
23

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.
4+
[https://github.com/apache/incubator-storm](https://github.com/apache/incubator-storm)
45

5-
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.
66

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.
89

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:
1012

11-
## Getting help
13+
1. Create a new fork of [apache/incubator-storm]()
14+
2. Point your existing clone to the new fork:
1215

13-
__NOTE:__ The google groups account storm-user@googlegroups.com is now officially deprecated in favor of the Apache-hosted user/dev mailing lists.
1416

15-
### Storm Users
17+
git remote remove origin
18+
git remote add origin git@github.com:username/incubator-storm.git
19+
20+
21+
22+
### Issue Tracking
23+
The official issue tracker for Storm is Apache JIRA:
24+
25+
[https://issues.apache.org/jira/browse/STORM](https://issues.apache.org/jira/browse/STORM)
26+
27+
28+
29+
### User Mailing List
1630
Storm users should send messages and subscribe to [user@storm.incubator.apache.org](mailto:user@storm.incubator.apache.org).
1731

1832
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).
1933

2034
You can view the archives of the mailing list [here](http://mail-archives.apache.org/mod_mbox/incubator-storm-user/).
2135

22-
### Storm Developers
36+
### Developer Mailing List
2337
Storm developers should send messages and subscribe to [dev@storm.incubator.apache.org](mailto:dev@storm.incubator.apache.org).
2438

2539
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
3549
All existing messages will remain archived there, and can be accessed/searched [here](https://groups.google.com/forum/#!forum/storm-user).
3650

3751
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
59-
under the License.
60-
61-
62-
## Project lead
63-
64-
* Nathan Marz ([@nathanmarz](http://twitter.com/nathanmarz))
65-
66-
## Committers
67-
68-
* James Xu ([@xumingming](https://github.com/xumingming))
69-
* Jason Jackson ([@jason_j](http://twitter.com/jason_j))
70-
* Andy Feng ([@anfeng](https://github.com/anfeng))
71-
* Flip Kromer ([@mrflip](https://github.com/mrflip))
72-
* David Lao ([@davidlao2k](https://github.com/davidlao2k))
73-
* P. Taylor Goetz ([@ptgoetz](https://github.com/ptgoetz))
74-
75-
## Contributors
76-
77-
* Christopher Bertels ([@bakkdoor](http://twitter.com/bakkdoor))
78-
* Michael Montano ([@michaelmontano](http://twitter.com/michaelmontano))
79-
* Dennis Zhuang ([@killme2008](https://github.com/killme2008))
80-
* Trevor Smith ([@trevorsummerssmith](https://github.com/trevorsummerssmith))
81-
* Ben Hughes ([@schleyfox](https://github.com/schleyfox))
82-
* Alexey Kachayev ([@kachayev](https://github.com/kachayev))
83-
* Haitao Yao ([@haitaoyao](https://github.com/haitaoyao))
84-
* Dan Dillinger ([@ddillinger](https://github.com/ddillinger))
85-
* Kang Xiao ([@xiaokang](https://github.com/xiaokang))
86-
* Gabriel Grant ([@gabrielgrant](https://github.com/gabrielgrant))
87-
* Travis Wellman ([@travisfw](https://github.com/travisfw))
88-
* Kasper Madsen ([@KasperMadsen](https://github.com/KasperMadsen))
89-
* Michael Cetrulo ([@git2samus](https://github.com/git2samus))
90-
* Thomas Jack ([@tomo](https://github.com/tomo))
91-
* Nicolas Yzet ([@nicoo](https://github.com/nicoo))
92-
* Fabian Neumann ([@hellp](https://github.com/hellp))
93-
* Soren Macbeth ([@sorenmacbeth](https://github.com/sorenmacbeth))
94-
* Ashley Brown ([@ashleywbrown](https://github.com/ashleywbrown))
95-
* Guanpeng Xu ([@herberteuler](https://github.com/herberteuler))
96-
* Vinod Chandru ([@vinodc](https://github.com/vinodc))
97-
* Martin Kleppmann ([@ept](https://github.com/ept))
98-
* Evan Chan ([@velvia](https://github.com/velvia))
99-
* Sjoerd Mulder ([@sjoerdmulder](https://github.com/sjoerdmulder))
100-
* Yuta Okamoto ([@okapies](https://github.com/okapies))
101-
* Barry Hart ([@barrywhart](https://github.com/barrywhart))
102-
* Sergey Lukjanov ([@Frostman](https://github.com/Frostman))
103-
* Ross Feinstein ([@rnfein](https://github.com/rnfein))
104-
* Junichiro Takagi ([@tjun](https://github.com/tjun))
105-
* Bryan Peterson ([@Lazyshot](https://github.com/Lazyshot))
106-
* Sam Ritchie ([@sritchie](https://github.com/sritchie))
107-
* Stuart Anderson ([@emblem](https://github.com/emblem))
108-
* Robert Evans ([@revans2](https://github.com/revans2))
109-
* Lorcan Coyle ([@lorcan](https://github.com/lorcan))
110-
* Derek Dagit ([@d2r](https://github.com/d2r))
111-
* Andrew Olson ([@noslowerdna](https://github.com/noslowerdna))
112-
* Gavin Li ([@lyogavin](https://github.com/lyogavin))
113-
* Tudor Scurtu ([@tscurtu](https://github.com/tscurtu))
114-
* Homer Strong ([@strongh](https://github.com/strongh))
115-
* Sean Melody ([@srmelody](https://github.com/srmelody))
116-
* Jake Donham ([@jaked](https://github.com/jaked))
117-
* Ankit Toshniwal ([@ankitoshniwal](https://github.com/ankitoshniwal))
118-
119-
## Acknowledgements
120-
121-
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

Comments
 (0)