Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,17 @@ git checkout asf-site
git pull
# create a branch for the publishing
git checkout -b publish_blog
# push code upstream
git push
# copy content built from _site directory
cp -R ../datafusion-site/_site/* .
git commit -a -m 'Publish blog content'
# push code upstream
git push
```

#### Make PR, targeting the `asf-site` branch
For example, see https://github.com/apache/datafusion-site/pull/9

#### Check site status

The website is updated from the `asf-site` branch. You can check the status at
[ASF Infra sitesource](https://infra-reports.apache.org/#sitesource)
2 changes: 1 addition & 1 deletion assets/main.css.map

Large diffs are not rendered by default.

310 changes: 256 additions & 54 deletions feed.xml

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/clickbench-datafusion-43/perf-over-time.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/clickbench-datafusion-43/perf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ <h3>
<a class="post-link" href="/blog/2024/11/19/datafusion-python-udf-comparisons/">
Comparing approaches to User Defined Functions in Apache DataFusion using Python
</a>
</h3></li><li><span class="post-meta">Nov 18, 2024</span>
<h3>
<a class="post-link" href="/blog/2024/11/18/datafusion-fastest-single-node-parquet-clickbench/">
Apache DataFusion is now the fastest single node engine for querying Apache Parquet files
</a>
</h3></li><li><span class="post-meta">Sep 27, 2024</span>
<h3>
<a class="post-link" href="/blog/2024/09/27/datafusion-comet-0.3.0/">
Expand Down