This is an automated email from the ASF dual-hosted git repository.
jgemignani pushed a commit to branch alpha/PG13
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/alpha/PG13 by this push:
new 865b5fff Remove META.json
865b5fff is described below
commit 865b5fff3b015d539a96ce8e3dd63df8faf2a9bf
Author: John Gemignani <[email protected]>
AuthorDate: Wed Feb 22 15:40:22 2023 -0800
Remove META.json
Removed the file META.json from the root directory.
---
META.json | 45 ---------------------------------------------
1 file changed, 45 deletions(-)
diff --git a/META.json b/META.json
deleted file mode 100644
index e17fda2f..00000000
--- a/META.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "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": [
- "[email protected]"
- ],
- "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": "[email protected]",
- "meta-spec": {
- "version": "1.0.0",
- "url": "http://pgxn.org/meta/spec.txt"
- },
- "tags": [
- "graphdb",
- "graph-database"
- ]
-}