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

mck pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new d1e830b  small fixes from Joshua Levy
d1e830b is described below

commit d1e830b6234b0cc98306ef587e8d1bb692970571
Author: mck <m...@apache.org>
AuthorDate: Thu Apr 22 08:28:52 2021 +0200

    small fixes from Joshua Levy
---
 content/.htaccess                                  |  22 +++
 ...y-with-5x-Faster-Streaming-in-Cassandra-4.html} |   2 +-
 content/index.html                                 | 210 ++++++---------------
 3 files changed, 83 insertions(+), 151 deletions(-)

diff --git a/content/.htaccess b/content/.htaccess
new file mode 100644
index 0000000..c50e90d
--- /dev/null
+++ b/content/.htaccess
@@ -0,0 +1,22 @@
+<IfModule mod_rewrite.c>
+    RewriteEngine on
+    Redirect 301 /blog/2021/04/19/cass-world-party-speakers.html 
/blog/Speakers-Announced-for-April-28-Cassandra-4.0-World-Party.html
+    Redirect 301 /blog/2021/04/12/cass-changelog_6.html 
/blog/Apache-Cassandra-Changelog-6-April-2021.html
+    Redirect 301 /blog/2021/03/25/world_party.html /blog/World-Party.html
+    Redirect 301 /blog/2021/03/10/join_cassandra_gsoc_2021.html 
/blog/Join-Cassandra-GSoC-2021.html
+    Redirect 301 /blog/2021/03/08/cass_changelog_5.html 
/blog/Apache-Cassandra-Changelog-5-March-2021.html
+    Redirect 301 /blog/2021/02/11/cass-changelog_4.html 
/blog/Apache-Cassandra-Changelog-4-February-2021.html
+    Redirect 301 /blog/2021/01/19/cass-changelog_3.html 
/blog/Apache-Cassandra-Changelog-3-January-2021.html
+    Redirect 301 /blog/2020/12/01/cass_changelog_2.html 
/blog/Apache-Cassandra-Changelog-2-December-2020.html
+    Redirect 301 /blog/2020/10/28/cass_changelog_1.html 
/blog/Apache-Cassandra-ChanApache-Cassandra-Changelog-1-October-2020.html
+    Redirect 301 /blog/2020/09/17/cassandra-usage-report-2020.html 
/blog/Apache-Cassandra-Usage-Report-2020.html
+    Redirect 301 /blog/2020/09/03/improving-resiliency.html 
/blog/Improving-Apache-Cassandras-Front-Door-and-Backpressure.html
+    Redirect 301 /blog/2020/08/14/cassandra-and-kubernetes-sig-update.html 
/blog/Cassandra-and-Kubernetes-SIG-Update-and-Survey.html
+    Redirect 301 /blog/2020/07/20/apache-cassandra-4-0-beta1.html 
/blog/Introducing-Apache-Cassandra-4-Beta-Battle-Tested-From-Day-One.html
+    Redirect 301 /blog/2019/04/09/benchmarking_streaming.html 
/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html
+    Redirect 301 /blog/2018/12/03/introducing-transient-replication.html 
/blog/Introducing-Transient-Replication.html
+    Redirect 301 /blog/2018/10/29/audit_logging_cassandra.html 
/blog/Audit-Logging-in-Apache-Cassandra-4.html
+    Redirect 301 
/blog/2018/10/17/finding_bugs_with_property_based_testing.html 
/blog/Finding-Bugs-in-Cassandra's-Internals-with-Property-based-Testing.html
+    Redirect 301 /blog/2018/08/21/testing_apache_cassandra.html 
/blog/Testing-Apache-Cassandra-4.html
+    Redirect 301 /blog/2018/08/07/faster_streaming_in_cassandra.html 
/blog/Hardware-bound-Zero-Copy-Streaming-in-Apache-Cassandra-4.html
+</IfModule>
diff --git 
a/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4 
.html 
b/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html
similarity index 99%
rename from 
content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4 
.html
rename to 
content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html
index 81d6a8c..8718e7c 100644
--- 
a/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4 
.html       
+++ 
b/content/blog/Even-Higher-Availability-with-5x-Faster-Streaming-in-Cassandra-4.html
@@ -10,7 +10,7 @@
                
                <link 
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap";
 rel="stylesheet">
 
