Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
5004775
first version
hkernbach Sep 9, 2020
4020e85
Update 3.8-manual.yml
Simran-B Sep 9, 2020
22e372b
added todos
hkernbach Sep 9, 2020
144f8f1
Merge branch 'feature/experimental-custom-programmable-pregel-algos' …
hkernbach Sep 9, 2020
8ff9c5b
Added documentation about debug field.
Sep 10, 2020
bcb0847
make phases more clear
hkernbach Sep 10, 2020
881a457
add accumulators main topic
hkernbach Sep 10, 2020
e6fb465
more docu related to accumulators
hkernbach Sep 10, 2020
06b20c0
more docu related to accumulators
hkernbach Sep 10, 2020
8efded4
First part of custom accumulators.
Sep 10, 2020
913b9e4
More on custom accumulators.
Sep 10, 2020
454b369
Formatting, typos
Simran-B Sep 10, 2020
b01438d
Remove whitespace
Simran-B Sep 10, 2020
c6177d6
Fix anchor link (is this correct?)
Simran-B Sep 10, 2020
5a59612
Update graphs-custom-pregel.md
Simran-B Sep 11, 2020
3b4ea58
More details on quasi-quote
Sep 11, 2020
6d4a0de
Updated quasi-quote and quote.
Sep 11, 2020
d9d1aa5
vote-active and vote-halt.
Sep 11, 2020
f76c564
More fixes for documentation.
Sep 11, 2020
b566a46
Example for custom global accumulators.
Sep 11, 2020
d74fdcf
Added information about math library.
Sep 15, 2020
6e31e99
Formatting
Simran-B Sep 15, 2020
a830761
Formatting
Simran-B Sep 15, 2020
2fc521f
Use list + {:class="columns-3"} for compact keyword list
Simran-B Sep 15, 2020
5767f69
Applied suggestions.
Sep 15, 2020
f740ab6
Merge branch 'feature/experimental-custom-programmable-pregel-algos' …
Sep 15, 2020
bab1b08
Fix spelling of DB-Server
Simran-B Sep 16, 2020
0230658
Added `sort`.
Sep 21, 2020
3d5e09c
new attrib-get variants.
Sep 24, 2020
295c85b
Changed name for attrib-ref-or-fail
Sep 24, 2020
ff23302
Add a few blank lines to separate content
Simran-B Sep 25, 2020
04983ad
Update 3.8/graphs-custom-pregel.md
hkernbach Sep 28, 2020
bab272c
Removed `storeSender`. Its no longer there.
Sep 30, 2020
3546b50
Fixed docs for lambda and map. Added docs for filter.
Oct 23, 2020
57fa278
added reduce method to documentation
hkernbach Oct 26, 2020
1a6f22a
Docs for rand/rang-range.
Nov 2, 2020
75164d3
Formatting
Simran-B Nov 6, 2020
6017309
added missing method
hkernbach Nov 23, 2020
a6ec0da
Merge branch 'feature/experimental-custom-programmable-pregel-algos' …
hkernbach Nov 23, 2020
3de9a18
Apply suggestions from code review
Dec 3, 2020
171c0a5
Fixed some issues that come up during review.
Dec 3, 2020
a468bdb
Fixed some stuff.
Dec 4, 2020
28c84c0
Apply suggestions from code review
Dec 4, 2020
b605ea5
Replaced nductor by ordinator.
Dec 9, 2020
9500b5d
Small adjustments.
Dec 15, 2020
69ca8a7
Small fixes.
Dec 15, 2020
8890349
Updated documentation of for-each
Dec 16, 2020
38e158b
Removed confusing sentence
Dec 16, 2020
dfbbb76
Fixed some smaller issues. Renamed print to report.
Jan 6, 2021
2676358
Update 3.8/graphs-custom-pregel.md
hkernbach Jan 11, 2021
818116d
applied suggested review changes
hkernbach Jan 11, 2021
b353d02
merge
hkernbach Jan 11, 2021
1798f73
adjusted documentation to fit latest behavior
hkernbach Jan 13, 2021
7fe4dc6
adjusted documentation to fit latest behavior, rename of 'slice' to '…
hkernbach Jan 14, 2021
8c08632
Merge branch 'main' into feature/experimental-custom-programmable-pre…
Simran-B Feb 25, 2021
e81e405
Rename file prefix to graph-processing
Simran-B Feb 25, 2021
79d53f5
Graph Analytics is a better buzzword
Simran-B Feb 25, 2021
42c56b1
Formatting, typos
Simran-B Feb 25, 2021
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
69 changes: 33 additions & 36 deletions 3.3/aql/fundamentals-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,42 +102,39 @@ There are a few more keywords in addition to the higher-level operation keywords
Additional keywords may be added in future versions of ArangoDB.
The complete list of keywords is currently:

