Skip to content

Commit e8ae0a5

Browse files
authored
Update README.md (#1720)
1) Simplified the Introductory Section 2) Deleted the [Community] section
1 parent 241a65a commit e8ae0a5

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

README.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<h2><img height="30" src="/img/AGE.png">&nbsp;&nbsp;What is Apache AGE?</h2>
5858

59-
[Apache AGE](https://age.apache.org/#) is an extension for PostgreSQL that enables users to leverage a graph database on top of the existing relational databases. AGE is an acronym for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model database fork of PostgreSQL. The basic principle of the project is to create a single storage that handles both the relational and graph data model so that the users can use the standard ANSI SQL along with openCypher, one of the most popular graph query languages today.
59+
[Apache AGE](https://age.apache.org/#) is an extension for PostgreSQL that enables users to leverage a graph database on top of the existing relational databases. AGE is an acronym for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model database fork of PostgreSQL. The basic principle of the project is to create a single storage that handles both the relational and graph data model so that the users can use the standard ANSI SQL along with openCypher, one of the most popular graph query languages today. There is a strong need for cohesive, easy-to-implement multi-model databases. As an extension of PostgreSQL, AGE supports all the functionalities and features of PostgreSQL while also offering a graph model to boot.
6060
</br>
6161
</br>
6262
</br>
@@ -67,10 +67,6 @@
6767

6868
</br>
6969

70-
Since AGE is based on the powerful PostgreSQL RDBMS, it is robust and fully featured. AGE is optimized for handling complex connected graph data. It provides plenty of robust database features essential to the database environment, including ACID transactions, multi-version concurrency control (MVCC), stored procedure, triggers, constraints, sophisticated monitoring, and a flexible data model (JSON). Users with a relational database background who require graph data analytics can use this extension with minimal effort because they can use existing data without going through migration.
71-
72-
There is a strong need for cohesive, easy-to-implement multi-model databases. As an extension of PostgreSQL, AGE supports all the functionalities and features of PostgreSQL while also offering a graph model to boot.
73-
7470

7571
<h2><img height="30" src="/img/tick.svg">&nbsp;&nbsp;Overview</h2>
7672

@@ -331,19 +327,6 @@ Starting with Apache AGE is very simple. You can easily select your platform and
331327

332328

333329

334-
<h2><img height="20" src="/img/contributing.svg">&nbsp;&nbsp;Community</h2>
335-
336-
Join the AGE community for help, questions, discussions, and contributions.
337-
338-
- Check our [website](https://age.apache.org/)
339-
- Ask your AGE-related questions and answers on [Stack overflow](https://stackoverflow.com/questions/tagged/apache-age)
340-
- Discuss about AGE on [GitHub Discussions](https://github.com/apache/age/discussions)
341-
- Share your feedback on [GitHub Issues](https://github.com/apache/age/issues)
342-
- Follow us on [X](https://twitter.com/apache_age)
343-
- Subscribe to our developer mailing list by sending an email to dev-subscribe@age.apache.org
344-
- Subscribe to our user mailing list by sending an email to users-subscribe@age.apache.org
345-
346-
347330
<h2><img height="20" src="/img/visualization.svg">&nbsp;&nbsp;Graph Visualization Tool for AGE</h2>
348331

349332

0 commit comments

Comments
 (0)