-       <script async defer data-domain="cassandra.staged.apache.org" 
src="https://plausible.cassandra.apache.org/js/plausible.js";></script></head>
+       </head>
        <body class="blog-index">
                <div class="container mx-auto">
                        <div id="mobile-nav-overlay" class="hide">
diff --git a/content/index.html b/content/index.html
index 13f1c20..6aa904d 100644
--- a/content/index.html
+++ b/content/index.html
@@ -3,13 +3,14 @@
        <head>
                <meta charset="UTF-8">
                <meta name="viewport" content="width=device-width, 
initial-scale=1.0">
-               <title>Apache Cassandra | </title>
-        <link rel="stylesheet" href="style.css">
-        <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js";></script>
-        <script src="/init.js"></script>
+               <title>Apache Cassandra | Blog</title>
+               <link rel="stylesheet" href="/style.css">
+               <script src="/init.js"></script>
+               <script 
src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js";></script>
                <link 
href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500&display=swap";
 rel="stylesheet">
-       <script async defer data-domain="cassandra.staged.apache.org" 
src="https://plausible.cassandra.apache.org/js/plausible.js";></script></head>
-       <body class="homepage">
+               <script 
src="https://cdnjs.cloudflare.com/ajax/libs/list.js/2.3.0/list.js";></script>
+       </head>
+       <body class="blog-index">
                <div class="container mx-auto">
                        <div id="mobile-nav-overlay" class="hide">
                                <div class="mobile-nav flex flex-column 
text-center">
@@ -164,140 +165,35 @@
                                        
                                </div>
                                <div class="text-center flex flex-center 
flex-column relative z2 ma-xlarge">
-                                       <h1 class="ma-large">Open Source NoSQL 
Database</h1>
-                                       <h2>Manage massive amounts of data, 
fast, without losing sleep</h2>
-                                       <div id="hero-ctas" class="flex 
flex-center ma-large">
-                                               <a href="/cassandra-basics/" 
class="btn btn--filled">Learn More</a>
-                                               <div class="mx-auto"></div>
-                                               <a href="/quickstart/" 
class="btn btn--filled">Quickstart</a>
-                                       </div>
+                                       <h1 class="ma-large">Blog</h1>
                                </div>
                        </header>
