You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/10/12 04:09:16 UTC

[age] branch master updated: Update README.md (#327)

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

joshinnis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/master by this push:
     new 649f32f  Update README.md (#327)
649f32f is described below

commit 649f32f3717292a4def1f5194a2c1eeee0da11b0
Author: jbiz805 <49...@users.noreply.github.com>
AuthorDate: Wed Oct 12 13:09:11 2022 +0900

    Update README.md (#327)
    
    - Deleted outdated sentence in 'Graph Visualization tool for AGE' to avoid misunderstanding
    - Renamed Community to Community-driven Driver
    - Deleted Apache AGE Python driver in Community-driven Driver since it has already merged into Python driver available in 'Built-in' category.
    - Rearranged some header images and badges alignment
---
 README.md | 53 ++++++++++++++++++++++++++++++++++++-----------------
 1 file changed, 36 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 01b323b..a23f115 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,37 @@
-# [Apache AGE](https://age.apache.org/#)
-
-[![license badge](https://img.shields.io/github/license/apache/age)](https://github.com/apache/age/blob/master/LICENSE)
-[![release badge](https://img.shields.io/badge/Release-v1.1.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases)](https://github.com/apache/age/releases)
-[![issue badge](https://img.shields.io/github/issues/apache/age)](https://github.com/apache/age/issues)
-[![forks badge](https://img.shields.io/github/forks/apache/age)](https://github.com/apache/age/network/members)
-[![stars badge](https://img.shields.io/github/stars/apache/age)](https://github.com/apache/age/stargazers)
-
-<img src="https://age.apache.org/age-manual/master/_static/logo.png" width="30%" height="30%">
-
-Apache AGE is a PostgreSQL Extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine's AgensGraph, a multimodel database fork of PostgreSQL. The goal of the project is to enable users of Postgres to use graph query modeling in unison with Postgres' existing relational model. 
+<br>
+
+<p align="center">
+     <img src="https://age.apache.org/age-manual/master/_static/logo.png" width="30%" height="30%">
+</p>
+
+<br>
+
+<p align="center">                                                                                                    
+  <a href="https://github.com/apache/age/blob/master/LICENSE">
+    <img src="https://img.shields.io/github/license/apache/age"/>
+  </a>
+  &nbsp;
+  <a href="https://github.com/apache/age/releases">
+    <img src="https://img.shields.io/badge/Release-v1.1.0-FFA500?labelColor=gray&style=flat&link=https://github.com/apache/age/releases"/>
+  </a>
+  &nbsp;
+  <a href="https://github.com/apache/age/issues">
+    <img src="https://img.shields.io/github/issues/apache/age"/>
+  </a>
+  &nbsp;
+  <a href="https://github.com/apache/age/network/members">
+    <img src="https://img.shields.io/github/forks/apache/age"/>
+  </a>
+  &nbsp;
+  <a href="https://github.com/apache/age/stargazers">
+    <img src="https://img.shields.io/github/stars/apache/age"/>
+  </a>
+  &nbsp;
+</p>
+
+<br>
+
+[Apache AGE](https://age.apache.org/#) is a PostgreSQL Extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine's AgensGraph, a multimodel database fork of PostgreSQL. The goal of the project is to enable users of Postgres to use graph query modeling in unison with Postgres' existing relational model.
 
 A graph consists of a set of vertices (also called nodes) and edges, where each individual vertex and edge possesses a map of properties. A vertex is the basic object of a graph, that can exist independently of everything else in the graph. An edge creates a directed connection between two vertices. A graph database is simply composed of vertices and edges. This type of database is useful when the meaning is in the relationships between the data. Relational databases can easily handle di [...]
 
@@ -40,7 +63,7 @@ Also, while the technology can be integrated against many data layers, a graph d
 - [Use a docker image - official ver.](https://hub.docker.com/r/apache/age)
 - [Installing from source](https://age.apache.org/#)
 
-## Graph visualization tool for AGE
+## Graph Visualization Tool for AGE
 
 Apache AGE Viewer is a user interface for Apache AGE that provides visualization and exploration of data.
 Through this simple web visualization tool, users can enter complex graph queries and explore the results in graph and table forms.
@@ -49,8 +72,6 @@ Apache AGE Viewer will become a graph data administration and development platfo
 
 - This is a visualization tool.
 After installing AGE Extension, you may use this tool to get access to the visualization features.
-- Follow the instructions on the link to run it.
-Under "Connect to Database", select database type as "Apache AGE"
 
 ## Documentation
 
@@ -66,9 +87,7 @@ Learn how to install Apache AGE, its features and built-in functions, and how to
 - [NodeJs driver](./drivers/nodejs)
 - [Python driver](./drivers/python)
 
-### Community
-
-- [Apache AGE Python Driver](https://github.com/rhizome-ai/apache-age-python)
+### Community-driven Driver
 - [Apache AGE Rust Driver](https://github.com/Dzordzu/rust-apache-age.git)
 
 ## Contribution