Skip to content
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

Update using #1164

Merged
merged 2 commits into from
Oct 3, 2024
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ Hamilton was started at Stitch Fix before the original creators founded DAGWorks
* [F33.ai](https://f33.ai/)
* [Kora Money](https://www.koramoney.com)
* [Capitec Bank](https://www.capitecbank.co.za/)
* [Best Egg](https://bestegg.com/)
* [RTV Euro AGD](https://www.euro.com.pl/)
* [Wealth.com](https://www.wealth.com/)
* [wren.ai](https://wren.ai/)

## 🤝 Code Contributors
[![Contributors](https://contrib.rocks/image?repo=dagworks-inc/hamilton)](https://github.com/DAGWorks-Inc/hamilton/graphs/contributors)
Expand Down
14 changes: 14 additions & 0 deletions docs/community/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ We have an active global meet up group that meets virtually once a month.
You can [sign up for the group here](https://www.meetup.com/global-hamilton-open-source-user-group-meetup/).

## Past Meet-ups
The below will be out of date. Please [see our youtube](https://www.youtube.com/@dagworks-inc) for the latest recordings on past meetups.


### August 2024
-[Recording](https://youtu.be/3LREcaewZbo?feature=shared)

### June 2024
-[Recording](https://youtu.be/SsrIIM1ed4w?feature=shared)

### April 2024
-[Recording](https://youtu.be/_-yXfnBtrlg?feature=shared)

### March 2024
-[Recording](https://youtu.be/IJByeN41xHs?feature=shared).

### February 2024
- [Recording](https://www.youtube.com/watch?v=ks672Lm0CJo).
Expand Down
3 changes: 3 additions & 0 deletions docs/get-started/learning-resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ The [DAGWorks Blog](https://blog.dagworks.io/) publishes articles on problems Ha
The [Slack channel](https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g) is the ideal place to ask questions, request features, and give feedback.

## 📣 Talks
See [our youtube for the most up to date recordings](https://www.youtube.com/@DAGWorks-Inc/playlists) - we are slow to list them here.

* 2024-02    Hamilton Meet-up for February
* [Recording](https://www.youtube.com/watch?v=ks672Lm0CJo.)
* [Slides](https://github.com/skrawcz/talks/files/14351139/Hamilton.February.2024.Meetup.pdf)
Expand Down Expand Up @@ -103,6 +105,7 @@ The [Slack channel](https://join.slack.com/t/hamilton-opensource/shared_invite/z


## 📰 External Blogs
For the latest blog posts, see the [DAGWorks's Blog](https://blog.dagworks.io/).

* 2024-03    [RAG: ingestion and chunking using Hamilton and scaling to Ray, Dask, or PySpark](https://blog.dagworks.io/p/rag-ingestion-and-chunking-using)
* 2024-02    [A command line tool to improve your development workflow](https://blog.dagworks.io/p/a-command-line-tool-to-improve-your)
Expand Down
3 changes: 3 additions & 0 deletions docs/how-tos/use-for-feature-engineering.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ Write once, run anywhere blog post:
For a comprehensive post on writing a feature once and using it anywhere see `this blog <https://blog.dagworks.io/p/feature-engineering-with-hamilton>`__.
The companion example code can be found `here <https://github.com/DAGWorks-Inc/hamilton/tree/main/examples/feature_engineering/write_once_run_everywhere_blog_post>`__.

Best Egg Platform Blog Post:
----------------------------
For an overview of how Best Egg built their feature platform on Hamilton see `this blog <https://blog.dagworks.io/p/building-a-better-feature-platform?r=2cg5z1&utm_campaign=post&utm_medium=web>`__.

FAQ
----
Expand Down
4 changes: 4 additions & 0 deletions docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ The following diagram gives a simplified overview of the main components of Hami

Multiple companies are doing cool stuff with Hamilton! Come chat with members of the community and the development team on [Slack](https://join.slack.com/t/hamilton-opensource/shared_invite/zt-2niepkra8-DGKGf_tTYhXuJWBTXtIs4g):

* **Wealth.com** - Async Python LLM document processing pipelines
* **Wren.ai** - Async RAG pipelines
* **Stitch Fix** — Time series forecasting
* **British cycling** — Telemetry analysis
* **Joby** - Flight data processing
Expand All @@ -76,3 +78,5 @@ Multiple companies are doing cool stuff with Hamilton! Come chat with members of
* **KI** - Feature engineering
* **Kora Money** - DS/ML Workflows
* **Capitec Bank** - Financial decisions
* **Best Egg** - Feature engineering
* **RTV Euro AGD** - General feature engineering & machine learning
5 changes: 5 additions & 0 deletions examples/feature_engineering/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Feature Engineering

Here you'll find two examples.

For a real world use case write up see [this blog post](https://blog.dagworks.io/p/building-a-better-feature-platform?r=2cg5z1&utm_campaign=post&utm_medium=web).