abandy commented on PR #41: URL: https://github.com/apache/arrow-experiments/pull/41#issuecomment-2475262496
> @abandy thanks for that. Nice to hear we don't need any 3rd party dependencies 👍 (URLSession should suffice for 99% of cases these days) > > I agree it'd be much better to move to an isolated repo as currently we can't integrate with SPM. > > I'm currently working on an app for Geo where we need to store vast amounts of graph data and be able to query etc locally. So I'm keen to try Arrow for our needs, but I really need to get a better grasp of the concepts and the example so I'm not in a place to commit any contributions atm. > > But if I _can_ work it out and grasp the ideas, I'd be keen to help out in the future. > > My main question atm, and I've love to get an example of this together myself, is how I can integrate with Arrow while still having idiomatic types that integrate well with SwiftUI. > > I don't have time this week to explore but hopefully next week I can spend some time on this. > > Thanks again! Hi @shaps80, thank you! If you have any questions in regards to Apache Arrow Swift or need any assistance with using the API just let me know! If you have time to contribute that would be awesome and even getting feedback on any issues you might have when using the API would be very useful. There is an Arrow Encoder and Decoder included in the Swift arrow repo that converts to and from a Swift object (there are restrictions on data types). This might help with moving data between Arrow and the UI. I have written an open source native Swift Apache Arrow Query Engine if you are looking to run SQL from Swift. It doesn't contain the full set of SQL functionality but it might be useful. It can be found here: https://github.com/abandy/swiftqe. (I am hoping to add subqueries by end of December) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
