Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions doc/source/_templates/indexcontent.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ <h3>Main documentation</h3>
<span class="linkdescr">{% trans %}Cassandra's handles and knobs{% endtrans %}</span></p>
</td>
</tr>
<tr>
<td class="left-column">
<p class="biglink"><a class="biglink" href="{{ pathto("plugins/index") }}">{% trans %}Plugins{% endtrans %}</a><br/>
<span class="linkdescr">{% trans %}Cassandra's Plugin Ecosystem{% endtrans %}</span></p>
</td>
</tr>
</table>

<h3>Meta informations</h3>
Expand Down
1 change: 1 addition & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Contents:
troubleshooting/index
development/index
faq/index
plugins/index

bugs
contactus
9 changes: 7 additions & 2 deletions doc/source/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/hhorii/capi-rowcache>`__ which has steps to build/run/download the plugin.

.. toctree::
:maxdepth: 1

CAPI-Power
CAPI-Rowcache