You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/07/29 04:09:34 UTC

[pulsar-site] branch main updated: Add qraft case study (#155)

This is an automated email from the ASF dual-hosted git repository.

mmarshall pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 6ad7791a8e8 Add qraft case study (#155)
6ad7791a8e8 is described below

commit 6ad7791a8e8a4c5eddc7d53c06dfe07f78d47a83
Author: Sherlock Xu <65...@users.noreply.github.com>
AuthorDate: Fri Jul 29 12:09:29 2022 +0800

    Add qraft case study (#155)
---
 site2/website-next/src/pages/case-studies.js |   6 ++++++
 site2/website-next/static/img/qraft.png      | Bin 0 -> 83280 bytes
 2 files changed, 6 insertions(+)

diff --git a/site2/website-next/src/pages/case-studies.js b/site2/website-next/src/pages/case-studies.js
index b1da33210c4..547b6d54b8d 100644
--- a/site2/website-next/src/pages/case-studies.js
+++ b/site2/website-next/src/pages/case-studies.js
@@ -140,6 +140,12 @@ const csObj =
         image: require("@site/static/img/proxyclick.png").default,
         description: "It gives us consistency with the messages in the queue. It also allows us to replay messages, and it’s a very powerful tool for the distributed systems that like us."
       },
+      {
+        company: "Qraft",
+        link: 'https://streamnative.io/success-story/qraft/',
+        image: require("@site/static/img/qraft.png").default,
+        description: "We choose Pulsar for its ability to manage distributed transactions within a microservice architecture and its feature flexibility. Pulsar now plays an essential part in helping our AI-powered order execution system to find the optimal strategy in real time."
+      },
       {
         company: "Softtech",
         link: 'https://www.youtube.com/watch?v=meDBzeintyE',
diff --git a/site2/website-next/static/img/qraft.png b/site2/website-next/static/img/qraft.png
new file mode 100644
index 00000000000..667a365685d
Binary files /dev/null and b/site2/website-next/static/img/qraft.png differ