Interest Check: Contributing ADO.NET Bridge and Serialization Extensions to Arrow .NET #376
nicopon
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm working on a side project that is a small ETL tool written in C# which relies on Arrow and DuckDB.
During the development, I created two projects that could be interesting for the Arrow dotnet community :
ADO to Arrow adapter (inspired by Arrow Jdbc)
. Source: https://github.com/nicopon/dtpipe/tree/main/src/Apache.Arrow.Ado
. Package: https://www.nuget.org/packages/DtPipe.Arrow.Ado
Arrow serializer
. Source:
https://github.com/nicopon/dtpipe/tree/main/src/Apache.Arrow.Serialization
. Package: https://www.nuget.org/packages/DtPipe.Arrow.Serialization
Let me know if those projects could be useful and feel free to give me honest feedback.
I'd be glad to contribute them to the official repo if they fit the philosophy and architecture of arrow-dotnet.
Beta Was this translation helpful? Give feedback.
All reactions