<div class="columns-3">
<ul>
<li>AGGREGATE</li>
<li>ALL</li>
<li>AND</li>
<li>ANY</li>
<li>ASC</li>
<li>COLLECT</li>
<li>DESC</li>
<li>DISTINCT</li>
<li>FALSE</li>
<li>FILTER</li>
<li>FOR</li>
<li>GRAPH</li>
<li>IN</li>
<li>INBOUND</li>
<li>INSERT</li>
<li>INTO</li>
<li>LET</li>
<li>LIMIT</li>
<li>NONE</li>
<li>NOT</li>
<li>NULL</li>
<li>OR</li>
<li>OUTBOUND</li>
<li>REMOVE</li>
<li>REPLACE</li>
<li>RETURN</li>
<li>SHORTEST_PATH</li>
<li>SORT</li>
<li>TRUE</li>
<li>UPDATE</li>
<li>UPSERT</li>
<li>WITH</li>
</ul>
</div>
- `AGGREGATE`
- `ALL`
- `AND`
- `ANY`
- `ASC`
- `COLLECT`
- `DESC`
- `DISTINCT`
- `FALSE`
- `FILTER`
- `FOR`
- `GRAPH`
- `IN`
- `INBOUND`
- `INSERT`
- `INTO`
- `LET`
- `LIMIT`
- `NONE`
- `NOT`
- `NULL`
- `OR`
- `OUTBOUND`
- `REMOVE`
- `REPLACE`
- `RETURN`
- `SHORTEST_PATH`
- `SORT`
- `TRUE`
- `UPDATE`
- `UPSERT`
- `WITH`
{:class="columns-3"}

Names
-----
Expand Down
69 changes: 33 additions & 36 deletions 3.4/aql/fundamentals-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,42 +103,39 @@ There are a few more keywords in addition to the higher-level operation keywords
Additional keywords may be added in future versions of ArangoDB.
The complete list of keywords is currently:

<div class="columns-3">
<ul>
<li>AGGREGATE</li>
<li>ALL</li>
<li>AND</li>
<li>ANY</li>
<li>ASC</li>
<li>COLLECT</li>
<li>DESC</li>
<li>DISTINCT</li>
<li>FALSE</li>
<li>FILTER</li>
<li>FOR</li>
<li>GRAPH</li>
<li>IN</li>
<li>INBOUND</li>
<li>INSERT</li>
<li>INTO</li>
<li>LET</li>
<li>LIMIT</li>
<li>NONE</li>
<li>NOT</li>
<li>NULL</li>
<li>OR</li>
<li>OUTBOUND</li>
<li>REMOVE</li>
<li>REPLACE</li>
<li>RETURN</li>
<li>SHORTEST_PATH</li>
<li>SORT</li>
<li>TRUE</li>
<li>UPDATE</li>
<li>UPSERT</li>
<li>WITH</li>
</ul>
</div>
- `AGGREGATE`
- `ALL`
- `AND`
- `ANY`
- `ASC`
- `COLLECT`
- `DESC`
- `DISTINCT`
- `FALSE`
- `FILTER`
- `FOR`
- `GRAPH`
- `IN`
- `INBOUND`
- `INSERT`
- `INTO`
- `LET`
- `LIMIT`
- `NONE`
- `NOT`
- `NULL`
- `OR`
- `OUTBOUND`
- `REMOVE`
- `REPLACE`
- `RETURN`
- `SHORTEST_PATH`
- `SORT`
- `TRUE`
- `UPDATE`
- `UPSERT`
- `WITH`
{:class="columns-3"}

