File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Check [latest version](https://github.com/apache/age/releases)
3434### For more information about [ Apache AGE] ( https://age.apache.org/ )
3535* Apache Age : https://age.apache.org/
3636* GitHub : https://github.com/apache/age
37- * Document : https://age.apache.org/docs /
37+ * Document : https://age.apache.org/age-manual /
3838
3939### Check that Apache AGE is loaded on your PostgreSQL database
4040Connect to your containerized Postgres instance and then run the following commands:
Original file line number Diff line number Diff line change 11# Apache AGE - Go driver Type mapping
22
3- * For more information about Apache AGE result types : https://age.apache.org/docs/Apache_AGE_Guide.pdf
3+ * For more information about Apache AGE result types : https://age.apache.org/age-manual/master/intro/types.html
44
55| Type | AGE Result | Go Type |
66| ------| ------------| ---------|
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ You should have installed following jar files and packages.
99- [ gradle] ( https://gradle.org/install/ ) build tool
1010- [ postgres JDBC driver] ( https://jdbc.postgresql.org/download/ )
1111- [ antlr4-4.9.2-complete] ( https://repo1.maven.org/maven2/org/antlr/antlr4/4.9.2/ )
12- - [ common-lang3] ( http ://www.java2s. com/Code/Jar/c/Downloadcommonlang3jar.htm )
13- - [ commons-text-1.6] ( http ://www.java2s. com/ref/jar/download-commonstext16jar-file.html )
12+ - [ common-lang3] ( https ://mvnrepository. com/artifact/org.apache.commons/commons-lang3 )
13+ - [ commons-text-1.6] ( https ://mvnrepository. com/artifact/org.apache.commons/commons-text )
1414
1515Kindly unzip the jars if they are zipped before using them.
1616
You can’t perform that action at this time.
0 commit comments