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

WIP - Add Ensign for Data Engineers Page #140

Merged
merged 9 commits into from
Feb 3, 2023
2 changes: 2 additions & 0 deletions docs/content/examples/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ bookSearchExclude: false
This section of the documentation provides end-to-end examples using Ensign to help get you started!

- [Ensign for Application Developers]({{< ref "/examples/developers" >}}): In this end-to-end example, see how to curate a custom Twitter feed using Ensign. Create a publisher to start emitting tweets to a topic stream in just a few minutes! See how to create one or more asynchronous subscribers that can read off the stream and process the data as needed.

- [Ensign for Data Engineers]({{< ref "/examples/data_engineers" >}}): This end-to-end example demonstrates how to retrieve and save weather data using Ensign and [Watermill](https://watermill.io). Create a publisher to call the [Weather API](https://www.weatherapi.com) and emit the data to a topic stream and use Watermill's [router](https://watermill.io/docs/messages-router/) and [SQL Pub/Sub](https://watermill.io/pubsubs/sql/) to save the data into a PostgreSQL database.