You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2017/10/03 10:06:12 UTC

svn commit: r1810915 - /sling/trunk/contrib/nosql/generic/README.md

Author: olli
Date: Tue Oct  3 10:06:12 2017
New Revision: 1810915

URL: http://svn.apache.org/viewvc?rev=1810915&view=rev
Log:
SLING-7167 Adjust READMEs

add uniform header linking to Sling project

Modified:
    sling/trunk/contrib/nosql/generic/README.md

Modified: sling/trunk/contrib/nosql/generic/README.md
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/nosql/generic/README.md?rev=1810915&r1=1810914&r2=1810915&view=diff
==============================================================================
--- sling/trunk/contrib/nosql/generic/README.md (original)
+++ sling/trunk/contrib/nosql/generic/README.md Tue Oct  3 10:06:12 2017
@@ -1,16 +1,17 @@
-Apache Sling NoSQL Generic Resource Provider
-============================================
-
-Generic implementation of a Sling ResourceProvider that helps writing ResourceProviders using NoSQL databases as persistence.
-
-The generic implementation helps mapping the resource data to document-oriented key-value NoSQL databases like MongoDB or Couchbase.
-
-Features:
-
-* Defines a simplified "NoSqlAdapter" concept that is implemented for each NoSQL database. It boils down to simple get/put/list operations. Query support is optional.
-* Complete implementation of Resource, ResourceProvider, ResourceProviderFactory and ValueMap based on the NoSqlAdapter
-* "Transaction management" of Sling CRUD (commit/revert methods) is implemented
-* ValueMap supports String, Integer, Long, Double, Date, Calendar and InputStream/byte\[\] (binary data) and arrays of them. Date/Calendar and binary data is serialized to a string before storing, so the NoSQL databases have not to support them directly.
-* Sends resource notifications via OSGi EventAdmin
-* Provides a "tests" JAR that can be used for integration tests with NoSQL databases to test the own adapter implementation
-* Can be mounted as root provider without any JCR at all
+# Apache Sling NoSQL Generic Resource Provider
+
+This module is part of the [Apache Sling](https://sling.apache.org) project.
+
+Generic implementation of a Sling ResourceProvider that helps writing ResourceProviders using NoSQL databases as persistence.
+
+The generic implementation helps mapping the resource data to document-oriented key-value NoSQL databases like MongoDB or Couchbase.
+
+Features:
+
+* Defines a simplified "NoSqlAdapter" concept that is implemented for each NoSQL database. It boils down to simple get/put/list operations. Query support is optional.
+* Complete implementation of Resource, ResourceProvider, ResourceProviderFactory and ValueMap based on the NoSqlAdapter
+* "Transaction management" of Sling CRUD (commit/revert methods) is implemented
+* ValueMap supports String, Integer, Long, Double, Date, Calendar and InputStream/byte\[\] (binary data) and arrays of them. Date/Calendar and binary data is serialized to a string before storing, so the NoSQL databases have not to support them directly.
+* Sends resource notifications via OSGi EventAdmin
+* Provides a "tests" JAR that can be used for integration tests with NoSQL databases to test the own adapter implementation
+* Can be mounted as root provider without any JCR at all