This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches.git


The following commit(s) were added to refs/heads/master by this push:
     new d3adc1a  Update README.md
d3adc1a is described below

commit d3adc1a60d93e5399c063ea3ed5ef18960ddb98d
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri May 17 17:45:56 2019 -0700

    Update README.md
---
 README.md | 57 +++++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 43 insertions(+), 14 deletions(-)

diff --git a/README.md b/README.md
index cd3e858..243c61e 100644
--- a/README.md
+++ b/README.md
@@ -1,18 +1,47 @@
-# NOTE: The DataSketches library is being moved to ASF:
+# DataSketches is now Apache DataSketches (incubating). 
 
-|If you are looking for         | Find it here |
-|-------------------------------|--------------|
-| [Original Website](https://datasketches.github.io) | To be moved (TBM) ... |
-| [Original Website 
Source](https://github.com/DataSketches/DataSketches.github.io) | 
https://github.com/apache/incubator-datasketches |
-| memory | https://github.com/apache/incubator-datasketches-memory |
-| sketches-core | https://github.com/apache/incubator-datasketches-java (TBM) |
-| sketches-core-cpp | https://github.com/apache/incubator-datasketches-cpp 
(TBM) |
-| sketches-hive | https://github.com/apache/incubator-datasketches-hive (TBM) |
-| skethces-pig  | https://github.com/apache/incubator-datasketches-pig (TBM) |
-| skethces-postgres  | 
https://github.com/apache/incubator-datasketches-postgresql (TBM) |
-| skethces-vector  | https://github.com/apache/incubator-datasketches-vector 
(TBM) |
-| characterization  | 
https://github.com/apache/incubator-datasketches-characterization (TBM) |
+DataSketches is an open source, high-performance library of stochastic 
streaming algorithms commonly called "sketches" in the data sciences. Sketches 
are small, stateful programs that process massive data as a stream and can 
provide approximate answers, with mathematical guarantees, to computationally 
difficult queries orders-of-magnitude faster than traditional, exact methods.
 
+After 8 years of development and 5 years as in Open Source, we have begun the 
important migration from a stand-alone GitHub site to being a member of the 
Apache Software Foundation community.  While we undergo this migration, we beg 
your patience. 
 
+* Please continue to use DataSketches.GitHub.io for all overview documentation 
and access to online-javadocs for the time being.
 
-## [Forum](https://groups.google.com/forum/#!forum/sketches-user) (will not 
move)
+* Please continue to use our [Google-groups 
forum](https://groups.google.com/forum/#!forum/sketches-user) or the 
GitHub-issues on the specific repositories to bring issues or questions to our 
attention. 
+
+* Please continue to use the Maven Central GroupID = "com.yahoo.datasketches" 
to locate current and past release Jars until we have formal releases under 
Apache. 
+
+* The http://datasketches.apache.org website is a placeholder until we have 
migrated our current community website from http://DataSketches.GitHub.io. For  
detailed project information, please continue to visit 
http://DataSketches.GitHub.io.
+
+* As the repositories under GitHub.io/DataSketches migrate they will disapear 
from the the http://GitHub.com/DataSketches organization page. Please refer to 
this list be directed to the proper locations.
+
+* Web Sites
+  * [Original Website](http://DataSketches.GitHub.io)
+  * [New Website](http://datasketches.apache.org)
+  * [Original Website 
Source](https://github.com/DataSketches/DataSketches.github.io)
+  * [New Website Source](https://github.com/apache/incubator-datasketches)
+
+* Java
+  * [memory](https://github.com/DataSketches/memory)
+  * [sketches-core](https://github.com/DataSketches/sketches-core)
+  * [sketches-hive](https://github.com/DataSketches/sketches-hive)
+  * [sketches-pig](https://github.com/DataSketches/sketches-pig)
+  * [sketches-vector](https://github.com/DataSketches/sketches-vector)
+  * [sketches-misc](https://github.com/DataSketches/sketches-misc)
+  * [sketches-android](https://github.com/DataSketches/sketches-android)
+  * [characterization](https://github.com/DataSketches/characterization)
+  * [experimental](https://github.com/DataSketches/experimental)
+
+* C++
+  * [sketches-core-cpp](https://github.com/DataSketches/sketches-core-cpp)
+  * [sketches-postgres](https://github.com/DataSketches/sketches-postgres)
+  * 
[characterization-cpp](https://github.com/DataSketches/characterization-cpp)
+  * [experimental-cpp](https://github.com/DataSketches/experimental-cpp)
+
+* Command Line
+  * 
[homebrew-sketches-cmd](https://github.com/DataSketches/homebrew-sketches-cmd)
+  * [sketches-cmd](https://github.com/DataSketches/sketches-cmd)
+  * [homebrew-sketches](https://github.com/DataSketches/homebrew-sketches)
+
+-----
+
+Disclaimer: Apache DataSketches is an effort undergoing incubation at The 
Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation 
is required of all newly accepted projects until a further review indicates 
that the infrastructure, communications, and decision making process have 
stabilized in a manner consistent with other successful ASF projects. While 
incubation status is not necessarily a reflection of the completeness or 
stability of the code, it does indicate [...]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to