-                       <section id="first-arrow" class="arrow">
-                               <div class="w75 product-highlight mx-auto 
pt-xlarge cf">
-                                       <div class="float50">
-                                               <p>Join the global Cassandra 
community on April 28 as we celebrate the upcoming launch of the 4.0 
release!</p> 
-                                       </div>
-                                       <div class="float50">
-                                               <p><a class="btn btn--grad 
ml-large" href="https://cassandra.apache.org/worldparty/"; 
target="_blank"><span>Learn More</span></a></p>
-                                       </div>
-                                       
-                               </div>
-                       </section>
-                       <section id="features" class="grad grad--two 
flex-center relative" style="min-height:1300px">
-                               <div class="inner text-center py-xxlarge z2">
-                                       <h2>What is Apache Cassandra?</h2>
-                                       <h3 class="pa-large">Apache Cassandra 
is an open source NoSQL distributed database trusted by thousands of companies 
for scalability and high availability without compromising performance. Linear 
scalability and proven fault-tolerance on commodity hardware or cloud 
infrastructure make it the perfect platform for mission-critical data.</h3>
-                                       <div id="feature-list" class="mx-auto">
-                                               <div class="flex 
features-container flex-wrap flex-horz-center">
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/hybrid.png" alt=""></div>
-                                                               <h4 
class="ma-medium">Hybrid</h4>
-                                                               <p>Masterless 
architecture and low latency means Cassandra will withstand an entire data 
center outage with no data loss—across public or private clouds and 
on-premises.</p>
-                                                       </div>
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/fault.png" alt=""></div>
-                                                               <h4 
class="ma-medium">Fault Tolerant</h4>
-                                                               <p>Cassandra's 
support for replicating across multiple datacenters is best-in-class, providing 
lower latency for your users and the peace of mind of knowing that you can 
survive regional outages. Failed nodes can be replaced with no downtime.</p>
-                                                       </div>
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/scalable.png" alt=""></div>
-                                                               <h4 
class="ma-medium">Focus on Quality</h4>
-                                                               <p>To ensure 
reliability and stability, Cassandra is tested on clusters as large as 1,000 
nodes and with hundreds of real world use cases and schemas tested with replay, 
fuzz, property-based, fault-injection, and performance tests.
-                                                               </p>
-                                                       </div>
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/performant.png" alt=""></div>
-                                                               <h4 
class="ma-medium">Performant</h4>
-                                                               <p>Cassandra <a 
href="http://vldb.org/pvldb/vol5/p1724_tilmannrabl_vldb2012.pdf";>consistently 
outperforms</a> popular NoSQL alternatives in benchmarks and real applications, 
primarily because of fundamental architectural choices.</p>
-                                                       </div>
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/control.png" alt=""></div>
-                                                               <h4 
class="ma-medium">You're In Control</h4>
-                                                               <p>Choose 
between synchronous or asynchronous replication for each update. Highly 
available asynchronous operations are optimized with features like Hinted 
Handoff and Read Repair.</p>
-                                                       </div>
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/cloud_native.png" alt=""></div>
-                                                               <h4 
class="ma-medium">Security and Observability</h4>
-                                                               <p>The audit 
logging feature for operators tracks the DML, DDL, and DCL activity with 
minimal impact to normal workload performance, while the fqltool allows the 
capture and replay of production workloads for analysis.</p>
-                                                       </div>
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/decentral.png" alt=""></div>
-                                                               <h4 
class="ma-medium">DISTRIBUTED</h4>
-                                                               <p>Cassandra is 
suitable for applications that can't afford to lose data, even when an entire 
data center goes down. There are no single points of failure. There are no 
network bottlenecks. Every node in the cluster is identical.</p>
-                                                       </div>
-                                                       
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/scalable.png" alt=""></div>
-                                                               <h4 
class="ma-medium">Scalable</h4>
-                                                               <p>Read and 
write throughput both increase linearly as new machines are added, with no 
downtime or interruption to applications.</p>
-                                                       </div>
-                                                       <div class="feature 
text-center ma-small my-large pa-small z1">
-                                                               <div 
class="img-container"><img src="/img/icons/elastic.png" alt=""></div>
-                                                               <h4 
class="ma-medium">Elastic</h4>
-                                                               <p>Cassandra 
streams data between nodes during scaling operations such as adding a new node 
or datacenter during peak traffic times. Zero Copy Streaming makes this up to 
5x faster without vnodes for a more elastic architecture particularly in cloud 
and Kubernetes environments.</p>
-                                                       </div>
-                                               </div>
-                                       </div>  
-                               </div>
-                       </section>
-                       <section id="users" class="arrow">
-                               <div class="inner text-center py-large">
-                                       <h2 class="py-small">Cassandra 
Users</h2>
-                    <p>Cassandra is used by thousands of companies with large 
active data sets.</p>
-                    <div id="companies">
-                        
-                    </div>
-                                       <a class="btn btn--grad mt-xlarge" 
href="/case-studies"><span>Read Case Studies</span></a>
-                               </div>
-                       </section>
-                       <section class="quote grad flex flex-center py-large">
-                               <div class="inner product-highlight flex 
flex-distibute-items flex-vert-center z2">
-                                       <div class="col-2 text-right pa-large">
-                                               <img 
src="img/companies/BBGEngineering_white.png" alt="">
-                                       </div>
-                                       <div class="col-2 pa-large">
-                                               <div class="flex 
flex-horz-center flex-column">
-                                                       <p>Since 2016, 
application engineers at Bloomberg have turned to Cassandra because it’s easy 
to use, easy to scale, and always available. We serve up more than 20 billion 
requests per day on a nearly 1 PB dataset across a fleet of 1,700+ Cassandra 
nodes.
-                                                       <strong class="white"> 
– Isaac Reath, Software Engineering Team Lead, NoSQL Infrastructure at 
Bloomberg</strong></p>
-                                               </div>
-                                       </div>
-                               </div>
-                       </section>
-                       <section id="community" class="arrow flex flex-center">
-                               <div class="inner text-center py-large">
-                                       <h2 class="py-small">Community 
Spotlight</h2>
-                                       <p class="w50 mx-auto">Here’s what the 
Cassandra community has been doing to advance the world’s premier open source 
NoSQL database.</p>
-                                       <div class="cf text-left ma-large 
pa-large" >
-                                               <div class="float50 left">
-                                                       <p><strong>Improving 
Apache Cassandra’s Front Door and Backpressure</strong></p>
-                                                       <p class="my-small">As 
part of CASSANDRA-15013, we have improved Cassandra’s ability to handle high 
throughput workloads, while having enough safeguards in place to protect itself 
from potentially going out of memory. In order to better explain the change we 
have made, let us understand at a high level, on how an incoming request is 
processed by Cassandra before the fix, followed by what we changed, and the new 
relevant configuration knobs available.</p>
-                                                       <a class="btn btn--alt 
my-small" 
href="https://cassandra.apache.org/blog/2020/09/03/improving-resiliency.html";>Read
 More</a>
