You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/12/08 00:28:56 UTC

[age] branch AGE_PG12.1.0_ALPHA updated: Issue (#318): PGXN Support added. (#367)

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch AGE_PG12.1.0_ALPHA
in repository https://gitbox.apache.org/repos/asf/age.git


The following commit(s) were added to refs/heads/AGE_PG12.1.0_ALPHA by this push:
     new 84b7549  Issue (#318): PGXN Support added. (#367)
84b7549 is described below

commit 84b75494a5d582a5b46f22aef7c5c9f5305581b2
Author: Ibrar Ahmed <ib...@percona.com>
AuthorDate: Thu Dec 8 05:28:50 2022 +0500

    Issue (#318): PGXN Support added. (#367)
    
    Co-authored-by: Ibrar Ahmed <“ibrar.ahmed@percona.com”>
---
 META.json | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/META.json b/META.json
new file mode 100644
index 0000000..e17fda2
--- /dev/null
+++ b/META.json
@@ -0,0 +1,45 @@
+{
+   "name": "ApacheAGE",
+   "abstract": "Apache AGE is a PostgreSQL Extension that provides graph database functionality",
+   "description": "Apache AGE is a PostgreSQL Extension that provides graph database functionality. AGE is an acronym for A Graph Extension, and is inspired by Bitnine's fork of PostgreSQL 10, AgensGraph, which is a multi-model database. The goal of the project is to create single storage that can handle both relational and graph model data so that users can use standard ANSI SQL along with openCypher, the Graph query language. A graph consists of a set of vertices (also called nodes) an [...]
+   "version": "1.1.0",
+   "maintainer": [
+      "users@age.apache.org"
+   ],
+   "license": "apache_2_0",
+   "provides": {
+      "ApacheAGE": {
+         "abstract": "Apache AGE is a PostgreSQL Extension that provides graph database functionality",
+         "file": "age--1.1.0.sql",
+         "docfile": "README.md",
+         "version": "1.1.0"
+      }
+   },
+   "prereqs": {
+      "runtime": {
+         "requires": {
+            "PostgreSQL": "12.0.0"
+         }
+      }
+   },
+   "resources": {
+      "homepage": "https://github.com/apache/age/tree/AGE_PG12.1.0_ALPHA",
+      "bugtracker": {
+         "web": "https://github.com/apache/age/issues"
+      },
+      "repository": {
+        "url":  "https://github.com/apache/age.git",
+        "web":  "https://github.com/apache/age",
+        "type": "git"
+      }
+   },
+   "generated_by": "users@age.apache.org",
+   "meta-spec": {
+      "version": "1.0.0",
+      "url": "http://pgxn.org/meta/spec.txt"
+   },
+   "tags": [
+      "graphdb",
+      "graph-database"
+   ]
+}