diff --git a/README.md b/README.md index a23f1154a..ea4d04a37 100644 --- a/README.md +++ b/README.md @@ -41,42 +41,31 @@ Apache AGE is: - **Flexible**: allows you to perform openCypher queries, which make complex queries much easier to write. - **Intelligent**: allows you to perform graph queries that are the basis for many next level web services such as fraud detection, master data management, product recommendations, identity and relationship management, experience personalization, knowledge management and more. -Also, while the technology can be integrated against many data layers, a graph database is also the perfect companion for a [GraphQL](https://graphql.org/) API! Since the information is already in a native format, it simplifies many factors and even allows many operations to be generated automatically. GraphQL is rapidly superceeding REST as the standard for cloud applications. +Also, while the technology can be integrated against many data layers, a graph database is also the perfect companion for a [GraphQL](https://graphql.org/) API. Since the information is already in a native format, it simplifies many factors and even allows many operations to be generated automatically. GraphQL is rapidly superceeding REST as the standard for cloud applications. ## Overview -- **Apache AGE is currently being developed for the PostgreSQL 11 release** and will support PostgreSQL 12, 13 and all the future releases of PostgreSQL. +- **Apache AGE is currently being developed for the PostgreSQL 12 release** and will support PostgreSQL 13 and all the future releases of PostgreSQL. - Apache AGE supports the openCypher graph query language. - Apache AGE enables querying multiple graphs at the same time. -- Apache AGE will be enhanced with an aim to support all of the key features of AgensGraph (PostgreSQL fork extended with graph DB functionality). +- The goal of Apache AGE is to make it compatible with all relational databases in the future. ## Latest Events -- The latest Apache AGE release, [Apache AGE 1.1.0](https://github.com/apache/age/releases/tag/v1.1.0-rc0). -- The latest Apache AGE documentation is now available at [here](https://age.apache.org/age-manual/master/index.html). -- The roadmap - [Apache AGE website](http://age.apache.org/). +- Latest Apache AGE release, [Apache AGE 1.1.0](https://github.com/apache/age/releases/tag/v1.1.0-rc0). +- Renewed Apache AGE homepage - [Apache AGE website](http://age.apache.org/). - Send all your comments and inquiries to the user mailing list, users@age.apache.org. -- To focus more on implementing the openCypher specification, the support for PostgreSQL 12 will be added in the Q4 2022. +- Support for PostgreSQL will be added in the Q4 2022 to focus more on implementing the openCypher specification. -## Installation - -- [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 - -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. -Apache AGE Viewer is enhanced to proceed with large graph data and discover the insights through various graph algorithms. -Apache AGE Viewer will become a graph data administration and development platform for Apache AGE to support multiple relational databases: . +## Documentation -- This is a visualization tool. -After installing AGE Extension, you may use this tool to get access to the visualization features. +Refer to our latest [Apache AGE documentation](https://age.apache.org/age-manual/master/index.html) to learn about installation, features and built-in functions, and Cypher queries. -## Documentation +## Installation -Here is the link to the latest [Apache AGE documentation](https://age.apache.org/age-manual/master/index.html). -Learn how to install Apache AGE, its features and built-in functions, and how to use various Cypher queries. +- [Installing from source](https://age.apache.org/download) +- [Apache AGE setup guide](https://age.apache.org/age-manual/master/intro/setup.html#) +- [Installing via docker image](https://age.apache.org/age-manual/master/intro/setup.html#installing-via-docker-image) ## Language Specific Drivers @@ -90,7 +79,17 @@ Learn how to install Apache AGE, its features and built-in functions, and how to ### Community-driven Driver - [Apache AGE Rust Driver](https://github.com/Dzordzu/rust-apache-age.git) +## 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. +Apache AGE Viewer is enhanced to proceed with large graph data and discover the insights through various graph algorithms. +Apache AGE Viewer will become a graph data administration and development platform for Apache AGE to support multiple relational databases: . + +- This is a visualization tool. +After installing AGE Extension, you may use this tool to get access to the visualization features. + ## Contribution You can improve ongoing efforts or initiate new ones by sending pull requests to [this repository](https://github.com/apache/age). -Also, you can learn from the code review process, how to merge pull requests, and from code style compliance to documentation, by visiting the [Apache AGE official site - Developer Guidelines](https://age.apache.org/#codereview). +Also, you can learn from the code review process, how to merge pull requests, and from code style compliance to documentation, by visiting the [Apache AGE official site - Developer Guidelines](https://age.apache.org/contribution/guide).