Skip to content

Commit

Permalink
Embed obrbit activity feed
Browse files Browse the repository at this point in the history
 patch by Paul Thomas Au, reviewed by Mick Semb Wever
  • Loading branch information
Paul-TT authored and michaelsembwever committed Sep 6, 2023
1 parent d7f28f3 commit 960af15
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 13 deletions.
32 changes: 22 additions & 10 deletions site-content/source/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,45 +139,57 @@ 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]
------
----
// end users section


// start case study
[openblock,home-case-study quote grad py-large]
----
Expand Down
Binary file modified site-ui/build/ui-bundle.zip
Binary file not shown.
10 changes: 7 additions & 3 deletions site-ui/src/css/tt_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 960af15

Please sign in to comment.