From b651a4c79082ff113185acaa10c8b14839fd843f Mon Sep 17 00:00:00 2001 From: ghatwala Date: Wed, 7 Jun 2017 15:44:56 +0530 Subject: [PATCH 1/9] Update indexcontent.html Adding "plugin" support ecosystem to Web Pages of Cassandra. Reference to discussion on the dev mailing list . http://www.mail-archive.com/dev@cassandra.apache.org/msg11183.html --- doc/source/_templates/indexcontent.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index 0174830cbb2e..bc7b28e31187 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -66,6 +66,10 @@

Main documentation

+ + + From cd38713c289b87451784c57b945271a9e1311a4d Mon Sep 17 00:00:00 2001 From: ghatwala Date: Wed, 7 Jun 2017 15:49:50 +0530 Subject: [PATCH 2/9] Update indexcontent.html Shifting the "Plugins" text below FAQ's. --- doc/source/_templates/indexcontent.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index bc7b28e31187..7305a98f492d 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -66,8 +66,10 @@

Main documentation

- - From 635b9df5ed33dfd01342603a3987fb86b5901dff Mon Sep 17 00:00:00 2001 From: ghatwala Date: Wed, 7 Jun 2017 15:55:06 +0530 Subject: [PATCH 3/9] Update index.rst Added "plugins/CAPI-Power" . --- doc/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 562603d19bf5..d159b1aeac6c 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,6 +36,7 @@ Contents: troubleshooting/index development/index faq/index + plugins/CAPI-Power bugs contactus From f9d0fccd109ce80c7c8823d444e72fe45d6d9379 Mon Sep 17 00:00:00 2001 From: ghatwala Date: Wed, 7 Jun 2017 08:27:48 -0400 Subject: [PATCH 4/9] Adding "plugins" support to Cassandra's Web page 1. Added "plugins" directory under "doc/source/" 2. Added index.rst ( draft copy ) inside plugins folder. 3. TODO : Will be adding links to plugins needed to add CAPI support to Cassandra --- doc/source/plugins/index.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/source/plugins/index.rst diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst new file mode 100644 index 000000000000..30f62100b653 --- /dev/null +++ b/doc/source/plugins/index.rst @@ -0,0 +1,25 @@ +.. Licensed to the Apache Software Foundation (ASF) under one +.. or more contributor license agreements. See the NOTICE file +.. distributed with this work for additional information +.. regarding copyright ownership. The ASF licenses this file +.. to you under the Apache License, Version 2.0 (the +.. "License"); you may not use this file except in compliance +.. with the License. You may obtain a copy of the License at +.. +.. http://www.apache.org/licenses/LICENSE-2.0 +.. +.. Unless required by applicable law or agreed to in writing, software +.. distributed under the License is distributed on an "AS IS" BASIS, +.. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +.. See the License for the specific language governing permissions and +.. limitations under the License. + +Cassandra's Plugins +===================== + +The below lists out the different plugins supported in Apache Cassandra + +.. toctree:: + :maxdepth: 1 + + CAPI-Power From c96789a0899ca4dc6d2a9d679a471e90b04f4036 Mon Sep 17 00:00:00 2001 From: ghatwala Date: Thu, 29 Jun 2017 10:53:03 +0530 Subject: [PATCH 5/9] Updated "indexcontent.html". Ensured we keep consistency with the documentation flow as seen in above others. --- doc/source/_templates/indexcontent.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/_templates/indexcontent.html b/doc/source/_templates/indexcontent.html index 7305a98f492d..1f7f83cb879a 100644 --- a/doc/source/_templates/indexcontent.html +++ b/doc/source/_templates/indexcontent.html @@ -69,8 +69,8 @@

Main documentation

