bluesky / tiled

API to structured data
https://blueskyproject.io/tiled
BSD 3-Clause "New" or "Revised" License
56 stars 48 forks source link

Replace `pyarrow` dependency with `nanoarrow` dependency #769

Open danielballan opened 1 month ago

danielballan commented 1 month ago

The nanoarrow package is ~100X smaller than the pyarrow package, and it supports exactly the aspects we need: serialization and deserialization.

Apocalypse96 commented 1 month ago

I would love to solve this issue , @danielballan pls assign this to me

danielballan commented 1 month ago

Hello @Apocalypse96! I don’t immediately recognize your name or GitHub handle. Contributions from anyone are most welcome, but I thought I would just begin by asking whether I ought to recognize you from some previous interaction in this community. Either way, welcome!

Apocalypse96 commented 1 month ago

Hello @Apocalypse96! I don’t immediately recognize your name or GitHub handle. Contributions from anyone are most welcome, but I thought I would just begin by asking whether I ought to recognize you from some previous interaction in this community. Either way, welcome!

Hi @danielballan Thanks for the welcome. I'm relatively new around here, so it's likely you wouldn't recognize me from past interactions. I'm excited to contribute to the community though, and I'm happy to answer any questions you have about my background or potential contributions

danielballan commented 1 month ago

Sure thing. What brought you to the project?

danielballan commented 1 month ago

Anyway, I'd be happy to see you tackle this one @Apocalypse96 if you are interested!

Apocalypse96 commented 1 month ago

yes @danielballan , I would love to solve this issue ,