Skip to content

Commit

Permalink
Published master to GitHub pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristantarrant committed Jun 18, 2024
1 parent ea62fda commit f6add1c
Show file tree
Hide file tree
Showing 11 changed files with 1,585 additions and 49 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://infinispan.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://infinispan.org/" rel="alternate" type="text/html" /><updated>2024-06-18T11:37:08+02:00</updated><id>https://infinispan.org/feed.xml</id><title type="html">Infinispan</title><subtitle>Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.</subtitle><entry><title type="html">Infinispan 15 indexing &amp;amp; query news</title><link href="https://infinispan.org/blog/2024/06/10/infinispan-15-queries" rel="alternate" type="text/html" title="Infinispan 15 indexing &amp;amp; query news" /><published>2024-06-10T02:00:00+02:00</published><updated>2024-06-10T02:00:00+02:00</updated><id>https://infinispan.org/blog/2024/06/10/infinispan-15-queries</id><content type="html" xml:base="https://infinispan.org/blog/2024/06/10/infinispan-15-queries"><![CDATA[<div id="preamble">
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://infinispan.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://infinispan.org/" rel="alternate" type="text/html" /><updated>2024-06-18T13:14:00+02:00</updated><id>https://infinispan.org/feed.xml</id><title type="html">Infinispan</title><subtitle>Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.</subtitle><entry><title type="html">Infinispan 15 indexing &amp;amp; query news</title><link href="https://infinispan.org/blog/2024/06/10/infinispan-15-queries" rel="alternate" type="text/html" title="Infinispan 15 indexing &amp;amp; query news" /><published>2024-06-10T02:00:00+02:00</published><updated>2024-06-10T02:00:00+02:00</updated><id>https://infinispan.org/blog/2024/06/10/infinispan-15-queries</id><content type="html" xml:base="https://infinispan.org/blog/2024/06/10/infinispan-15-queries"><![CDATA[<div id="preamble">
<div class="sectionbody">
<div class="paragraph">
<p>A short while back we released Infinispan 15 which delivered many improvements to the query API. This blog is an in-depth dive into some of these:</p>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ <h3>Boost Application Performance</h3>
<p>Infinispan turbocharges applications by storing data closer to processing logic, which reduces latency and increases throughput.</p>
<p>Available as a Java library, you simply add Infinispan to your application dependencies and then you’re ready to store data in the same memory space as the executing code.</p>
<p>If you want to provision a data layer that is independent of your applications, you can use Infinispan Server for remote access to data with in-memory performance. Clients are a single network hop away from data through consistent hashing techniques and can make requests over HTTP or with a custom binary TCP protocol called Hot Rod.</p>
<a href="/use-cases/boost-application-performance" class="button-cta secondary">Learn More</a>
<a href="/scenarios/boost-application-performance" class="button-cta secondary">Learn More</a>
</div>
</div>
</div>
Expand All @@ -164,7 +164,7 @@ <h3>Boost Application Performance</h3>
<h3>Achieve High Availability and Elasticity</h3>
<p>Infinispan provides trusted open-source technology to deliver scalability to meet workload demands and reduce resource utilization. At the same time, Infinispan distributes your data across clusters so no single point of failure causes data loss.</p>
<p>One popular use for Infinispan is as a shared store for stateful data, such as user HTTP sessions. Applications can stay lightweight and avoid heap usage by externalizing sessions to Infinispan clusters, which act as an independent data layer.</p>
<a href="/use-cases/high-availability-and-elasticity" class="button-cta secondary">Learn More</a>
<a href="/scenarios/high-availability-and-elasticity" class="button-cta secondary">Learn More</a>
</div>
<div class="width-4-12 width-12-12-m block-image">
<img src="/assets/images/usecase/usecase_highavailability.png">
Expand All @@ -181,7 +181,7 @@ <h3>Backup Across Data Centers</h3>
<p>Infinispan clusters running in different geographical locations can form global clusters to back up your data across sites. If sites go offline clients can immediately switch to an available cluster, making sure data center faults do not cause service interruptions.</p>
<p>When using the Infinispan Operator with Kubernetes environments such as Red Hat OpenShift, cross-site replication capabilities make your data ready for hybrid and multi cloud deployments.</p>
<p>Infinispan also guarantees data consistency when using cross-site replication, even in cases where clients make concurrent writes at different locations that use asynchronous replication. So your data is always there and always accurate, no matter where you’re running.</p>
<a href="/use-cases/backup-across-data-centers" class="button-cta secondary">Learn More</a>
<a href="/scenarios/backup-across-data-centers" class="button-cta secondary">Learn More</a>
</div>
</div>
</div>
Expand Down
222 changes: 222 additions & 0 deletions scenarios/backup-across-data-centers.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
<!DOCTYPE html>
<html>

