Skip to content

Commit

Permalink
Deployed e6d248e with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wesmadrigal committed Aug 31, 2024
1 parent 4b5b218 commit 426c66d
Show file tree
Hide file tree
Showing 15 changed files with 1,684 additions and 62 deletions.
21 changes: 21 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,27 @@









<li class="md-nav__item">
<a href="/wesmadrigal/graphreduce/tutorial_method_deps/" class="md-nav__link">


<span class="md-ellipsis">
Post-join method execution
</span>


</a>
</li>




</ul>
</nav>

Expand Down
25 changes: 24 additions & 1 deletion abstractions/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,27 @@









<li class="md-nav__item">
<a href="../tutorial_method_deps/" class="md-nav__link">


<span class="md-ellipsis">
Post-join method execution
</span>


</a>
</li>




</ul>
</nav>

Expand Down Expand Up @@ -802,9 +823,11 @@ <h2 id="edge">Edge</h2>
</span><span id="__span-0-4"><a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a> <span class="n">parent_key</span><span class="o">=</span><span class="s1">&#39;id&#39;</span><span class="p">,</span>
</span><span id="__span-0-5"><a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a> <span class="n">relation_key</span><span class="o">=</span><span class="s1">&#39;customer_id&#39;</span><span class="p">,</span>
</span><span id="__span-0-6"><a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a> <span class="n">reduce</span><span class="o">=</span><span class="kc">True</span>
</span><span id="__span-0-7"><a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a><span class="p">)</span>
</span></code></pre></div>
<p>The <code>reduce</code> parameter tells <code>graphreduce</code> whether or not to execute
aggregation operations.</p>
aggregation operations. In some cases a user may want to maintain
an aggregation operation but avoid executing it for a particular compute graph.</p>
<h2 id="graphreduce-graph">GraphReduce Graph</h2>
<p>The top-level <code>GraphReduce</code> class inherits directly from <code>networkx.DiGraph</code>
to take advantage of many graph algorithms implemented in <code>networkx</code>. The instances
Expand Down
21 changes: 21 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,27 @@









<li class="md-nav__item">
<a href="tutorial_method_deps/" class="md-nav__link">


<span class="md-ellipsis">
Post-join method execution
</span>


</a>
</li>




</ul>
</nav>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

28 changes: 19 additions & 9 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,57 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://github.com/wesmadrigal/graphreduce/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/abstractions/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_checkpointing/</loc>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_cli/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_custom_graph/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_index/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_method_deps/</loc>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_pandas_dask/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_sql_dialects/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_swapping_compute/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://github.com/wesmadrigal/graphreduce/tutorial_time/</loc>
<lastmod>2024-08-30</lastmod>
<lastmod>2024-08-31</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified sitemap.xml.gz
Binary file not shown.
Loading

0 comments on commit 426c66d

Please sign in to comment.