This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch stefan/fix_docs_badges in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit 3a8a144c78b3ce8bae29d32330a22fcc7bf6525e Author: Stefan Krawczyk <[email protected]> AuthorDate: Tue Sep 30 22:56:11 2025 -0700 Fixes badging on docs Adds static versions -- can periodically update these.. --- README.md | 6 ------ docs/_static/100k_downloads_month.png | Bin 0 -> 2099 bytes docs/_static/1m_downloads.png | Bin 0 -> 1411 bytes docs/_static/hamilton_os_follow.png | Bin 0 -> 1862 bytes docs/_static/hamilton_slack.png | Bin 0 -> 1897 bytes docs/main.md | 8 ++++---- 6 files changed, 4 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ed54aeb7..0ec6baf4 100644 --- a/README.md +++ b/README.md @@ -15,18 +15,12 @@ <img src="https://static.pepy.tech/badge/sf-hamilton/month" alt="Total Monthly Downloads"/> </a> <br/> - <a target="_blank" href="https://linkedin.com/showcase/dagster" style="background:none"> - <img src="https://img.shields.io/badge/DAGWorks-Follow-purple.svg?logo=linkedin" /> - </a> <a href="https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g" target="_blank"> <img src="https://img.shields.io/badge/Apache Hamilton-Join-purple.svg?logo=slack" alt="Apache Hamilton Slack"/> </a> <a href="https://twitter.com/hamilton_os" target="_blank"> <img src="https://img.shields.io/badge/HamiltonOS-Follow-purple.svg?logo=X"/> </a> - <a href="https://twitter.com/dagworks" target="_blank"> - <img src="https://img.shields.io/badge/DAGWorks-Follow-purple.svg?logo=X"/> - </a> </div> <br></br> diff --git a/docs/_static/100k_downloads_month.png b/docs/_static/100k_downloads_month.png new file mode 100644 index 00000000..94a1e6c5 Binary files /dev/null and b/docs/_static/100k_downloads_month.png differ diff --git a/docs/_static/1m_downloads.png b/docs/_static/1m_downloads.png new file mode 100644 index 00000000..192609a8 Binary files /dev/null and b/docs/_static/1m_downloads.png differ diff --git a/docs/_static/hamilton_os_follow.png b/docs/_static/hamilton_os_follow.png new file mode 100644 index 00000000..db95a362 Binary files /dev/null and b/docs/_static/hamilton_os_follow.png differ diff --git a/docs/_static/hamilton_slack.png b/docs/_static/hamilton_slack.png new file mode 100644 index 00000000..842dfe8f Binary files /dev/null and b/docs/_static/hamilton_slack.png differ diff --git a/docs/main.md b/docs/main.md index 69513ba6..ec5275c2 100644 --- a/docs/main.md +++ b/docs/main.md @@ -1,9 +1,9 @@ # Welcome to Apache Hamilton <div align="left"> - <a href="https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g" target="_blank"><img src="https://img.shields.io/badge/Join-Hamilton_Slack-brightgreen?logo=slack" alt="Apache Hamilton Slack"/></a> - <a href="https://twitter.com/hamilton_os" target="_blank"><img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social" alt="Twitter"/></a> - <a href="https://pepy.tech/project/sf-hamilton" target="_blank"><img src="https://pepy.tech/badge/sf-hamilton" alt="Total Downloads"/></a> - <a href="https://pepy.tech/project/sf-hamilton" target="_blank"><img src="https://static.pepy.tech/badge/sf-hamilton/month" alt="Total Monthly Downloads"/></a> + <a href="https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g" target="_blank"><img src="./_static/hamilton_slack.png" alt="Apache Hamilton Slack"/></a> + <a href="https://twitter.com/hamilton_os" target="_blank"><img src="./_static/hamilton_os_follow.png" alt="Twitter"/></a> + <a href="https://pepy.tech/project/sf-hamilton" target="_blank"><img src="./_static/1m_downloads.png" alt="Total Downloads"/></a> + <a href="https://pepy.tech/project/sf-hamilton" target="_blank"><img src="./_static/100k_downloads_month.png" alt="Total Monthly Downloads"/></a> </div> Apache Hamilton (incubating) is a general-purpose framework to write dataflows using regular Python functions. At the core, each function defines a transformation and its parameters indicates its dependencies. Apache Hamilton automatically connects individual functions into a [Directed Acyclic Graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph) (DAG) that can be executed, visualized, optimized, and reported on.