<head>
<title>Backup Across Data Centers</title>
<!-- <script id="adobe_dtm" src="//www.redhat.com/dtm.js" type="text/javascript"></script> -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Infinispan is a distributed in-memory key/value data store with optional schema, available under the Apache License 2.0.">
<link rel="shortcut icon" type="image/png" href="/favicon.ico" >
<link rel="stylesheet" href="/assets/css/main.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link rel="stylesheet"
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github.css">
<link rel="alternate" type="application/rss+xml"
title="Infinispan's RSS Feed"
href="/feed.xml" />
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
<script>hljs.highlightAll();</script>

<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-125236544-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-125236544-1');
</script> -->


</head>

<body class="scenario-single">
<div class="nav-wrapper">
<div class="grid-wrapper">
<div class="width-12-12">
<input type="checkbox" id="checkbox" />
<nav id="main-nav" class="main-nav">
<div class="container">
<div class="logo-wrapper">
<a href="/"><img src="/assets/images/infinispan-logo-white.png" class="project-logo" title="Infinispan Logo"></a>
</div>
<label class="nav-toggle" for="checkbox">
<i class="fa fa-bars"></i>
</label>
<ul id="menu" class="menu">
<li class="dropdown">
<span href="/learn/">Learn <i class="fas fa-chevron-down"></i></span>
<ul class="submenu">
<li><a href="/introduction" class="">Introduction</a></li>
<li><a href="/features" class="">Features</a></li>
<li><a href="/documentation" class="">Documentation</a></li>
<li><a href="/tutorials" class="">Tutorials</a></li>
<li><a href="/videos" class="">Videos</a></li>
<li><a href="/references" class="">References</a></li>
<li><a href="/experiments" class="">Experiments</a></li>
<li><a href="/roadmap" class="">Roadmap</a></li>
</ul>
</li>
<li>
<a href="/use-cases/" class="">Use Cases</a>
</li>
<li>
<a href="/community/" class="">Community</a>
</li>
<li>
<a href="/blog/" class="">Blog</a>
</li>
<li>
<a href="/download/" class="">Download</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>

<div class="content">
<div class="component-slim full-width-bg dark-bg light-blue">
<div class="grid-wrapper">
<div class="width-12-12">
<a href="/scenario">Scenarios</a> <i class="fas fa-chevron-right"></i> Backup Across Data Centers
</div>
</div>
</div>

<div class="grid-wrapper">
<div class="grid__item width-10-12 width-12-12-m">
<h1>Backup Across Data Centers</h1>
</div>
</div>

<p>Infinispan clusters running in different geographical locations can form global clusters to back up your data across sites. If sites go offline clients can immediately switch to an available cluster, making sure data center faults do not cause service interruptions.</p>

<p>When using the Infinispan Operator with Kubernetes environments such as Red Hat OpenShift, cross-site replication capabilities make your data ready for hybrid and multi cloud deployments.</p>

<p>Infinispan also guarantees data consistency when using cross-site replication, even in cases where clients make concurrent writes at different locations that use asynchronous replication. So your data is always there and always accurate, no matter where you’re running.</p>


