Skip to content

Commit e6f14a0

Browse files
committed
restructure
1 parent ed479d0 commit e6f14a0

File tree

1 file changed

+87
-4
lines changed

1 file changed

+87
-4
lines changed

index.html

Lines changed: 87 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Neo4j Integrations</title>
6+
<title>Neo4j Partner</title>
77
<style>
88
:root {
99
--bg: #f6f8f4;
@@ -348,10 +348,9 @@
348348
<main>
349349
<section class="hero">
350350
<div class="eyebrow">Neo4j ecosystem</div>
351-
<h1 id="integrations">Integrations</h1>
351+
<h1 id="top">Neo4j Partner</h1>
352352
<p class="subhead">
353-
Connect Neo4j with cloud platforms, event streams, BI tools, developer frameworks, and the broader partner ecosystem.
354-
This page draws from Neo4j docs, Neo4j Labs, and the Neo4j partners section to present the ecosystem as a tile directory instead of a plain link list.
353+
Explore Neo4j integrations, deployment options, and cloud marketplace paths from Neo4j docs, Neo4j Labs, and the Neo4j partners ecosystem.
355354
</p>
356355

357356
<div class="featured-logos" aria-label="Featured partner logos">
@@ -366,6 +365,8 @@ <h1 id="integrations">Integrations</h1>
366365

367366
<div class="nav-block">
368367
<nav class="category-nav" aria-label="Integration categories">
368+
<a class="chip" href="#deployment">Deployment</a>
369+
<a class="chip" href="#cloud-marketplace">Cloud marketplace</a>
369370
<a class="chip" href="#data-ingestion--streaming">Data ingestion</a>
370371
<a class="chip" href="#data-integration--etl">Data integration</a>
371372
<a class="chip" href="#language-clients--drivers">Language clients</a>
@@ -375,9 +376,20 @@ <h1 id="integrations">Integrations</h1>
375376
<a class="chip" href="#developer-frameworks">Developer frameworks</a>
376377
<a class="chip" href="#cloud--data-platforms">Cloud</a>
377378
<a class="chip" href="#isv--technology-partners">ISV</a>
379+
<a class="chip" href="#integrations-overview">Integrations</a>
378380
</nav>
379381
</div>
380382

383+
<section class="section" id="deployment">
384+
<div class="section-head">
385+
<div>
386+
<h2>Deployment</h2>
387+
<p>Install and run Neo4j with Linux installers and Kubernetes deployment guidance.</p>
388+
</div>
389+
</div>
390+
<div class="tile-grid" id="grid-deployment"></div>
391+
</section>
392+
381393
<section class="section" id="data-ingestion--streaming">
382394
<div class="section-head">
383395
<div>
@@ -468,6 +480,25 @@ <h2>ISV &amp; technology partners</h2>
468480
<div class="tile-grid" id="grid-isv"></div>
469481
</section>
470482

483+
<section class="section" id="cloud-marketplace">
484+
<div class="section-head">
485+
<div>
486+
<h2>Cloud marketplace</h2>
487+
<p>Start Neo4j AuraDB from leading cloud marketplaces.</p>
488+
</div>
489+
</div>
490+
<div class="tile-grid" id="grid-cloud-marketplace"></div>
491+
</section>
492+
493+
<section class="section" id="integrations-overview">
494+
<div class="section-head">
495+
<div>
496+
<h2>Integrations</h2>
497+
<p>Browse integration options across ingestion, APIs, AI, BI, cloud platforms, and ecosystem partners.</p>
498+
</div>
499+
</div>
500+
</section>
501+
471502
<p class="footer-note">
472503
Third-party names, logos, and trademarks belong to their respective owners and are shown only to indicate available integrations. Neo4j Labs entries are part of the ecosystem, but they may not carry the same commercial support status as core Neo4j products.
473504
</p>
@@ -645,6 +676,58 @@ <h2>ISV &amp; technology partners</h2>
645676
{ name: "Informatica", url: "https://neo4j.com/users/informatica/", description: "Enterprise data management platform partner for connected, governed data flows.", logo: "https://cdn.simpleicons.org/informatica/FF4D00", mark: "Informatica", tag: "partner" },
646677
{ name: "StreamSets", url: "https://www.ibm.com/products/streamsets", description: "Data ingestion and pipeline platform used in broader data ecosystem workflows around Neo4j.", logo: "https://cdn.simpleicons.org/ibm/052FAD", mark: "StreamSets", tag: "ecosystem" },
647678
{ name: "Hackolade", url: "https://neo4j.com/users/hackolade/", description: "Technology partner for visual data modeling, reverse engineering, and schema documentation for Neo4j.", logo: "https://dist.neo4j.com/wp-content/uploads/20200415145903/Hackolade-01-cropped.png", tag: "partner" }
679+
],
680+
"grid-deployment": [
681+
{
682+
name: "Linux RPM Installer",
683+
url: "https://neo4j.com/docs/operations-manual/current/installation/linux/rpm/",
684+
description: "Install Neo4j on RPM-based Linux distributions such as RHEL, CentOS, Fedora, and Amazon Linux.",
685+
logo: "https://cdn.simpleicons.org/redhat/EE0000",
686+
mark: "RPM",
687+
tag: "official"
688+
},
689+
{
690+
name: "Linux TGZ Installer",
691+
url: "https://neo4j.com/docs/operations-manual/current/installation/linux/tarball/",
692+
description: "Install Neo4j from the Linux tarball (.tar.gz / .tgz) for self-managed deployments.",
693+
logo: "https://cdn.simpleicons.org/linux/FCC624",
694+
mark: "TGZ",
695+
tag: "official"
696+
},
697+
{
698+
name: "Kubernetes Deployment",
699+
url: "https://neo4j.com/docs/operations-manual/current/kubernetes/",
700+
description: "Deploy Neo4j on Kubernetes using Neo4j Helm charts for standalone and clustered setups.",
701+
logo: "https://cdn.simpleicons.org/kubernetes/326CE5",
702+
mark: "K8s",
703+
tag: "official"
704+
}
705+
],
706+
"grid-cloud-marketplace": [
707+
{
708+
name: "AWS Marketplace",
709+
url: "https://aws.amazon.com/marketplace/pp/prodview-xd42uzj2v7dae",
710+
description: "Launch Neo4j AuraDB through AWS Marketplace and apply AWS credits.",
711+
logo: "https://dist.neo4j.com/wp-content/uploads/20180813155701/aws-cloud-neo4j.png",
712+
mark: "AWS",
713+
tag: "partner"
714+
},
715+
{
716+
name: "Azure Marketplace",
717+
url: "https://portal.azure.com/#view/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/neo4j.neo4j-aura",
718+
description: "Start Neo4j AuraDB from Azure Marketplace and apply Azure credits.",
719+
logo: "https://dist.neo4j.com/wp-content/uploads/20180821105618/Microsoft_Azure_Logo.png",
720+
mark: "Azure",
721+
tag: "partner"
722+
},
723+
{
724+
name: "Google Cloud Marketplace",
725+
url: "https://console.cloud.google.com/marketplace/product/neo4j-mp-public/neo4j-aura",
726+
description: "Deploy Neo4j AuraDB from Google Cloud Marketplace with Google Cloud credits.",
727+
logo: "https://dist.neo4j.com/wp-content/uploads/20190408145728/google-cloud.jpg",
728+
mark: "GCP",
729+
tag: "partner"
730+
}
648731
]
649732
};
650733

0 commit comments

Comments
 (0)