-                                               </div>
-                                               <div class="float50 flex 
flex-center right pa-medium">
-                                                       <img 
src="https://cassandra.apache.org/img/blog-post-improving-resiliency/image1.png";>
-                                               </div>
-                                       </div>
-                                       <div class="cf text-left ma-large 
pa-large">
-                                               <div class="float50 right">
-                                                       <p><strong>Cassandra 
Changelog Blog #6</strong></p>
-                                                       <p class="my-small">The 
Cassandra Changelog blog is our monthly roundup of key activities and knowledge 
to keep the community informed. This month includes an update on the 4.0 rc-1 
release, welcoming a new committer, the Cassandra World Party, Google Summer of 
Code (GSoC), and more.
-                                                       </p>
-                                                       <a class="btn btn--alt 
my-small" 
href="https://cassandra.apache.org/blog/2021/04/12/cass-changelog_6.html";>Read 
More</a>
-                                               </div>
-                                               <div class="float50 flex 
flex-center pa-medium">
-                                                       <img 
src="img/blog/changelog_rectangle.jpg">
-                                               </div>
-                                       </div>
-                                       <div class="cf text-left ma-large 
pa-large">
-                                               <div class="float50">
-                                                       <p><strong>Cassandra 
Kubernetes SIG March Meeting</strong></p>
-                                                       <p 
class="my-small">Recent updates to the community-based operator by the 
Kubernetes SIG have seen the specification for seeds now supporting hostnames 
and separate seeds for separate data centers. Currently, the SIG is discussing 
whether cass-operator should have CRDs for keyspaces and roles, how to 
accomplish pod-specific configurations, and whether CRDs should represent 
Schema.</p>
-                                                       <a class="btn btn--alt 
my-small" href="https://www.youtube.com/watch?v=82o_tr9UPgQ"; 
target="_blank">Watch Recording</a>
-                                               </div>
-                                               <div class="float50 flex 
flex-center right pa-medium">
-                                                       <img 
src="/img/kub-cass-mar.png">
-                                               </div>
+                       <section id="blog-main" class="arrow py-xlarge">
+                               <div class="inner">
+                                       <input type="text" class="search 
mx-auto flex flex-horz-center" placeholder="Search Blog Posts" 
id="search-field">
+                                       <p class="py-large text-center">Have 
something to share with the community? Let us know on the <a 
href="https://cassandra.traverstodd.com/community/#join-the-conversation";>mailing
 list!</a></p>
