commit | acd4b5b4b9d02d1eb92ac566d94dda44ce67e1e9 | [log] [tgz] |
---|---|---|
author | ggalvizo <ggalvizo@uci.edu> | Sun Sep 25 14:29:42 2022 -0700 |
committer | Glenn Galvizo <ggalvizo@uci.edu> | Sun Sep 25 22:16:27 2022 +0000 |
tree | 7cd08b32aec4dec1441a7986a3d06d5345052c28 | |
parent | 696e5fd6f073910b4f342070996ca83226a3a2ba [diff] |
[NO-ISSUE][GRAPHIX] Large Graphix update. Large commit for the following: - Using AbstractClauseExtension. - LEFT-MATCH now defaults to a non-foldable-action. - Refactor of some docstrings to use HTML lists. - Starting work towards adding using SWITCH and CYCLE at Graphix. - Adding support for implicit correlated vertex JOINs. - Adding support for graphs with duplicate schema edge labels. - Adding support for unconditional schema decoration. - Adding support for negated edge labels. - Total revamp for schema resolution: we now take an exhaustive approach. - Adding support for specifying Graphix compiler options in the config file. Change-Id: I120362128a5557f7de8904b86bacde3b606760db Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-graph/+/17235 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Glenn Galvizo <ggalvizo@uci.edu>
Graphix is an extension for the Big Data Management System Apache AsterixDB that allows users to issue graph queries on conceptual graphs over existing data managed by AsterixDB itself. Our motto is “one analyst’s document store is another analyst’s graph”, originating from the thought that developers shouldn’t have to choose between two different technologies (i.e. a document database or a graph database).
See our website here for more details.