Skip to content

Commit

Permalink
Update site success story metrics (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSigafoos-SQ authored Nov 1, 2024
1 parent 20ef312 commit 651fc20
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 22 deletions.
3 changes: 1 addition & 2 deletions config/site/src/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ x_url: https://x.com/elasticgraph
x_username: "@ElasticGraph"
support_email: [email protected]
tagline: Schema-driven, scalable, cloud-native, batteries-included GraphQL with superpowers.
description: ElasticGraph is an open-source framework for indexing, searching, grouping, and aggregating data.

description: ElasticGraph is an open-source framework for indexing, searching, and aggregating data powered by GraphQL and OpenSearch.

# Reusable CSS styling for the site, available via the `site.style` variable, ex: `{{ site.style.body }}`
style:
Expand Down
69 changes: 51 additions & 18 deletions config/site/src/_includes/success_stories.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,42 +19,75 @@ <h3 class="text-3xl font-semibold mb-6">
<div class="flex flex-col md:flex-row justify-between gap-6">
<!-- Ingestion Performance Card -->
<div class="bg-gray-100 dark:bg-gray-700 p-6 rounded-lg md:w-1/3">
<h4 class="text-xl font-bold mb-4">Ingestion Latency</h4>
<h4 class="text-xl font-bold mb-4">Ingestion</h4>
<p
class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mb-2">
&lt; 400ms</p>
<p class="text-sm text-gray-700 dark:text-gray-300">p99 latency</p>
&lt; 400ms
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
p99 latency
</p>
<p
class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
&lt; 1s</p>
<p class="text-sm text-gray-700 dark:text-gray-300">p99.99 latency
&lt; 1s
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
p99.99 latency
</p>
<p class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
200k/s
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
documents/s ingested
</p>
</div>
<!-- GraphQL API Latency Card -->
<div class="bg-gray-100 dark:bg-gray-700 p-6 rounded-lg md:w-1/3">
<h4 class="text-xl font-bold mb-4">Query Latency</h4>
<h4 class="text-xl font-bold mb-4">Query</h4>
<p
class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mb-2">
&lt; 350ms</p>
<p class="text-sm text-gray-700 dark:text-gray-300">p99 latency</p>
&lt; 350ms
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
p99 latency
</p>
<p
class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
&lt; 2.5s</p>
<p class="text-sm text-gray-700 dark:text-gray-300">p99.99 latency
&lt; 2.5s
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
p99.99 latency
</p>
<p class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
500 QPS
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
queries/s
</p>
</div>
<!-- Dataset Card -->
<div class="bg-gray-100 dark:bg-gray-700 p-6 rounded-lg md:w-1/3">
<h4 class="text-xl font-bold mb-4">Dataset</h4>
<p class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mb-2">
100TB</p>
<p class="text-sm text-gray-700 dark:text-gray-300">indexed data</p>
<p class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
<p
class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mb-2">
100TB
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
indexed data
</p>
<p
class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
&gt; 100B</p>
<p class="text-sm text-gray-700 dark:text-gray-300">indexed documents</p>
<p class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
&gt; 100 QPS</p>
<p class="text-sm text-gray-700 dark:text-gray-300">both query & ingestion</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
indexed documents
</p>
<p
class="text-3xl font-extrabold text-blue-600 dark:text-blue-400 mt-4">
&gt; 99.999%
</p>
<p class="text-sm text-gray-700 dark:text-gray-300">
availability
</p>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion config/site/src/_includes/testimonials.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 class="text-3xl font-bold text-gray-900 dark:text-gray-100 mb-8">
</div>
<div class="bg-gray-100 dark:bg-gray-700 p-6 rounded-lg shadow">
<p class="text-lg italic mb-4">
Use ElasticGraph and love it? We'd love to hear from you! Send us a testimonial.
Use ElasticGraph and love it? We'd love to hear from you! Send us your feedback.
</p>
<div class="font-bold">

Expand Down
2 changes: 1 addition & 1 deletion config/site/src/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: default
title: ElasticGraph
title: ElasticGraph - Open-source GraphQL & OpenSearch framework
---

<!-- Main Content -->
Expand Down

0 comments on commit 651fc20

Please sign in to comment.