Names
-----
Expand Down
73 changes: 35 additions & 38 deletions 3.5/aql/fundamentals-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,44 +111,41 @@ There are a few more keywords in addition to the higher-level operation keywords
Additional keywords may be added in future versions of ArangoDB.
The complete list of keywords is currently:

<div class="columns-3">
<ul>
<li><code>AGGREGATE</code></li>
<li><code>ALL</code></li>
<li><code>AND</code></li>
<li><code>ANY</code></li>
<li><code>ASC</code></li>
<li><code>COLLECT</code></li>
<li><code>DESC</code></li>
<li><code>DISTINCT</code></li>
<li><code>FALSE</code></li>
<li><code>FILTER</code></li>
<li><code>FOR</code></li>
<li><code>GRAPH</code></li>
<li><code>IN</code></li>
<li><code>INBOUND</code></li>
<li><code>INSERT</code></li>
<li><code>INTO</code></li>
<li><code>K_SHORTEST_PATHS</code></li>
<li><code>LET</code></li>
<li><code>LIKE</code></li>
<li><code>LIMIT</code></li>
<li><code>NONE</code></li>
<li><code>NOT</code></li>
<li><code>NULL</code></li>
<li><code>OR</code></li>
<li><code>OUTBOUND</code></li>
<li><code>REMOVE</code></li>
<li><code>REPLACE</code></li>
<li><code>RETURN</code></li>
<li><code>SHORTEST_PATH</code></li>
<li><code>SORT</code></li>
<li><code>TRUE</code></li>
<li><code>UPDATE</code></li>
<li><code>UPSERT</code></li>
<li><code>WITH</code></li>
</ul>
</div>
- `AGGREGATE`
- `ALL`
- `AND`
- `ANY`
- `ASC`
- `COLLECT`
- `DESC`
- `DISTINCT`
- `FALSE`
- `FILTER`
- `FOR`
- `GRAPH`
- `IN`
- `INBOUND`
- `INSERT`
- `INTO`
- `K_SHORTEST_PATHS`
- `LET`
- `LIKE`
- `LIMIT`
- `NONE`
- `NOT`
- `NULL`
- `OR`
- `OUTBOUND`
- `REMOVE`
- `REPLACE`
- `RETURN`
- `SHORTEST_PATH`
- `SORT`
- `TRUE`
- `UPDATE`
- `UPSERT`
- `WITH`
{:class="columns-3"}

On top of that, there are a few words used in language constructs which are not
reserved keywords. They may thus be used as collection or attribute names
Expand Down
73 changes: 35 additions & 38 deletions 3.6/aql/fundamentals-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,44 +111,41 @@ There are a few more keywords in addition to the higher-level operation keywords
Additional keywords may be added in future versions of ArangoDB.
The complete list of keywords is currently:

