You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jychen7 (via GitHub)" <gi...@apache.org> on 2023/09/02 01:49:13 UTC

[GitHub] [arrow-datafusion] jychen7 opened a new pull request, #7464: Add new known users: Arroyo and Restate

jychen7 opened a new pull request, #7464:
URL: https://github.com/apache/arrow-datafusion/pull/7464

   ## 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?
   
   <!--
   There is no need to duplicate the description in the issue here but it is sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   ## Are these changes tested?
   
   <!--
   We typically require tests for all PRs in order to:
   1. Prevent the code from being accidentally broken by subsequent changes
   2. Serve as another way to document the expected behavior of the code
   
   If tests are not included in your PR, please explain why (for example, are they covered by existing tests)?
   -->
   
   ## Are there any user-facing changes?
   
   <!--
   If there are user-facing changes then we may require documentation to be updated before approving the PR.
   -->
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] viirya merged pull request #7464: Add new known users: Arroyo and Restate

Posted by "viirya (via GitHub)" <gi...@apache.org>.
viirya merged PR #7464:
URL: https://github.com/apache/arrow-datafusion/pull/7464


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] alamb commented on pull request #7464: Add new known users: Arroyo and Restate

Posted by "alamb (via GitHub)" <gi...@apache.org>.
alamb commented on PR #7464:
URL: https://github.com/apache/arrow-datafusion/pull/7464#issuecomment-1707047306

   Thank you @jychen7 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] jychen7 commented on a diff in pull request #7464: Add new known users: Arroyo and Restate

Posted by "jychen7 (via GitHub)" <gi...@apache.org>.
jychen7 commented on code in PR #7464:
URL: https://github.com/apache/arrow-datafusion/pull/7464#discussion_r1313684467


##########
docs/source/user-guide/introduction.md:
##########
@@ -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

Review Comment:
   > 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://github.com/apache/arrow-datafusion).
   
   https://docs.restate.dev/restate/architecture#state-queries



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] jychen7 commented on a diff in pull request #7464: Add new known users: Arroyo and Restate

Posted by "jychen7 (via GitHub)" <gi...@apache.org>.
jychen7 commented on code in PR #7464:
URL: https://github.com/apache/arrow-datafusion/pull/7464#discussion_r1313684376


##########
docs/source/user-guide/introduction.md:
##########
@@ -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

Review Comment:
   > First, the query is parsed and planned via [Datafusion](https://github.com/apache/arrow-datafusion)
   
   https://doc.arroyo.dev/concepts#sql



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org