-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Querying and constructing multiple graphs #241
base: master
Are you sure you want to change the base?
Commits on Jun 27, 2017
-
First early draft for Cypher support for working with multiple graphs
This covers a lot of ground: * Data model * Language execution model * Working with named graphs * Declarative Graph Construction * Graph composition * New Patterns: Optional Copy Patterns * New Patterns: Merge Patterns * Create, update, modify persistent graphs
Configuration menu - View commit details
-
Copy full SHA for 56f2d90 - Browse repository at this point
Copy the full SHA 56f2d90View commit details
Commits on Jul 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ce09cf5 - Browse repository at this point
Copy the full SHA ce09cf5View commit details
Commits on Jul 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 98d78b6 - Browse repository at this point
Copy the full SHA 98d78b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4714ca6 - Browse repository at this point
Copy the full SHA 4714ca6View commit details
Commits on Aug 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 581f192 - Browse repository at this point
Copy the full SHA 581f192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 343ff7d - Browse repository at this point
Copy the full SHA 343ff7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cdb3dc - Browse repository at this point
Copy the full SHA 4cdb3dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a756fcf - Browse repository at this point
Copy the full SHA a756fcfView commit details
Commits on Aug 4, 2017
-
Reworked the syntax to be a little more flexible
- Homogenized graph specifier syntax - Added DEFAULT GRAPH - WITH, RETURN can also return comma separated list of graphs without leading `GRAPHS` if bound graphs are prefixed with `GRAPH`, i.e. RETURN a, b, c COPY OF GRAPH foo is possible
Configuration menu - View commit details
-
Copy full SHA for 71ad96e - Browse repository at this point
Copy the full SHA 71ad96eView commit details -
Configuration menu - View commit details
-
Copy full SHA for be361f6 - Browse repository at this point
Copy the full SHA be361f6View commit details -
Tweaked syntax as per internal discussion
- COPY .. TO .. - Allow FROM <name> AS <new-name> (wo leading GRAPH) - Allow INTO <name> AS <new-name> (wo leading GRAPH)
Configuration menu - View commit details
-
Copy full SHA for 972ceaf - Browse repository at this point
Copy the full SHA 972ceafView commit details -
Added more meaningful titles to existing examples
Petra Selmer committedAug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 4c0d1d2 - Browse repository at this point
Copy the full SHA 4c0d1d2View commit details -
Added first draft of detailed example
- The jpg files ought to be moved elsewhere at a later stage
Petra Selmer committedAug 4, 2017 Configuration menu - View commit details
-
Copy full SHA for f8fcc8e - Browse repository at this point
Copy the full SHA f8fcc8eView commit details
Commits on Aug 5, 2017
-
Reformatting of image and headings
Petra Selmer committedAug 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 89b9cc6 - Browse repository at this point
Copy the full SHA 89b9cc6View commit details -
Filled in Cypher statements for writing to new graphs in large example
Petra Selmer committedAug 5, 2017 Configuration menu - View commit details
-
Copy full SHA for aef40d7 - Browse repository at this point
Copy the full SHA aef40d7View commit details -
Formatting improvements to detailed example
Petra Selmer committedAug 5, 2017 Configuration menu - View commit details
-
Copy full SHA for 3d066a5 - Browse repository at this point
Copy the full SHA 3d066a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 179cb8a - Browse repository at this point
Copy the full SHA 179cb8aView commit details
Commits on Aug 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ea90ffc - Browse repository at this point
Copy the full SHA ea90ffcView commit details
Commits on Aug 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9c134d8 - Browse repository at this point
Copy the full SHA 9c134d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82cf43b - Browse repository at this point
Copy the full SHA 82cf43bView commit details -
Very small textual changes - round 1
Petra Selmer committedAug 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 73c4a6e - Browse repository at this point
Copy the full SHA 73c4a6eView commit details -
Removed all subgraph forms from examples:
{...}
Petra Selmer committedAug 7, 2017 Configuration menu - View commit details
-
Copy full SHA for 760d433 - Browse repository at this point
Copy the full SHA 760d433View commit details -
Configuration menu - View commit details
-
Copy full SHA for 003cc1d - Browse repository at this point
Copy the full SHA 003cc1dView commit details
Commits on Aug 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5da27c8 - Browse repository at this point
Copy the full SHA 5da27c8View commit details -
Made source graph and target graph part of query context
o Aligned w latest discussions; removed subqueries o Polished graph definition syntax (always needs alias now) o FROM -|INTO - => FROM DEFAULT GRAPH (wo alias) o THEN now kills the cardinality o Adopted WITH|RETURN semantics based on presumed useage
Configuration menu - View commit details
-
Copy full SHA for 70e3b0d - Browse repository at this point
Copy the full SHA 70e3b0dView commit details -
New Sales roll-up example motivating returning tabular data and graphs
Petra Selmer committedAug 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 4eeba29 - Browse repository at this point
Copy the full SHA 4eeba29View commit details -
Sales roll-up example refinements
Petra Selmer committedAug 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 98d7288 - Browse repository at this point
Copy the full SHA 98d7288View commit details -
Sales roll-up example: full query pipeline
Petra Selmer committedAug 8, 2017 Configuration menu - View commit details
-
Copy full SHA for d600ccc - Browse repository at this point
Copy the full SHA d600cccView commit details -
Petra Selmer committed
Aug 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 9935f70 - Browse repository at this point
Copy the full SHA 9935f70View commit details -
New example: external execution context using ext. input table and graph
Petra Selmer committedAug 8, 2017 Configuration menu - View commit details
-
Copy full SHA for 53d9d09 - Browse repository at this point
Copy the full SHA 53d9d09View commit details
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for dc40338 - Browse repository at this point
Copy the full SHA dc40338View commit details
Commits on Aug 16, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5d0e97c - Browse repository at this point
Copy the full SHA 5d0e97cView commit details
Commits on Aug 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b7d6f08 - Browse repository at this point
Copy the full SHA b7d6f08View commit details -
Clarify and restructure Named Graphs
- Define use of notation more rigorously - Introduce subsection for graph url subclauses
Configuration menu - View commit details
-
Copy full SHA for 86ffb17 - Browse repository at this point
Copy the full SHA 86ffb17View commit details
Commits on Sep 25, 2017
-
Alteration of some relationship types in the sales graphs
Petra Selmer committedSep 25, 2017 Configuration menu - View commit details
-
Copy full SHA for 8aa30b5 - Browse repository at this point
Copy the full SHA 8aa30b5View commit details
Commits on Jan 17, 2018
-
Petra Selmer committed
Jan 17, 2018 Configuration menu - View commit details
-
Copy full SHA for 0382582 - Browse repository at this point
Copy the full SHA 0382582View commit details
Commits on Mar 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 90f884d - Browse repository at this point
Copy the full SHA 90f884dView commit details -
Configuration menu - View commit details
-
Copy full SHA for edf1e80 - Browse repository at this point
Copy the full SHA edf1e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31f080d - Browse repository at this point
Copy the full SHA 31f080dView commit details
Commits on Mar 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f2a9587 - Browse repository at this point
Copy the full SHA f2a9587View commit details
Commits on Mar 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d339f8d - Browse repository at this point
Copy the full SHA d339f8dView commit details
Commits on Mar 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for dcd22de - Browse repository at this point
Copy the full SHA dcd22deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39be9ca - Browse repository at this point
Copy the full SHA 39be9caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cdbbf0 - Browse repository at this point
Copy the full SHA 9cdbbf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c53ad - Browse repository at this point
Copy the full SHA 90c53adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aef639 - Browse repository at this point
Copy the full SHA 9aef639View commit details
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f938d15 - Browse repository at this point
Copy the full SHA f938d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for b87de21 - Browse repository at this point
Copy the full SHA b87de21View commit details
Commits on Apr 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 877d6ae - Browse repository at this point
Copy the full SHA 877d6aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a65cc4 - Browse repository at this point
Copy the full SHA 8a65cc4View commit details
Commits on Apr 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7e96620 - Browse repository at this point
Copy the full SHA 7e96620View commit details
Commits on Apr 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e971be4 - Browse repository at this point
Copy the full SHA e971be4View commit details
Commits on Apr 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 849787c - Browse repository at this point
Copy the full SHA 849787cView commit details
Commits on Apr 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7a99b78 - Browse repository at this point
Copy the full SHA 7a99b78View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6a0d68 - Browse repository at this point
Copy the full SHA e6a0d68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066f444 - Browse repository at this point
Copy the full SHA 066f444View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2135e - Browse repository at this point
Copy the full SHA 4d2135eView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbb52a8 - Browse repository at this point
Copy the full SHA cbb52a8View commit details
Commits on Apr 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0b66662 - Browse repository at this point
Copy the full SHA 0b66662View commit details
Commits on Apr 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2327c3b - Browse repository at this point
Copy the full SHA 2327c3bView commit details
Commits on May 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4bc50dd - Browse repository at this point
Copy the full SHA 4bc50ddView commit details
Commits on May 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 8ff91a1 - Browse repository at this point
Copy the full SHA 8ff91a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9e85f - Browse repository at this point
Copy the full SHA fa9e85fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4da00d2 - Browse repository at this point
Copy the full SHA 4da00d2View commit details -
Petra Selmer committed
May 4, 2018 Configuration menu - View commit details
-
Copy full SHA for 85c3740 - Browse repository at this point
Copy the full SHA 85c3740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3df1eb8 - Browse repository at this point
Copy the full SHA 3df1eb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d831bfc - Browse repository at this point
Copy the full SHA d831bfcView commit details
Commits on May 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3af673a - Browse repository at this point
Copy the full SHA 3af673aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93517e5 - Browse repository at this point
Copy the full SHA 93517e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde04b7 - Browse repository at this point
Copy the full SHA cde04b7View commit details
Commits on May 7, 2018
-
Polished Abstract, Intro, Data Model
Petra Selmer committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 7b2237c - Browse repository at this point
Copy the full SHA 7b2237cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a18a2a2 - Browse repository at this point
Copy the full SHA a18a2a2View commit details -
Polished Query structure and Execution model
Petra Selmer committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 11d9531 - Browse repository at this point
Copy the full SHA 11d9531View commit details -
Petra Selmer committed
May 7, 2018 Configuration menu - View commit details
-
Copy full SHA for bdb3df3 - Browse repository at this point
Copy the full SHA bdb3df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec7c6e - Browse repository at this point
Copy the full SHA fec7c6eView commit details -
Polished Basic graph operations
Petra Selmer committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 5cc373e - Browse repository at this point
Copy the full SHA 5cc373eView commit details -
Merge branch 'CIP2017-06-18-multiple-graphs-devel' of github.com:bogg…
…le/openCypher into CIP2017-06-18-multiple-graphs-devel
Petra Selmer committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 97cd398 - Browse repository at this point
Copy the full SHA 97cd398View commit details -
Petra Selmer committed
May 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 739a435 - Browse repository at this point
Copy the full SHA 739a435View commit details -
Polishing of Graph construction - Take I
Petra Selmer committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 53257da - Browse repository at this point
Copy the full SHA 53257daView commit details -
Polishing of Graph construction - Take II
Petra Selmer committedMay 7, 2018 Configuration menu - View commit details
-
Copy full SHA for ed1a1aa - Browse repository at this point
Copy the full SHA ed1a1aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c06ab9 - Browse repository at this point
Copy the full SHA 1c06ab9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d96f928 - Browse repository at this point
Copy the full SHA d96f928View commit details
Commits on May 8, 2018
-
Petra Selmer committed
May 8, 2018 Configuration menu - View commit details
-
Copy full SHA for c5b8e42 - Browse repository at this point
Copy the full SHA c5b8e42View commit details