This is an automated email from the ASF dual-hosted git repository. jgemignani pushed a commit to branch PG12 in repository https://gitbox.apache.org/repos/asf/age.git
commit 99afc886d78e7f0d6d796ea9102a9f15adfc9498 Author: Tomasz Durda <[email protected]> AuthorDate: Sun Sep 4 13:10:19 2022 +0200 Updated drivers, minor docs fixes Conflicts: README.md Co-authored-by: John Gemignani <[email protected]> --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 73d8f7b..e6a1e64 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma - Latest Apache AGE for PG 12 release, [Apache AGE 1.1.1 (https://github.com/apache/age/releases/tag/PG12/v1.1.1-rc0). - The latest Apache AGE documentation is now available at [here](https://age.apache.org/docs/master/index.html). -- The roadmap has been updated, please check out the [Apache AGE website](http://age.apache.org/). +- The roadmap - [Apache AGE website](http://age.apache.org/). - Send all your comments and inquiries to the user mailing list, [email protected]. ## Installation @@ -88,7 +88,7 @@ Intelligent -- AGE allows you to perform graph queries that are the basis for ma ## Graph visualization tool for AGE -Apache AGE Viewer is a subproject of the Apache AGE project: https://github.com/apache/age-viewer +Apache AGE Viewer is a subproject of the Apache AGE project: <https://github.com/apache/age-viewer> - This is a visualization tool. After AGE Extension Installation @@ -102,7 +102,18 @@ Here is the link to the latest [Apache AGE documentation](https://age.apache.org You can learn about how to install Apache AGE, its features and built-in functions and how to use various Cypher queries. ## Language Specific Drivers -[Apache AGE Python Driver](https://github.com/rhizome-ai/apache-age-python) + +### Built-in + +- [Go driver](./drivers/golang) +- [Java driver](./drivers/jdbc) +- [NodeJs driver](./drivers/nodejs) +- [Python driver](./drivers/python) + +### Community + +- [Apache AGE Python Driver](https://github.com/rhizome-ai/apache-age-python) +- [Apache AGE Rust Driver](https://github.com/Dzordzu/rust-apache-age.git) ## Contribution