<div class="columns-3">
<ul>
<li><code>AGGREGATE</code></li>
<li><code>ALL</code></li>
<li><code>AND</code></li>
<li><code>ANY</code></li>
<li><code>ASC</code></li>
<li><code>COLLECT</code></li>
<li><code>DESC</code></li>
<li><code>DISTINCT</code></li>
<li><code>FALSE</code></li>
<li><code>FILTER</code></li>
<li><code>FOR</code></li>
<li><code>GRAPH</code></li>
<li><code>IN</code></li>
<li><code>INBOUND</code></li>
<li><code>INSERT</code></li>
<li><code>INTO</code></li>
<li><code>K_SHORTEST_PATHS</code></li>
<li><code>LET</code></li>
<li><code>LIKE</code></li>
<li><code>LIMIT</code></li>
<li><code>NONE</code></li>
<li><code>NOT</code></li>
<li><code>NULL</code></li>
<li><code>OR</code></li>
<li><code>OUTBOUND</code></li>
<li><code>REMOVE</code></li>
<li><code>REPLACE</code></li>
<li><code>RETURN</code></li>
<li><code>SHORTEST_PATH</code></li>
<li><code>SORT</code></li>
<li><code>TRUE</code></li>
<li><code>UPDATE</code></li>
<li><code>UPSERT</code></li>
<li><code>WITH</code></li>
</ul>
</div>
- `AGGREGATE`
- `ALL`
- `AND`
- `ANY`
- `ASC`
- `COLLECT`
- `DESC`
- `DISTINCT`
- `FALSE`
- `FILTER`
- `FOR`
- `GRAPH`
- `IN`
- `INBOUND`
- `INSERT`
- `INTO`
- `K_SHORTEST_PATHS`
- `LET`
- `LIKE`
- `LIMIT`
- `NONE`
- `NOT`
- `NULL`
- `OR`
- `OUTBOUND`
- `REMOVE`
- `REPLACE`
- `RETURN`
- `SHORTEST_PATH`
- `SORT`
- `TRUE`
- `UPDATE`
- `UPSERT`
- `WITH`
{:class="columns-3"}

On top of that, there are a few words used in language constructs which are not
reserved keywords. They may thus be used as collection or attribute names
Expand Down
73 changes: 35 additions & 38 deletions 3.7/aql/fundamentals-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,44 +111,41 @@ There are a few more keywords in addition to the higher-level operation keywords
Additional keywords may be added in future versions of ArangoDB.
The complete list of keywords is currently:

<div class="columns-3">
<ul>
<li><code>AGGREGATE</code></li>
<li><code>ALL</code></li>
<li><code>AND</code></li>
<li><code>ANY</code></li>
<li><code>ASC</code></li>
<li><code>COLLECT</code></li>
<li><code>DESC</code></li>
<li><code>DISTINCT</code></li>
<li><code>FALSE</code></li>
<li><code>FILTER</code></li>
<li><code>FOR</code></li>
<li><code>GRAPH</code></li>
<li><code>IN</code></li>
<li><code>INBOUND</code></li>
<li><code>INSERT</code></li>
<li><code>INTO</code></li>
<li><code>K_SHORTEST_PATHS</code></li>
<li><code>LET</code></li>
<li><code>LIKE</code></li>
<li><code>LIMIT</code></li>
<li><code>NONE</code></li>
<li><code>NOT</code></li>
<li><code>NULL</code></li>
<li><code>OR</code></li>
<li><code>OUTBOUND</code></li>
<li><code>REMOVE</code></li>
<li><code>REPLACE</code></li>
<li><code>RETURN</code></li>
<li><code>SHORTEST_PATH</code></li>
<li><code>SORT</code></li>
<li><code>TRUE</code></li>
<li><code>UPDATE</code></li>
<li><code>UPSERT</code></li>
<li><code>WITH</code></li>
</ul>
</div>
- `AGGREGATE`
- `ALL`
- `AND`
- `ANY`
- `ASC`
- `COLLECT`
- `DESC`
- `DISTINCT`
- `FALSE`
- `FILTER`
- `FOR`
- `GRAPH`
- `IN`
- `INBOUND`
- `INSERT`
- `INTO`
- `K_SHORTEST_PATHS`
- `LET`
- `LIKE`
- `LIMIT`
- `NONE`
- `NOT`
- `NULL`
- `OR`
- `OUTBOUND`
- `REMOVE`
- `REPLACE`
- `RETURN`
- `SHORTEST_PATH`
- `SORT`
- `TRUE`
- `UPDATE`
- `UPSERT`
- `WITH`
{:class="columns-3"}

On top of that, there are a few words used in language constructs which are not
reserved keywords. They may thus be used as collection or attribute names
Expand Down
Loading