- + From 434a8f7012c11da69a369bb4de7fb105460ede12 Mon Sep 17 00:00:00 2001 From: ghatwala Date: Thu, 29 Jun 2017 15:12:47 +0530 Subject: [PATCH 6/9] Updated index.rst Added correct entry for contents as per other elements in the list. --- doc/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index d159b1aeac6c..9f8016b9b13a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -36,7 +36,7 @@ Contents: troubleshooting/index development/index faq/index - plugins/CAPI-Power + plugins/index bugs contactus From e40cf6ebc7e04127c3df99a8beda225fba858e73 Mon Sep 17 00:00:00 2001 From: ghatwala Date: Thu, 29 Jun 2017 15:30:56 +0530 Subject: [PATCH 7/9] Updates index.rst Added information on the plugin ( CAPI-Rowcache ) and links to github page of CAPI-Rowcache plugin. --- doc/source/plugins/index.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index b9d90f853fcc..cdfe332e52d0 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -16,9 +16,14 @@ Cassandra's Plugins ===================== -The below lists out the different third-party plugins contributed for Apache Cassandra +The below lists out the different third-party plugins contributed for Apache Cassandra. + +1. CAPI-Rowcache : The Coherent Accelerator Process Interface (CAPI) is a general term for the infrastructure of attaching a +Coherent accelerator to an IBM POWER system. A key innovation in IBM POWER8’s open architecture is the CAPI. It provides a high bandwidth, low latency path between external devices, the POWER8 core, and the system’s open memory architecture. IBM Data Engine for NoSQL is an integrated platform for large and fast growing NoSQL data stores. It builds on the CAPI capability of POWER8 systems and provides super-fast access to large flash storage capacity and addresses the challenges associated with typical x86 server based scale-out deployments. + + This is the official page for `CAPI-Rowcache plugin `__ which has steps to build/run/download the plugin. .. toctree:: :maxdepth: 1 - CAPI-Power + CAPI-Rowcache From 05851cdabc953ec17480b0bd325b1b5adb7b53bb Mon Sep 17 00:00:00 2001 From: ghatwala Date: Tue, 22 Aug 2017 10:38:45 +0530 Subject: [PATCH 8/9] Updating index.rst with url of plugin Moved the capi-row cache plugin github repository from an individual github account to a more generic one. Older plugin repo location : https://github.com/hhorii/capi-rowcache New plugin repo location : https://github.com/ppc64le/capi-rowcache --- doc/source/plugins/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index cdfe332e52d0..cb8bf890b544 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -21,7 +21,7 @@ The below lists out the different third-party plugins contributed for Apache Cas 1. CAPI-Rowcache : The Coherent Accelerator Process Interface (CAPI) is a general term for the infrastructure of attaching a Coherent accelerator to an IBM POWER system. A key innovation in IBM POWER8’s open architecture is the CAPI. It provides a high bandwidth, low latency path between external devices, the POWER8 core, and the system’s open memory architecture. IBM Data Engine for NoSQL is an integrated platform for large and fast growing NoSQL data stores. It builds on the CAPI capability of POWER8 systems and provides super-fast access to large flash storage capacity and addresses the challenges associated with typical x86 server based scale-out deployments. - This is the official page for `CAPI-Rowcache plugin `__ which has steps to build/run/download the plugin. + This is the official page for `CAPI-Rowcache plugin `__ which has steps to build/run/download the plugin. .. toctree:: :maxdepth: 1 From 4d83fc7bac638ae5533ef78e5a3028ec4ea1b257 Mon Sep 17 00:00:00 2001 From: ghatwala Date: Tue, 22 Aug 2017 11:36:54 +0530 Subject: [PATCH 9/9] Update index.rst Updated correct url post merging. --- doc/source/plugins/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/plugins/index.rst b/doc/source/plugins/index.rst index b19cf24e0f92..96ed32bb057d 100644 --- a/doc/source/plugins/index.rst +++ b/doc/source/plugins/index.rst @@ -23,7 +23,7 @@ CAPI-Rowcache The Coherent Accelerator Process Interface (CAPI) is a general term for the infrastructure of attaching a Coherent accelerator to an IBM POWER system. A key innovation in IBM POWER8’s open architecture is the CAPI. It provides a high bandwidth, low latency path between external devices, the POWER8 core, and the system’s open memory architecture. IBM Data Engine for NoSQL is an integrated platform for large and fast growing NoSQL data stores. It builds on the CAPI capability of POWER8 systems and provides super-fast access to large flash storage capacity and addresses the challenges associated with typical x86 server based scale-out deployments. -The official page for the `CAPI-Rowcache plugin `__ contains further details how to build/run/download the plugin. +The official page for the `CAPI-Rowcache plugin `__ contains further details how to build/run/download the plugin. Stratio’s Cassandra Lucene Index