commit | 948721447a4be7b95cf1e692827a8930a0818251 | [log] [tgz] |
---|---|---|
author | joefagan <joe.fagan@bitnine.net> | Mon Jun 28 17:25:03 2021 +0100 |
committer | GitHub <noreply@github.com> | Mon Jun 28 09:25:03 2021 -0700 |
tree | 0c1bb0e819e3d797297a71c91cd8c456c3e656f0 | |
parent | d3282d6814b81c1663b152fb8dd537fe8bb381eb [diff] |
Create CONTRIBUTING.md (#83)
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.
Here is the link to the latest Apache AGE documentation. You can learn about how to install Apache AGE, its features and built-in functions and how to use various Cypher queries.
You can improve ongoing efforts or initiate new ones by sending pull requests to this repository.
Also, you can learn from the code review process, how to merge pull requests, and from code style compliance to documentation, by visiting the Apache AGE official site - Developer Guidelines.