This is an automated email from the ASF dual-hosted git repository.
eya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-age.git
The following commit(s) were added to refs/heads/master by this push:
new dd4204b Update README.md (#51)
dd4204b is described below
commit dd4204b4641e32e9226ac885a7697ee9d3c85559
Author: shinhanbyeol <[email protected]>
AuthorDate: Tue Apr 13 08:23:38 2021 +0900
Update README.md (#51)
README Add Viewer Tools in AGE
---
README.md | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/README.md b/README.md
index 612f5a2..a63816c 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,16 @@ Apache AGE is a PostgreSQL Extension that provides graph
database functionality.
- [Use a docker image - alpine
ver.](https://hub.docker.com/r/sorrell/agensgraph-extension-alpine)
- [Installing from source](https://age.apache.org/#)
+## Viewer Tools in AGE
+
+### AGViewer : https://github.com/bitnine-oss/AGViewer.git
+
+- This is a visualization tool.
+After AGE Extension Installation
+You can use this tool to use the visualization features.
+- Follow the instructions on the link to run it.
+Under Connect to Database , select database type as "Apache AGE"
+
## Documentation
Here is the link to the latest [Apache AGE
documentation](http://age.incubator.apache.org/docs/Apache_AGE_Guide.pdf).