This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new 960af152a Embed obrbit activity feed
960af152a is described below
commit 960af152a93030729d1fdb5f2ea6881f813068a2
Author: Paul Thomas Au <[email protected]>
AuthorDate: Fri Aug 25 11:45:00 2023 -0700
Embed obrbit activity feed
patch by Paul Thomas Au, reviewed by Mick Semb Wever
---
site-content/source/modules/ROOT/pages/index.adoc | 32 +++++++++++++++-------
site-ui/build/ui-bundle.zip | Bin 4881369 -> 4881406
bytes
site-ui/src/css/tt_styles.css | 10 +++++--
3 files changed, 29 insertions(+), 13 deletions(-)
diff --git a/site-content/source/modules/ROOT/pages/index.adoc
b/site-content/source/modules/ROOT/pages/index.adoc
index 7b0c2ec8b..ddfb6282c 100644
--- a/site-content/source/modules/ROOT/pages/index.adoc
+++ b/site-content/source/modules/ROOT/pages/index.adoc
@@ -139,38 +139,49 @@ Cassandra streams data between nodes during scaling
operations such as adding a
== Cassandra Users
Cassandra is used by thousands of companies with large active data sets.
-[openblock,cf home-quotes py-large]
+[openblock, users-section-flex]
--------
-
-[openblock, home-quote hidden pa-large text-left ]
+[openblock, w50 home-quotes]
----------
+[openblock, home-quote hidden pa-large text-left ]
+------------
"Netflix uses Apache Cassandra heavily to satisfy its ever-growing persistence
needs on its mission to entertain the world. We have been experimenting and
partially using the 4.0 beta in our environments and its features like Audit
Logging and backpressure."
*– Vinay Chella, Netflix Engineering Manager *
-----------
+------------
[openblock, home-quote hidden pa-large text-left ]
-----------
+------------
“Humankind is at a pivotal point in history, that requires us to work together
to find new innovative ways to process the petabytes of data we create every
day, and the WitFoo R&D team has found a friend in Cassandra through our
endeavors to meet big-data needs in cybersecurity operations.”
*– Charles Herring, CTO of WitFoo *
-----------
+------------
[openblock, home-quote hidden pa-large text-left ]
-----------
+------------
"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."
*– Isaac Reath, Software Engineering Team Lead, NoSQL Infrastructure at
Bloomberg*
-----------
+------------
[openblock, home-quote hidden pa-large text-left]
-----------
+------------
"We needed something that would handle really high write throughput and keep
scaling on the write throughput. That forced us to look at distributed stores,
and Apache Cassandra was the option that fitted what we needed."
*– Elliott Sims Senior Systems Administrator, Backblaze*
+------------
+----------
+// end home quotes w50
+
+[openblock, w50]
----------
+++++
+<iframe width="100%" height="500" title="Activity Feed — Powered by Orbit"
src="https://app.orbit.love/apache-cassandra-pmc/embedded/GwluP0" />
+++++
+----------
+
--------
-// end home quotes
+// end users section flex
[.btn.btn--grad]
xref:case-studies.adoc[Read Case Studies]
@@ -178,6 +189,7 @@ xref:case-studies.adoc[Read Case Studies]
----
// end users section
+
// start case study
[openblock,home-case-study quote grad py-large]
----
diff --git a/site-ui/build/ui-bundle.zip b/site-ui/build/ui-bundle.zip
index d7c5b5e84..f3f387761 100644
Binary files a/site-ui/build/ui-bundle.zip and b/site-ui/build/ui-bundle.zip
differ
diff --git a/site-ui/src/css/tt_styles.css b/site-ui/src/css/tt_styles.css
index b88dee21c..b56caeafa 100644
--- a/site-ui/src/css/tt_styles.css
+++ b/site-ui/src/css/tt_styles.css
@@ -1114,9 +1114,13 @@ p {
position: relative;
}
-.home-quotes {
- max-width: 880px;
- margin: 0 auto;
+.users-section-flex > .content {
+ display: flex;
+}
+
+#orbit-activity-feed-GwluP0 {
+ border: 2px solid #1c81a0;
+ padding: 5px;
}
.home-quote {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]