Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "FrontPage" page has been changed by AnthonyGrasso:
https://wiki.apache.org/cassandra/FrontPage?action=diff&rev1=117&rev2=118

  = Apache Cassandra Wiki =
  {{{#!wiki red/solid
- The official Cassandra documentation is located 
[[http://cassandra.apache.org/doc/latest/|here]].  Patches to the documentation 
[[https://github.com/apache/cassandra/tree/trunk/doc|can be submitted with 
git]]; this wiki is intended instead to document Cassandra internals and how to 
edit them.
+ Most of the information in this Wiki is being deprecated!
  
- If you would like to contribute to this wiki, please send an email to the 
mailing list dev.at.cassandra.apache-dot-org with your wiki username and we 
will be happy to add you. Contributions welcome!
+ The official Cassandra documentation is located 
[[http://cassandra.apache.org/doc/latest/|here]]. Cassandra is moving away from 
this wiki for user-facing documentation in favor of in-tree docs. Patches to 
the official in-tree documentation are welcome and 
[[https://github.com/apache/cassandra/tree/trunk/doc|can be submitted via a 
GitHub Pull Request]].
+ 
+ This wiki is intended instead to document Cassandra internals and how to edit 
them and thus contains developer-focused information. If you really need access 
to this wiki, please send an email to the mailing list 
d...@cassandra.apache.org with your wiki username and we will add you.
  }}}
  Cassandra is a highly scalable, eventually consistent, distributed, 
structured key-value store. Cassandra brings together the distributed systems 
technologies from 
[[http://s3.amazonaws.com/AllThingsDistributed/sosp/amazon-dynamo-sosp2007.pdf|Dynamo]]
 and the log-structured storage engine from Google's 
[[http://research.google.com/archive/bigtable-osdi06.pdf|BigTable]]. 
  
- Cassandra is moving away from this wiki for user-facing documentation in 
favor of in-tree docs, linked below.  
([[https://github.com/apache/cassandra/tree/trunk/doc|Pull requests welcome]]!)
- 
- Developer-focused information is still hosted on the wiki; see below.
  
  == General Information ==
   * [[http://cassandra.apache.org/|Official Apache Cassandra Website]] 
(download, bug-tracking, mailing-lists, etc)
@@ -18, +17 @@

  
  
  
- == Cassandra developer Documentation ==
+ == Developer Documentation ==
-  * [[HowToBuild|How To Build]]
-  * [[HowToDebug|How to Debug in Eclipse]]
   * [[ArchitectureInternals|Architecture Internals]]
   * [[TopLevelPackages|Top Level Packages]]
   * [[CLI%20Design|CLI Design]]
-  * [[HowToContribute|How To Contribute]]
-  * [[HowToReview|How To Review]]
-  * [[HowToCommit|How To Commit]]
   * [[HowToPublishReleases|How To Release]] (Note: currently a work in 
progress) (Note: only relevant to Cassandra Committers)
   * [[Windows Development|WindowsDevelopment]]
   * [[LoggingGuidelines|Logging Guidelines]]
  
  
+ == Deprecated Developer Documentation ==
+  * [[HowToBuild|How To Build]] (Deprecated by 
[[http://cassandra.apache.org/doc/latest/development/ide.html|Building and IDE 
Integration]])
+  * [[HowToDebug|How to Debug in Eclipse]] (Deprecated by 
[[http://cassandra.apache.org/doc/latest/development/ide.html#setting-up-cassandra-in-eclipse|Eclipse
 IDE Setup]])
+  * [[HowToContribute|How To Contribute]] (Deprecated by 
[[http://cassandra.apache.org/doc/latest/development/patches.html|Contributing 
Code Changes]])
+  * [[HowToReview|How To Review]] (Deprecated by 
[[http://cassandra.apache.org/doc/latest/development/how_to_review.html|Review 
Checklist]])
+  * [[HowToCommit|How To Commit]] (Deprecated by 
[[http://cassandra.apache.org/doc/latest/development/how_to_commit.html|How To 
Commit]])
  
  == Other Languages ==
   * [[%E9%A6%96%E9%A1%B5|SimpleChinese 简体中文]]

Reply via email to