All Projects → apache → Incubator Age

apache / Incubator Age

Licence: apache-2.0
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Incubator Age

Agensgraph
AgensGraph, a transactional graph database based on PostgreSQL
Stars: ✭ 1,056 (+332.79%)
Mutual labels:  postgresql, graph-database, graphdb
Agensgraph Extension
A graph database extension for PostgreSQL
Stars: ✭ 170 (-30.33%)
Mutual labels:  postgresql, graph-database, postgresql-extension
incubator-age-viewer
Graph database optimized for fast analysis and real-time data processing. It is provided as an extension to PostgreSQL.
Stars: ✭ 123 (-49.59%)
Mutual labels:  graph-database, graphdb, postgresql-extension
Timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
Stars: ✭ 12,211 (+4904.51%)
Mutual labels:  analytics, postgresql
Open Bank Mark
A bank simulation application using mainly Clojure, which can be used to end-to-end test and show some graphs.
Stars: ✭ 81 (-66.8%)
Mutual labels:  analytics, postgresql
Maha
A framework for rapid reporting API development; with out of the box support for high cardinality dimension lookups with druid.
Stars: ✭ 101 (-58.61%)
Mutual labels:  analytics, postgresql
Gpdb
Greenplum Database - Massively Parallel PostgreSQL for Analytics. An open-source massively parallel data platform for analytics, machine learning and AI.
Stars: ✭ 4,928 (+1919.67%)
Mutual labels:  analytics, postgresql
Pipelinedb
High-performance time-series aggregation for PostgreSQL
Stars: ✭ 2,447 (+902.87%)
Mutual labels:  analytics, postgresql
Reddit Detective
Play detective on Reddit: Discover political disinformation campaigns, secret influencers and more
Stars: ✭ 129 (-47.13%)
Mutual labels:  analytics, graph-database
Chartbrew
Open-source web platform for creating charts out of different data sources (databases and APIs) 📈📊
Stars: ✭ 199 (-18.44%)
Mutual labels:  analytics, postgresql
grafito
Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
Stars: ✭ 95 (-61.07%)
Mutual labels:  graph-database, graphdb
Ether sql
A python library to push ethereum blockchain data into an sql database.
Stars: ✭ 41 (-83.2%)
Mutual labels:  analytics, postgresql
Analytics
Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
Stars: ✭ 9,469 (+3780.74%)
Mutual labels:  analytics, postgresql
Cube.js
📊 Cube — Open-Source Analytics API for Building Data Apps
Stars: ✭ 11,983 (+4811.07%)
Mutual labels:  analytics, postgresql
Metabase
The simplest, fastest way to get business intelligence and analytics to everyone in your company 😋
Stars: ✭ 26,803 (+10884.84%)
Mutual labels:  analytics, postgresql
Arcadeanalytics
Arcade Analytics is the first Open Source Graph Analytics platform. Connect your Graph Database (Neo4j, OrientDB, Amazon Neptune, Microsoft CosmosDB, etc) and RDBMS (Oracle, MySQL, Postgres, Microsoft SQLServer, MariaDB) to create powerful dashboards.
Stars: ✭ 161 (-34.02%)
Mutual labels:  analytics, graphdb
docs
Source code of the ArangoDB online documentation
Stars: ✭ 18 (-92.62%)
Mutual labels:  graph-database, graphdb
nebula
A distributed, fast open-source graph database featuring horizontal scalability and high availability
Stars: ✭ 8,196 (+3259.02%)
Mutual labels:  graph-database, graphdb
Wasmer Postgres
💽🕸 Postgres library to run WebAssembly binaries.
Stars: ✭ 245 (+0.41%)
Mutual labels:  postgresql, postgresql-extension
Redash
Make Your Company Data Driven. Connect to any data source, easily visualize, dashboard and share your data.
Stars: ✭ 20,147 (+8156.97%)
Mutual labels:  analytics, postgresql

Apache AGE (incubating)

license badge release badge issue badge forks badge stars badge

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.

Overview

  • Apache AGE is currently being developed for the PostgreSQL 11 release and will support PostgreSQL 12 and 13 in 2021 and all the future releases of PostgreSQL.
  • Apache AGE supports the openCypher graph query language and label hierarchy.
  • Apache AGE enables querying multiple graphs at the same time. This will allow a user to query two or more graphs at once with cypher, decide how to merge them and get the desired query outputs.
  • Apache AGE will be enhanced with an aim to support all of the key features of AgensGraph (PostgreSQL fork extended with graph DB functionality).

Latest happenings

Installation

Documentation

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.

Contribution

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].