This is an automated email from the ASF dual-hosted git repository.
ako pushed a commit to branch new-web
in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/new-web by this push:
new b39f1d88 Update New web (#310)
b39f1d88 is described below
commit b39f1d88b71851691d566f8b2671fa47224b2143
Author: dpdjvhxm <[email protected]>
AuthorDate: Fri Apr 19 17:36:52 2024 +0900
Update New web (#310)
* Test
* Update gatsby-config.js
* Changes search result text
* Fix gatsby-config.js and title
* Change meta description
* Fix sitemap.xml for broken links
* Update landing page: Key Update and image
---
gatsby-config.js | 2 +-
src/components/Layout.js | 2 +-
src/templates/index-page.js | 13 +++++++------
static/img/AGE-Architecture.webp | Bin 0 -> 71134 bytes
static/sitemap.xml | 6 ------
5 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/gatsby-config.js b/gatsby-config.js
index 5ab15d0e..c6bea035 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -3,7 +3,7 @@ module.exports = {
title: "Apache AGE, Graph database optimized for fast analysis and
real-time data processing. It is provided as an extension to PostgreSQL.",
- description: "Since May 2022, Apache AGE, a Top-Level Apache Project born
from AgensGraph and developed by Bitnine, optimizes graph databases for fast
analysis and real-time processing as a PostgreSQL extension under Apache
License.",
+ description: "Apache AGE has been registered as an Apache Top level
project since May 2022, and was inspired by AgensGraph developed by Bitnine,
optimizing the graph database for fast analysis and real-time processing.",
},
pathPrefix: "/",
plugins: [
diff --git a/src/components/Layout.js b/src/components/Layout.js
index a8d312a0..8acd6761 100644
--- a/src/components/Layout.js
+++ b/src/components/Layout.js
@@ -60,7 +60,7 @@ const TemplateWrapper = ({ children }) => {
'/download' : 'Download | Apache AGE',
'https://github.com/apache/age' : 'Apache AGE Github | Apache AGE',
}
- return urlToTitle[pathName] ?? 'Apache AGE | Graph Database Extension
for PostgreSQL';
+ return urlToTitle[pathName] ?? 'Apache AGE Graph Database | Apache AGE';
} else {
return 'Apache AGE';
}
diff --git a/src/templates/index-page.js b/src/templates/index-page.js
index 6bdfa9b5..34723142 100644
--- a/src/templates/index-page.js
+++ b/src/templates/index-page.js
@@ -62,6 +62,7 @@ export const IndexPageTemplate = ({
Through Apache AGE, PostgreSQL users will gain access to graph
query modeling within the existing relational database.
<br></br><br></br>
Users can read and write graph data in nodes and edges. They
can also use various algorithms such as variable length and edge traversal when
analyzing data.
+ <img src="/img/AGE-Architecture.webp" alt="img"></img>
</div>
</div>
<div className={styles.verticalLine}>
@@ -79,18 +80,18 @@ export const IndexPageTemplate = ({
<div>Give feedback at the GitHub (<a
href="https://github.com/apache/age/issues/1705" target="_blank" rel="noopener
noreferrer">#1705</a>)</div>
<br></br>
- <div><b>Apache AGE on Microsoft Azure PostgreSQL</b></div>
+ <div><b>Add graph store implementation for Apache AGE in
langchain github</b></div>
- <div>Support the integration of Microsoft Azure PostgreSQL
with Apache AGE by casting your vote and feedback!</div>
+ <div>Check out the pull request for the implementation of the
GraphStore class for the Apache Age graph database in the LangChain
repository.</div>
<div>
- <a href="https://github.com/apache/age/issues/1524"
target="_blank" rel="noopener noreferrer">Read more</a>
+ <a
href="https://github.com/langchain-ai/langchain/pull/20582" target="_blank"
rel="noopener noreferrer">Read more</a>
</div>
<br></br>
- <div><b>PostgresPro adapted Apache AGE</b></div>
- <div>Apache_AGE is a Postgres Pro extension that provides
graph database functionality. The goal of the project is to create single
storage that can handle both relational and graph model data so that users can
use standard ANSI SQL along with openCypher.</div>
+ <div><b>Proposal: Vector handling with
extension(pgvector)</b></div>
+ <div>A proposal for applying PGvector to Apache AGE has been
posted on GitHub. Please read and leave a comment or opinion if you are
interested.</div>
<div>
- <a
href="https://postgrespro.com/docs/enterprise/15/apache-age" target="_blank"
rel="noopener noreferrer">Read more</a>
+ <a href="https://github.com/apache/age/issues/1121"
target="_blank" rel="noopener noreferrer">Read more</a>
</div>
diff --git a/static/img/AGE-Architecture.webp b/static/img/AGE-Architecture.webp
new file mode 100644
index 00000000..8ea72b4f
Binary files /dev/null and b/static/img/AGE-Architecture.webp differ
diff --git a/static/sitemap.xml b/static/sitemap.xml
index 7766bc20..5d693d78 100644
--- a/static/sitemap.xml
+++ b/static/sitemap.xml
@@ -38,9 +38,6 @@
<url>
<loc>https://age.apache.org/overview</loc>
</url>
- <url>
-
<loc>https://age.apache.org/download/apache-age-viewer-1.0.0-rc2-incubating-src.tar.gz.sha512</loc>
- </url>
<url>
<loc>https://age.apache.org/age-manual/v0.6.0/functions/scalar_functions.html</loc>
</url>
@@ -56,9 +53,6 @@
<url>
<loc>https://age.apache.org/age-manual/v0.6.0/clauses/order_by.html</loc>
</url>
- <url>
-
<loc>https://age.apache.org/download/apache-age-viewer-1.0.0-rc2-incubating-src.tar.gz.asc</loc>
- </url>
<url>
<loc>https://age.apache.org/age-manual/v0.6.0/clauses/skip.html</loc>
</url>