Apache Arrow and FoundationDB

I’m trying to imagine a scenario that I can load from FoundationDB directly to Arrow which enables us to go directly a data frame in many computing libraries (e.g. Rapids, Panda …)
I feel it will involve implementing a lot of low-level C++ codes on both sides. I’m wondering if anyone has already done it.