+                                       <div class="list-container">
+                                               <ul class="grid-list list 
pb-large">
+
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Speakers Announced for April 28 Cassandra 4.0 World Party<br/><span 
class='date'>April 19, 2021</span><span class='author'>Apache Cassandra 
Community</span></div><div class="card-content pa-medium flex 
flex-column"><p>The list of speakers for Apache Cassandra's upcoming 4.0 World 
Party.</p><div class="my-medium mx-auto"><a class="btn btn--alt" 
href="Speakers-Announced-for-April-28-Cass [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra Changelog #6<br/><span class='date'>April 12, 
2021</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Our monthly roundup of key 
activities and knowledge to keep the community informed.</p><div 
class="my-medium mx-auto"><a class="btn btn--alt" 
href="Apache-Cassandra-Changelog-6-April-2021.html">Read [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra World Party<br/><span class='date'>March 25, 
2021</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>We are now one of the most 
important databases today and manage the biggest workloads in the world. 
Because of that, we want to gather the worldwide community to party!</p><div 
class="my-medium mx-au [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center pa-medium">Join 
Apache Cassandra for Google Summer of Code 2021<br/><span class='date'>March 
10, 2021</span><span class='author'>Paulo Motta</span></div><div 
class="card-content pa-medium flex flex-column"><p>The ASF has been a GSoC 
mentor organization since the beginning. Apache Cassandra mentored a successful 
GSoC project in 2016 and we are participating again this year.</p><div 
class="my-mediu [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra Changelog #5<br/><span class='date'>March 08, 
2021</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Our monthly roundup of key 
activities and knowledge to keep the community informed.</p><div 
class="my-medium mx-auto"><a class="btn btn--alt" 
href="Apache-Cassandra-Changelog-5-March-2021.html">Read [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra Changelog #4<br/><span class='date'>February 11, 
2021</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Our monthly roundup of key 
activities and knowledge to keep the community informed.</p><div 
class="my-medium mx-auto"><a class="btn btn--alt" 
href="Apache-Cassandra-Changelog-4-February-2021.html [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra Changelog #3<br/><span class='date'>January 19, 
2021</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Our monthly roundup of key 
activities and knowledge to keep the community informed.</p><div 
class="my-medium mx-auto"><a class="btn btn--alt" 
href="Apache-Cassandra-Changelog-3-January-2021.html"> [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra Changelog #2<br/><span class='date'>December 01, 
2020</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Our monthly roundup of key 
activities and knowledge to keep the community informed.</p><div 
class="my-medium mx-auto"><a class="btn btn--alt" 
href="Apache-Cassandra-Changelog-2-December-2020.html [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra Changelog #1<br/><span class='date'>October 28, 
2020</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Introducing the first 
Cassandra Changelog blog! Our monthly roundup of key activities and knowledge 
to keep the community informed.</p><div class="my-medium mx-auto"><a class="btn 
btn--alt" href=" [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Apache Cassandra Usage Report 2020<br/><span class='date'>September 
17, 2020</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Apache Cassandra is the open 
source NoSQL database for mission critical data. Today the community announced 
findings from a comprehensive global survey of 901 practitioners on Cassandra 
usa [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Improving Apache Cassandra’s Front Door and Backpressure<br/><span 
class='date'>September 03, 2020</span><span class='author'>Apache Cassandra 
Community</span></div><div class="card-content pa-medium flex 
flex-column"><p>As part of CASSANDRA-15013, we have improved Cassandra’s 
ability to handle high throughput workloads, while having enough safeguards in 
place to protect itself from po [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Cassandra and Kubernetes: SIG Update and Survey<br/><span 
class='date'>August 14, 2020</span><span class='author'>Apache Cassandra 
Community</span></div><div class="card-content pa-medium flex 
flex-column"><p>Five operators for Apache Cassandra have been created that have 
made it easier to run containerized Cassandra on Kubernetes. Recently the major 
contributors to these operators cam [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Introducing Apache Cassandra 4.0 Beta: Battle Tested From Day 
One<br/><span class='date'>July 20, 2020</span><span class='author'>Apache 
Cassandra Community</span></div><div class="card-content pa-medium flex 
flex-column"><p>This is the most stable Apache Cassandra in history; you should 
start using Apache Cassandra 4.0 Beta today in your test and QA environments, 
head to the downloads [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center pa-medium">Even 
Higher Availability with 5x Faster Streaming in Cassandra 4.0<br/><span 
class='date'>April 09, 2019</span><span class='author'>Apache Cassandra 
Community</span></div><div class="card-content pa-medium flex 
flex-column"><p>Streaming is a process where nodes of a cluster exchange data 
in the form of SSTables. Streaming can kick in during many situations such as 
bootstrap, repair, re [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Introducing Transient Replication<br/><span class='date'>December 
03, 2018</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Transient Replication is a 
new experimental feature soon to be available in 4.0. When enabled, it allows 
for the creation of keyspaces where replication factor can be specified as a 
number of [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center pa-medium">Audit 
Logging in Apache Cassandra 4.0<br/><span class='date'>October 29, 
2018</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>Database audit logging is an 
industry standard tool for enterprises to capture critical data change events 
including what data changed and who triggered the event. These captured records 
c [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Finding Bugs in Cassandra's Internals with Property-based 
Testing<br/><span class='date'>October 17, 2018</span><span 
class='author'>Apache Cassandra Community</span></div><div class="card-content 
pa-medium flex flex-column"><p>As of September 1st, the Apache Cassandra 
community has shifted the focus of Cassandra 4.0 development from new feature 
work to testing, validation, and hardeni [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Testing Apache Cassandra 4.0<br/><span class='date'>August 21, 
2018</span><span class='author'>Apache Cassandra Community</span></div><div 
class="card-content pa-medium flex flex-column"><p>With the goal of ensuring 
reliability and stability in Apache Cassandra 4.0, the project’s committers 
have voted to freeze new features on September 1 to concentrate on testing and 
validation before [...]
+                                                       <li class="card shadow 
relative"><div class="card-header flex flex-column flex-center 
pa-medium">Hardware-bound Zero Copy Streaming in Apache Cassandra 4.0<br/><span 
class='date'>August 07, 2018</span><span class='author'>Apache Cassandra 
Community</span></div><div class="card-content pa-medium flex 
flex-column"><p>Streaming in Apache Cassandra powers host replacement, range 
movements, and cluster expansions. Streaming plays a crucial role in the 
cluster and as such its performanc [...]
                                        </div>
                                </div>
                        </section>
@@ -340,18 +236,32 @@
                                <p class="my-medium">&copy; 
<script>document.write(new Date().getFullYear())</script> <a 
href="https://apache.org"; target="_blank">The Apache Software Foundation</a> 
under the terms of the Apache License 2.0. Apache, the Apache feather logo, and 
Apache Cassandra are trademarks of The Apache Software Foundation.</p>
                        </div>
                </div>
+                <div id="fade" class="hidden"></div>
+                       <div id="modal" class="modal hidden">
+                               <div id="close-modal" 
class="cursor-pointer"><svg viewBox="0 0 24 24" width="24" height="24" 
stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" 
stroke-linejoin="round" class="css-i6dzq1"><line x1="18" y1="6" x2="6" 
y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></div>
+                               <div id="mod-content" class="vid-mod-content 
resp-container">
+                       </div>
+               </div>
        </body>
        <script>
-        jQuery(function(){
-            var imgArr = 
['ably_full_logo.png','activision_black_text.png','adstage_full_white_text.jpg','bazaar_full.png','best_buy.png','bigmate.png','blackberry_black_text.jpg','blackrock_logo.jpg','bloomberg.png','campaign-monitor_black_text.png','cern_blue_text.png','clearcapital_full.png','cloudkick.png','cloudtrax_logo.png','comcast_logo.png','constant_contact_white_text.png','coursera_blue_text.png','datacloud.png','discord_full.png','ebay_logo.png','equinix.png','flant.png','gru
 [...]
-            var newArr = imgArr.sort(function() { return 0.5 - Math.random() 
});
-           
-            var members = '';
-            var i;
-            for (i = 0; i < 7; i++) {
-                members += '<div class="grayscale company-logo inline25 
inline-middle"><img src="img/companies/'+ newArr[i] +'"></div>'
-            } 
-            jQuery('#companies').html(members);
-        });
+               setTimeout(() => {
+                       var options = {
+                               valueNames: [
+                                       'card-header',
+                                       'card-content',
+                               ]
+                               
+                       };
+                       var catList = new List('blog-main', options);
+               }, 200);
+
+               jQuery(function(){
+                       var $ = jQuery.noConflict();    
+                       $(document)
+                       .on("click",".grid-list li", function() {
+                               location.href = $(this).find("a").attr("href");
+                       });
+               });
+
        </script>
-</html>
\ No newline at end of file
+</html>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to