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

Add new known users: Arroyo and Restate #7464

Merged
merged 1 commit into from
Sep 2, 2023
Merged

Conversation

jychen7
Copy link
Contributor

@jychen7 jychen7 commented Sep 2, 2023

Which issue does this PR close?

NA

Rationale for this change

Find two new frameworks using Datafusion. I think it is great to share

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@@ -94,6 +94,7 @@ Here are some active projects using DataFusion:

<!-- "Active" means github repositories that had at least one commit in the last 6 months -->

- [Arroyo](https://github.com/ArroyoSystems/arroyo) Distributed stream processing engine in Rust
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First, the query is parsed and planned via Datafusion

https://doc.arroyo.dev/concepts#sql

@@ -108,6 +109,7 @@ Here are some active projects using DataFusion:
- [Parseable](https://github.com/parseablehq/parseable) Log storage and observability platform
- [qv](https://github.com/timvw/qv) Quickly view your data
- [bdt](https://github.com/andygrove/bdt) Boring Data Tool
- [Restate](https://github.com/restatedev) Easily build resilient applications using distributed durable async/await
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restate makes its internal state accessible via a SQL interface. Any client that supports the PostgreSQL wire protocol can be used to issue queries. Internally, the SQL queries are executed using DataFusion.

https://docs.restate.dev/restate/architecture#state-queries

@viirya viirya merged commit f0d3d67 into apache:main Sep 2, 2023
4 checks passed
@alamb
Copy link
Contributor

alamb commented Sep 5, 2023

Thank you @jychen7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants