Skip to content

Commit

Permalink
fix: add missing logos & fix texts
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonhyejin committed Aug 1, 2024
1 parent e0f2c85 commit b9ffe6b
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,20 @@
"link": "https://blog.datahubproject.io/how-visa-uses-datahub-to-scale-data-governance-cace052d61c5",
"linkType": "blog",
"tagline": "How Visa uses DataHub to scale data governance",
"category": "B2B & B2C",
"category": "Financial & Fintech",
"description": "<i>\"We found DataHub to provide excellent coverage for our needs. What we appreciate most about DataHub is <b>its powerful API platform.</b>\"<br /><br /><div style='color: gray;'>— Jean-Pierre Dijcks, Sr. Dir. Product Management at VISA</div></i><br />"
},
{
"name": "Optum",
"slug": "optum",
"imageUrl": "/img/logos/companies/optum.jpg",
"imageSize": "medium",
"link": "https://opensource.optum.com/blog/2022/03/23/data-mesh-via-datahub",
"linkType": "blog",
"tagline": "Data Mesh via DataHub",
"category": "And More",
"description": "<i>“DataHub’s event driven architecture provides us a mechanism to act on any metadata changes in real time. This allows us to perform various actions like provisioning access to a data product, notifying consumers on any schema changes that may affect their application or triggering data movement jobs to move data from source to sink platforms.”</i>"
},
{
"name": "MediaMarkt Saturn",
"slug": "mediamarkt-saturn",
Expand Down Expand Up @@ -56,15 +67,15 @@
"description": "<i>“DataHub aligns with our needs [for] data documentation, a unified search experience, lineage information, and additional metadata. We are also very impressed with the vibrant and supportive community.”</i>"
},
{
"name": "Wolt",
"slug": "wolt",
"imageUrl": "/img/logos/companies/wolt.png",
"name": "Pinterest",
"slug": "pinterest",
"imageUrl": "/img/logos/companies/pinterest.png",
"imageSize": "default",
"link": "https://blog.datahubproject.io/humans-of-datahub-fredrik-sannholm-d673b1877f2b",
"link": "https://www.youtube.com/watch?v=YoxTg8tQSwg&feature=youtu.be",
"linkType": "blog",
"tagline": "Wolt's DataHub Integration",
"category": "E-Commerce",
"description": "<i>“[DataHub] has made our legal team very happy with being able to keep track of our sensitive data [to answer questions like] Where’s it going? How’s it being processed? Where’s it ending up? Which third party tool or API’s are we sending it to and why? Who is responsible for this integration?”</i>"
"tagline": "DataHub Project @ Pinterest",
"category": "B2B & B2C",
"description": "Pinterest adopted a DataHub project to enhance metadata management for its big data query platform, facilitating better data navigation and understanding."
},
{
"name": "Adevinta",
Expand All @@ -77,6 +88,17 @@
"category": "E-Commerce",
"description": "<i>“DataHub allows us to solve the data discovery problem, which was a big challenge in our organization, and now we are solving it.”</i>"
},
{
"name": "Wolt",
"slug": "wolt",
"imageUrl": "/img/logos/companies/wolt.png",
"imageSize": "default",
"link": "https://blog.datahubproject.io/humans-of-datahub-fredrik-sannholm-d673b1877f2b",
"linkType": "blog",
"tagline": "Wolt's DataHub Integration",
"category": "E-Commerce",
"description": "<i>“[DataHub] has made our legal team very happy with being able to keep track of our sensitive data [to answer questions like] Where’s it going? How’s it being processed? Where’s it ending up? Which third party tool or API’s are we sending it to and why? Who is responsible for this integration?”</i>"
},
{
"name": "Zynga",
"slug": "zynga",
Expand Down Expand Up @@ -143,17 +165,6 @@
"category": "And More",
"description": "Viasat highlights why they chose DataHub over other open source and commercial technologies and their plans with it."
},
{
"name": "Optum",
"slug": "optum",
"imageUrl": "/img/logos/companies/optum.jpg",
"imageSize": "medium",
"link": "https://opensource.optum.com/blog/2022/03/23/data-mesh-via-datahub",
"linkType": "blog",
"tagline": "Data Mesh via DataHub",
"category": "And More",
"description": "<i>“DataHub’s event driven architecture provides us a mechanism to act on any metadata changes in real time. This allows us to perform various actions like provisioning access to a data product, notifying consumers on any schema changes that may affect their application or triggering data movement jobs to move data from source to sink platforms.”</i>"
},
{
"name": "LinkedIn",
"slug": "linkedin",
Expand Down
2 changes: 1 addition & 1 deletion docs-website/src/pages/_components/Logos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import "swiper/css";
import "swiper/css/pagination";
import { Pagination } from "swiper/modules";
import styles from "./logos.module.scss";
const companyIndexes = require("../../../../customerStoriesIndexes.json");
const companyIndexes = require("../../../../adoptionStoriesIndexes.json");
const companies = companyIndexes.companies;


Expand Down
6 changes: 3 additions & 3 deletions docs-website/src/pages/adoption-stories/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Layout from "@theme/Layout";
import LearnItemCard from "./_components/LearnItemCard";
import styles from "./styles.module.scss";

import customerStoriesIndexes from "../../../customerStoriesIndexes.json";
import customerStoriesIndexes from "../../../adoptionStoriesIndexes.json";

function AdoptionStoriesListPageContent() {
const companies = (customerStoriesIndexes?.companies || []).filter((company) => company.link);
Expand All @@ -31,9 +31,9 @@ function AdoptionStoriesListPageContent() {
<div className="hero__content">
<div>
<h1 className="hero__title">DataHub Adoption Stories</h1>
<p className="hero__subtitle">Meet the DataHub users who have shared their stories with us.
<p className="hero__subtitle">Learn how the best data and AI teams are using DataHub
<br />
Check our more stories on <a href="https://www.youtube.com/playlist?list=PLdCtLs64vZvGCKMQC2dJEZ6cUqWsREbFi" style={{ color: "black" }}>DataHub Youtube</a>.
Check out more stories on the <a href="https://www.youtube.com/playlist?list=PLdCtLs64vZvGCKMQC2dJEZ6cUqWsREbFi" style={{ color: "black" }}>DataHub Youtube</a>.
</p>
</div>
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs-website/static/img/adoption-stories/adoption-stories-visa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b9ffe6b

Please sign in to comment.