Draft:Apache AGE (2)
Submission declined on 8 September 2023 by Stuartyeates (talk).
Where to get help
How to improve a draft
You can also browse Wikipedia:Featured articles and Wikipedia:Good articles to find examples of Wikipedia's best writing on topics similar to your proposed article. Improving your odds of a speedy review To improve your odds of a faster review, tag your draft with relevant WikiProject tags using the button below. This will let reviewers know a new draft has been submitted in their area of interest. For instance, if you wrote about a female astronomer, you would want to add the Biography, Astronomy, and Women scientists tags. Editor resources
|
Submission declined on 6 February 2023 by AngusWOOF (talk). This submission's references do not show that the subject qualifies for a Wikipedia article—that is, they do not show significant coverage (not just passing mentions) about the subject in published, reliable, secondary sources that are independent of the subject (see the guidelines on the notability of websites). Before any resubmission, additional references meeting these criteria should be added (see technical help and learn about mistakes to avoid when addressing this issue). If no additional references exist, the subject is not suitable for Wikipedia. Declined by AngusWOOF 20 months ago. |
Submission declined on 6 September 2022 by CNMall41 (talk). This draft's references do not show that the subject qualifies for a Wikipedia article. In summary, the draft needs multiple published sources that are: Declined by CNMall41 2 years ago.
|
- Comment: Still lacking independent sourcing. Stuartyeates (talk) 19:18, 8 September 2023 (UTC)
- Comment: Still not clear how this is notable from other software stuff. AngusW🐶🐶F (bark • sniff) 06:18, 6 February 2023 (UTC)
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Original author(s) | Bitnine Global, Inc. |
---|---|
Developer(s) | Apache Software Foundation |
Initial release | March 12, 2022 |
Stable release | 1.5.0
/ January 8, 2024 |
Repository | github |
Written in | C Programming Language |
Operating system | Linux |
Type | Graph Database, NoSQL |
License | Apache License 2.0 |
Website | age |
AGE (A Graph Extension) is an open-source PostgreSQL extension under the Apache Software Foundation, which equips PostgreSQL with graph database functionality, allowing it to serve as both a graph and relational database. This extension supports the modeling, storage, and querying of graph data within the PostgreSQL ecosystem, thereby enabling complex graph analytics and queries on existing databases. With AGE, users and developers gain the flexibility to manage relational and graph data models without the need for a separate graph database.[1][2][3]
History
[edit]Apache AGE was inspired by AgensGraph, a multi-model database that is itself a fork of PostgreSQL, developed by Bitnine Global. The project was officially donated to the Apache Software Foundation and entered incubation in April 2020. It graduated to a Top-Level Project in May 2022, signifying its maturity and the community's confidence in its governance and sustainability.[4][5][6]
Features
[edit]Graph Database Functionality
[edit]Enables graph data modeling, storage, and querying within PostgreSQL.[7]
OpenCypher Support
[edit]Offers support for the openCypher query language, allowing users to perform complex graph queries.[7]
Integration with Relational Data
[edit]Seamlessly integrates graph data with existing relational data models, providing a hybrid database solution.[7]
Architecture
[edit]Apache AGE extends PostgreSQL by adding graph database capabilities on top of its existing relational model. This approach allows for the storage and management of graph data (nodes, edges, and properties) within the framework of PostgreSQL, utilizing its features such as ACID transactions, indexing, and extensions. The architecture of Apache AGE is designed to seamlessly integrate graph operations with PostgreSQL's relational model, offering a hybrid database solution. Here's a breakdown of how Apache AGE processes Cypher queries:[8]
Cypher Query Parsing: Apache AGE parses Cypher queries embedded in cypher function calls. At this stage, it implements the grammar for openCypher, allowing users to input queries in a syntax that is familiar to those used in other graph databases.[8]
Query Tree Transformation: Once a Cypher query is parsed, Apache AGE transforms it into a Query tree. This tree is then attached as a subquery node within the PostgreSQL query processing architecture. This step is crucial for integrating graph queries with the relational data model.[8]
Planner / Optimizer: Apache AGE understands various graph operations and produces plan nodes that are specifically related to graph operations. This capability ensures that graph-related tasks are handled efficiently within the PostgreSQL environment.[8]
Executor: The plan nodes related to graph operations are executed, allowing for the manipulation and querying of graph data. This process uses PostgreSQL's execution engine.[8]
Transaction / Cache Layer: Cypher queries in Apache AGE work seamlessly with PostgreSQL's existing fully transactional system (ACID). This integration ensures that graph operations benefit from the same level of data integrity, consistency, isolation, and durability that PostgreSQL provides for relational data.[8][9][10]
Usage
[edit]The extension is designed to be easy to install and use, requiring minimal configuration to add graph database functionality to existing PostgreSQL instances. Users can create graph objects, write graph queries using openCypher, and integrate graph analytics into their applications with the same tools and interfaces they use for relational data in PostgreSQL.[7]
To facilitate integration into diverse development environments, Apache AGE supports drivers in multiple programming languages, including Go, Java, Node.js, Python, and Rust. This wide range of language support enables developers to work with Apache AGE in their preferred programming environments, making it accessible for a variety of projects and applications.[11]
Development and Contributions
[edit]Apache AGE is an open-source project, welcoming contributions from the global developer community. The project's development is guided by the principles of the Apache Software Foundation, focusing on collaborative, consensus-based processes.
License
[edit]Apache AGE is released under the Apache License 2.0, a permissive open-source license that allows for broad use and modification.
See Also
[edit]References
[edit]- ^ "Innovative AI Company AGEDB Technology Commences Trading on the TSX Venture Exchange". Yahoo Finance. 2024-03-22. Retrieved 2024-04-09.
- ^ "ApacheAGE 1.4.0: Apache AGE is a PostgreSQL Extension that provides graph database functionality / PostgreSQL Extension Network". PGXN: PostgreSQL Extension Network. 2023-12-19. Retrieved 2024-04-08.
- ^ Clark, Lindsay. "The Great Graph Database Debate". www.theregister.com. Retrieved 2024-04-09.
- ^ Foundation, The Apache Software (2022-06-08). "The Apache Software Foundation Announces Apache® AGE™ as a Top-Level Project". GlobeNewswire News Room (Press release). Retrieved 2024-04-08.
- ^ "What is Apache AGE? (#1 in our new ASF Incubator series)". The Stack. 2021-01-12. Retrieved 2024-04-09.
- ^ Schmid, Matthias (2021). Towards Storing 3D Model Graphs in Relational Databases (Thesis). Universität Passau. p 12.
- ^ a b c d "Postgres Pro Enterprise : Documentation: 15: F.3. apache_age". postgrespro.com. Retrieved 2024-04-09.
- ^ a b c d e f "AGE - The Open Source PostgreSQL Extension For Graph Database Functionality". www.i-programmer.info. Retrieved 2024-04-09.
- ^ "Apache AGE, Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL". age.apache.org. Retrieved 2024-04-08.
- ^ "The Internals of PostgreSQL". www.interdb.jp. Retrieved 2024-04-08.
- ^ "age/README.md at master · apache/age". GitHub. Retrieved 2024-04-09.
External Links
[edit]- bitnine.net https://bitnine.net/agensgraph/?ckattempt=1. Retrieved 2024-04-08.
- "The Apache Incubator". https://incubator.apache.org. Retrieved 2024-04-08.
Category:Apache Software Foundation Category:Graph databases Category:PostgreSQL Category:Relational database management systems Category:Apache Software Foundation projects Category:Free database management systems Category:Structured storage Category:NoSQL Category:Big data products
- in-depth (not just brief mentions about the subject or routine announcements)
- reliable
- secondary
- strictly independent of the subject
Make sure you add references that meet all four of these criteria before resubmitting. Learn about mistakes to avoid when addressing this issue. If no additional references exist, the subject is not suitable for Wikipedia.