Skip to content

Commit

Permalink
Updated EdgeSet case.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegetableman committed Oct 1, 2024
1 parent e2c9490 commit 5ca1a10
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/federated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default function Federated() {
</code></pre>
</div>
<div className="xl:max-w-lg">
<p className={`${DINish.className} pt-5 text-lg`}> Edgeset provides a unified view of different data sources without moving the data. This reduces data transfer, operational, and storage costs.</p>
<p className={`${DINish.className} pt-5 text-lg`}> EdgeSet provides a unified view of different data sources without moving the data. This reduces data transfer, operational, and storage costs.</p>
<p className={`${DINish.className} pt-5 text-lg`}>Queries are performed using ANSI-compliant SQL, and joins are executed as if all data resides in a single database.</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/hero_v2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const Hero = () => {
<section className="grid grid-cols-12 gap-8 pt-8 md:pt-16 md:gap-12 relative" ref={containerRef}>
<h1 className={`text-4xl font-bold col-start-2 col-span-8 ${DINish.className} leading-[40px] xs:col-span-10 xs:col-start-2 md:text-5xl md:leading-[56px] md:text-center`}>Finally, business metrics at your fingertips</h1>
<p className={`leading-6 text-lg xl:text-xl col-start-2 col-span-10 ${DINish.className} xs:col-span-10 xs:col-start-2 md:col-span-8 md:col-start-3 md:text-center max-w-xl mx-auto leading-relaxed`}>
Introducing Edgeset, a data virtualization platform that joins up disparate cloud and on-premise data sources to a single access point, within minutes.
Introducing EdgeSet, a data virtualization platform that joins up disparate cloud and on-premise data sources to a single access point, within minutes.
</p>
{stateMachine === 'hero_sm_sme' ? <div className="col-start-1 col-span-10 h-64 xs:col-start-2">
<Rive
Expand Down
4 changes: 2 additions & 2 deletions app/interactive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function Interactive() {
// Quickly slice and dice your data to uncover key business insights.
// </p>
// <p className={`${DINish.className} max-w-xl pt-5 text-xl`}>
// Edgeset supports a variety of visualizations, offering flexibility in how data can be displayed.
// EdgeSet supports a variety of visualizations, offering flexibility in how data can be displayed.
// </p>
// </div>
// <div className="relative">
Expand All @@ -69,7 +69,7 @@ export default function Interactive() {
</div>
<div className="xl:max-w-lg">
<p className={`${DINish.className} pt-5 text-lg`}>Quickly slice and dice your data to uncover key business insights.</p>
<p className={`${DINish.className} pt-5 text-lg`}>Edgeset supports a variety of visualizations, offering flexibility in how data can be displayed.</p>
<p className={`${DINish.className} pt-5 text-lg`}>EdgeSet supports a variety of visualizations, offering flexibility in how data can be displayed.</p>
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ const workSans = Work_Sans({


export const metadata: Metadata = {
// title: 'Data plumbing, before AI can happen | EdgeSet',
// description: 'Data plumbing, before AI can happen',
title: 'Data plumbing, before AI can happen | EdgeSet',
description: 'Data plumbing, before AI can happen',
// TODO: separate this out through runtime env
// robots: {
// follow: false,
Expand Down
2 changes: 1 addition & 1 deletion app/realtime.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default function RealTime() {
<div className="col-span-full xl:flex xl:flex-row-reverse xl:justify-between">
<DataFlowDiagram />
<div className="col-span-full xl:max-w-lg">
<p className={`${DINish.className} pt-5 text-lg`}> Unlike traditional ETL/ELT systems, Edgeset processes data on-demand, querying source systems directly for the most up-to-date information.</p>
<p className={`${DINish.className} pt-5 text-lg`}> Unlike traditional ETL/ELT systems, EdgeSet processes data on-demand, querying source systems directly for the most up-to-date information.</p>
<p className={`${DINish.className} pt-5 text-lg`}>This simplifies the architecture, saving man-hours and reducing the time to generate reports, thereby improving efficiency.</p>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/security.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ export default function App() {
</ul>
</div>
<div className="relative">
<div className="absolute right-0 bg-primaryLight p-1 text-sm">Edgeset</div>
<div className="absolute right-0 bg-primaryLight p-1 text-sm">EdgeSet</div>
<ul className={`${DINish.className} rounded-md border border-primaryLight p-3 text-lg`}>
<li className="before:pr-2 before:content-['_•']">Tetmon’s employees cannot access your data.</li>
<li className="before:pr-2 before:content-['_•']">Your data does not leave your network.</li>
Expand Down Expand Up @@ -488,7 +488,7 @@ export default function App() {
</ul>
</div>
<div className="relative">
<div className={`${DINish.className} absolute right-0 bg-primaryLight p-1 text-xs`}>Edgeset</div>
<div className={`${DINish.className} absolute right-0 bg-primaryLight p-1 text-xs`}>EdgeSet</div>
<ul className={`${DINish.className} rounded-md border border-primaryLight p-3 pt-6 text-base`}>
<li className="before:pr-2 before:content-['_•']">Tetmon’s employees cannot access your data.</li>
<li className="before:pr-2 before:content-['_•']">Your data does not leave your network.</li>
Expand Down
2 changes: 1 addition & 1 deletion app/singlePane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const SinglePane = () => {
<div className="z-20 flex w-[30%] flex-col items-center justify-center">
<div className="flex h-36 w-36 items-center justify-center bg-[#215f74] text-lg font-bold text-white">
<svg viewBox="0 0 557 517" stroke="#ffffff" strokeWidth={4} className="inline h-4 w-4" fill="none" xmlns="http://www.w3.org/2000/svg"><g fill="#ffffff"><path d="M214.115 161.038 187.228 18.295C184.939 6.16 173.16-1.888 161.026.402L18.282 27.288C6.15 29.578-1.9 41.358.39 53.468L27.276 196.21c2.29 12.133 14.07 20.183 26.179 17.893l142.744-26.887c12.133-2.29 20.183-14.069 17.893-26.202l.023.023ZM218.058 324.06c-2.29-12.11-14.069-20.183-26.203-17.894l-75.68 14.258c-12.133 2.29-20.183 14.069-17.893 26.179l14.258 75.68c2.29 12.133 14.069 20.183 26.179 17.893l75.68-14.258c12.133-2.29 20.183-14.069 17.893-26.179l-14.258-75.679h.024ZM556.611 465.741l-24.243-128.698c-2.29-12.134-14.069-20.183-26.179-17.893l-128.698 24.243c-12.134 2.289-20.183 14.069-17.894 26.178L383.84 498.27c2.29 12.133 14.069 20.183 26.179 17.893l128.698-24.243c12.134-2.29 20.183-14.069 17.894-26.203v.024ZM407.777 179.191l19.829 137.244 30.876-5.784-19.617-135.945c36.141-12.912 58.779-50.682 51.484-89.513-8.096-42.986-49.878-71.525-92.864-63.428-33.284 6.255-57.811 32.764-63.476 64.349l-115.975 2.809 5.925 31.207 110.805-2.668c2.502 11.024 7.224 21.033 13.644 29.625L215.791 293.868c.897.543 1.724 1.109 2.621 1.652 8.38 5.783 14.234 14.376 16.288 24.267l137.007-151.691c10.835 6.445 23.157 10.34 36.07 11.095Z"></path></g></svg>
<div className="pl-2">Edgeset</div>
<div className="pl-2">EdgeSet</div>
</div>
</div>

Expand Down

0 comments on commit 5ca1a10

Please sign in to comment.