This is an automated email from the ASF dual-hosted git repository.
erickramirezau 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 c630db6b WEBSITE - Liquibase case study + blog, April 2022
c630db6b is described below
commit c630db6b2025144bc630d22b753aa5de2aedf68c
Author: Diogenese Topper <[email protected]>
AuthorDate: Wed Apr 27 09:21:01 2022 -0700
WEBSITE - Liquibase case study + blog, April 2022
patch by Chris Thornett, Diogenese Topper, Erick Ramirez; reviewed by Erick
Ramirez for CASSANDRA-17579
Co-authored by: Chris Thornett <[email protected]>
Co-authored by: Diogenese Topper <[email protected]>
Co-authored by: Erick Ramirez <[email protected]>
---
...ssandra-4.0-users-unsplash-eden-constantino.jpg | Bin 0 -> 2324403 bytes
.../modules/ROOT/images/companies/liquibase.svg | 1 +
site-content/source/modules/ROOT/pages/blog.adoc | 25 +++++++++++
...se-is-Ready-to-Support-Cassandra-4.0-Users.adoc | 18 ++++++++
.../source/modules/ROOT/pages/case-studies.adoc | 23 ++++++++++
.../modules/ROOT/pages/case-studies/Liquibase.adoc | 48 +++++++++++++++++++++
6 files changed, 115 insertions(+)
diff --git
a/site-content/source/modules/ROOT/images/blog/liquibase-is-ready-to-support-cassandra-4.0-users-unsplash-eden-constantino.jpg
b/site-content/source/modules/ROOT/images/blog/liquibase-is-ready-to-support-cassandra-4.0-users-unsplash-eden-constantino.jpg
new file mode 100644
index 00000000..3a02e5d9
Binary files /dev/null and
b/site-content/source/modules/ROOT/images/blog/liquibase-is-ready-to-support-cassandra-4.0-users-unsplash-eden-constantino.jpg
differ
diff --git a/site-content/source/modules/ROOT/images/companies/liquibase.svg
b/site-content/source/modules/ROOT/images/companies/liquibase.svg
new file mode 100644
index 00000000..f6a7d8e6
--- /dev/null
+++ b/site-content/source/modules/ROOT/images/companies/liquibase.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8"?> <!-- Generator: Adobe Illustrator
24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 1500 990.6"
style="enable-background:new 0 0 1500 990.6;" xml:space="preserve"> <style
type="text/css"> .st0{fill:#2962FF;} </style> <g> <g> <path class="st0"
d="M0.3,638.2L0.3,638.2l0,239.4h140.4v-46.5H51.2v-142C51.2,66 [...]
\ No newline at end of file
diff --git a/site-content/source/modules/ROOT/pages/blog.adoc
b/site-content/source/modules/ROOT/pages/blog.adoc
index f22a68e5..992f2e16 100644
--- a/site-content/source/modules/ROOT/pages/blog.adoc
+++ b/site-content/source/modules/ROOT/pages/blog.adoc
@@ -8,6 +8,31 @@ NOTES FOR CONTENT CREATORS
- Replace post tile, date, description and link to you post.
////
+//start card
+[openblock,card shadow relative test]
+----
+[openblock,card-header]
+------
+[discrete]
+=== Liquibase is Ready to Support Cassandra 4.0 Users
+[discrete]
+==== April 28, 2022
+------
+[openblock,card-content]
+------
+Read the case study on Liquibase, which is both the name for an open source
project for database change management and a company offering a paid-for
version, and supports Apache Cassandra 3.11 and 4.0.
+
+[openblock,card-btn card-btn--blog]
+--------
+
+[.btn.btn--alt]
+xref:blog/Liquibase-is-Ready-to-Support-Cassandra-4.0-Users.adoc[Read More]
+--------
+
+------
+----
+//end card
+
//start card
[openblock,card shadow relative test]
----
diff --git
a/site-content/source/modules/ROOT/pages/blog/Liquibase-is-Ready-to-Support-Cassandra-4.0-Users.adoc
b/site-content/source/modules/ROOT/pages/blog/Liquibase-is-Ready-to-Support-Cassandra-4.0-Users.adoc
new file mode 100644
index 00000000..dec49202
--- /dev/null
+++
b/site-content/source/modules/ROOT/pages/blog/Liquibase-is-Ready-to-Support-Cassandra-4.0-Users.adoc
@@ -0,0 +1,18 @@
+= Liquibase is Ready to Support Cassandra 4.0 Users
+:page-layout: single-post
+:page-role: blog-post
+:page-post-date: April 28, 2022
+:page-post-author: The Apache Cassandra Community
+:description: Liquibase supports Apache Cassandra 4.0
+:keywords:
+
+:!figure-caption:
+
+.Image credit: https://unsplash.com/@edenconstantin0[Eden Constantino^] on
Unsplash
+image::blog/liquibase-is-ready-to-support-cassandra-4.0-users-unsplash-eden-constantino.jpg[to
do doing done]
+
+This month, we published a case study on https://www.liquibase.org[Liquibase^]
which supports Cassandra 3.11 and Apache Cassandra 4.0 in its solution for
automating database updates. Liquibase is both the name of an
https://github.com/liquibase/liquibase[open-source database change management
project^], licensed under Apache 2.0, and https://www.liquibase.com[the name of
the company^] that supplies a paid-for version for automating database schema
changes at scale and speed for CICD.
+
+As well as supporting Apache Cassandra for many years, Liquibase highly
recommends Apache Cassandra for customers that generate large volumes of data:
“We hear our customers say all the time that there is no platform that can take
all that data as well as Apache Cassandra. If you’re generating tons of data,
you need global resiliency; you are going to pick Cassandra. When you need to
scale, it does that,” says Robert Reeves, CTO of Liquibase.
+
+You can read more about the Liquibase case study
xref:case-studies/Liquibase.adoc[here].
\ No newline at end of file
diff --git a/site-content/source/modules/ROOT/pages/case-studies.adoc
b/site-content/source/modules/ROOT/pages/case-studies.adoc
index cfae2f1e..5422dffc 100644
--- a/site-content/source/modules/ROOT/pages/case-studies.adoc
+++ b/site-content/source/modules/ROOT/pages/case-studies.adoc
@@ -889,6 +889,29 @@ xref:case-studies/Kinetic-Data.adoc[Read More]
----
//end card
+//start card
+[openblock,card shadow relative]
+----
+[openblock,card-header]
+------
+image:companies/liquibase.svg[Liquibase]
+------
+[openblock,card-content]
+------
+[discrete]
+=== Liquibase
+
+"We hear our customers say all the time that there is no platform that can
take all that data as well as Apache Cassandra. If you’re generating tons of
data, you need global resiliency; you are going to pick Cassandra. When you
need to scale, it does that."
+
+[openblock, card-btn text-center]
+--------
+[.btn.btn--alt]
+xref:case-studies/Liquibase.adoc[Read More]
+--------
+------
+----
+//end card
+
//start card
[openblock,card shadow relative]
----
diff --git a/site-content/source/modules/ROOT/pages/case-studies/Liquibase.adoc
b/site-content/source/modules/ROOT/pages/case-studies/Liquibase.adoc
new file mode 100644
index 00000000..3418fb7d
--- /dev/null
+++ b/site-content/source/modules/ROOT/pages/case-studies/Liquibase.adoc
@@ -0,0 +1,48 @@
+= Liquibase
+:page-layout: case-study
+:page-role: case-study
+:description: Liquibase case study, now supports Cassandra 4.0
+:keywords:
+
+image::companies/liquibase.svg[Liquibase,align="center"]
+
+== Liquibase is Ready to Support Cassandra 4.0 Users
+
+**Partner information**
+
+* Database Change Management Solution
+* Over 75 million downloads of open source Liquibase
+* Active in 139 countries
+* 1,200+ open source contributors
+
+**Benefits**
+
+* Scalable read and write throughput
+* Global resiliency
+
+Liquibase is both an https://www.liquibase.org[open-source database change
management tool^], licensed under Apache 2.0, and https://www.liquibase.com[the
name of the company^]. While the open source project celebrates over 15 years
and 68 releases and over 10,815 commits, commercially the company has the
vision to be the easiest, safest, and most powerful community-led database
change management solution designed for high-speed CI/CD.
+
+Manual database changes slow the ability to deliver and teams’ ability to
collaborate. Every manual review and validation of every database change in
every script costs organizations precious time and money. Meanwhile, bad schema
changes still sneak through to production—jeopardizing application uptime and
putting data at risk of theft. Liquibase solves the important but
time-intensive task of database schema updates. By automating the process and
eliminating time-consuming back-and-fort [...]
+
+=== Testimonial quote
+
+"We hear our customers say all the time that there is no platform that can
take all that data as well as Apache Cassandra. If you’re generating tons of
data, you need global resiliency; you are going to pick Cassandra. When you
need to scale, it does that."
+-- Robert Reeves, CTO at Liquibase
+
+While the industry has figured out how to automate application releases,
automating database updates has been more challenging, says Robert Reeves, CTO
of Liquibase: “We have not figured out how to apply agile, devops, CI/CD, cloud
native, and microservices to this database problem. And, it’s just getting
worse. The bottleneck is the databases. Liquibase solves this.” But, as
companies are generating more data than ever before, databases have had to
mature to handle the capacity. Apache [...]
+
+“We hear our customers say all the time that there is no platform that can
take all that data as well as Apache Cassandra. If you’re generating tons of
data, you need global resiliency; you are going to pick Cassandra. When you
need to scale, it does that,” says Reeves.
+
+=== Working at scale with Cassandra 4.0
+
+Liquibase supports Cassandra 3.11 and has added Cassandra 4.0. The company
uses the Liquibase Test Harness to utilize existing test cases against new
products. Having run 3.11 against 4.0, Liquibase has verified that when
customers decide to move, the same set of tools it uses with 3.11 will work
with 4.0: “Consumers and customers have a sense of immediacy.” says Reeves. “We
have to be ready ahead of time before they move. And, if our customers are
using Cassandra, we know that they’re g [...]
+
+Liquibase also highly recommends Apache Cassandra for customers that generate
large volumes of data, or who anticipate doing so: “That’s the valuable thing
people need to understand about Cassandra. At some point, you’re going to have
a ton of data, and if you think you are, you might as well set yourself up
right from the beginning,” says Reeves.
+
+=== About Liquibase
+
+Liquibase, the company behind the most powerful open source database change
management solution, helps teams release software faster and safer by bringing
database changes into existing CI/CD automation. Without automation, CI/CD
fails at the database.
+
+By using a repeatable process to easily create, validate, trace, and audit
database changes from development through production, teams reduce security
risks and costly errors.
+
+The Liquibase open source project began in 2006 and has over 75 million
downloads.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]