</div>

<div class="content project-footer">
<div class="footer-section">
<div class="logo-wrapper">
<a href="/"><img src="/assets/images/infinispan-logo.png" class="project-logo" title="Infinispan Logo"></a>
</div>
</div>
<div class="grid-wrapper">
<p class="grid__item width-3-12">Infinispan is released under the Apache 2.0 open source license. Learn more about the <a href='https://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache Software License 2.0</a>.<br/><br/>This website built with <a href='https://jekyllrb.com/' target='_blank'>Jekyll</a> is hosted on <a href='https://pages.github.com/' target='_blank'>Github Pages</a> and is completely open source. If you want to make it better, <a href='https://github.com/infinispan/infinispan.github.io' target='_blank'>fork the website</a> and show us what you’ve got.</p>


<div class="width-1-12 project-links">
<b>Navigation</b>
<ul class="footer-links width-1-12">


<li><a href="/" >Home</a></li>


<li><a href="/features" >Features</a></li>


<li><a href="/documentation" >Docs</a></li>


<li><a href="/tutorials" >Tutorials</a></li>


<li><a href="/videos" >Videos</a></li>


<li><a href="/use-cases" >Use Cases</a></li>


<li><a href="/community" >Community</a></li>


<li><a href="/download" >Download</a></li>

</ul>
</div>

<div class="width-1-12 project-links">
<b>Contribute</b>
<ul class="footer-links width-1-12">


<li><a href="https://issues.jboss.org/browse/ISPN" target="_blank">Submit a Bug</a></li>


<li><a href="https://github.com/infinispan" target="_blank">Write Code</a></li>

</ul>
</div>

<div class="width-1-12 project-links">
<b>Follow Us</b>
<ul class="footer-links width-1-12">


<li><a href="/blog" >Blog</a></li>


<li><a href="https://twitter.com/infinispan" target="_blank">Twitter</a></li>

</ul>
</div>


<div class="width-6-12 more-links">
<div class="grid-wrapper">
<div class="width-6-12">
<b>A Member of</b><br/>
<a href="http://www.cloudtm.eu/" target="_blank"><img src="/assets/images/footer/cloud-tm.png"></a>
<img src="/assets/images/footer/leads.png">
<br/>
<a href="http://cloudbutton.eu/" target="_blank"><img src="/assets/images/footer/cloud-button.png"></a>

</div>
<div class="width-6-12">

<b>Thanks to</b><br/>
<a href="https://www.jetbrains.com/idea/" target="_blank"><img src="/assets/images/footer/jetbrains.png" title="JetBrains Intellj IDEA"></a>
<a href="https://weblate.org" target="_blank"><img src="/assets/images/footer/weblate.png" title="Weblate"></a>
</div>
</div>
</div>
</div>
</div>
<div class="content-slim redhat-footer">
<div class="grid-wrapper">
<span class="licence">
<i class="fab fa-creative-commons"></i><i class="fab fa-creative-commons-by"></i> <a href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC by 3.0</a>
| <a href="https://www.redhat.com/en/about/privacy-policy">Red Hat Privacy Policy</a>
</span>
<span class="redhat">
a Red Hat sponsored project
</span>
<span class="redhat-logo">
<a href="https://www.redhat.com/" target="_blank"><img src="/assets/images/redhat_reversed.svg"></a>
</span>
</div>
</div>


<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="/assets/javascript/mobile-nav.js"></script>
<script type="text/javascript" src="/assets/javascript/truncate-list.js"></script>

<script src="/assets/javascript/clipboard.min.js" type="text/javascript"></script>
<script src="/assets/javascript/copy.js" type="text/javascript"></script>

<!-- <script type="text/javascript">
if (("undefined" !== typeof _satellite) && ("function" === typeof _satellite.pageBottom)) {
_satellite.pageBottom();
}
</script> -->
</body>

</html>
Loading

0 comments on commit f6add1c

Please sign in to comment.