Quick update on the Arrow JS ipc buffer writer: I had a chance to revisit this branch on my fork <https://github.com/trxcllnt/arrow/commits/js-buffer-writer> last night, and managed to get a working prototype of the RecordBatchStreamWriter correctly serializing the integration test data to ArrayBuffers.
Next steps are to get more tests in place, finish the RecordBatchFileWriter, do the JSON writers, validate against Arrow cpp/java, implement builders, fixes/optimizations, and get a PR ready. Best, Paul On Tue, Apr 17, 2018 at 7:09 PM, Paul Taylor <ptaylor.apa...@gmail.com> wrote: > Hi Naveen, > > I have some work in a branch > <https://github.com/trxcllnt/arrow/blob/js-buffer-writer/js/src/ipc/writer/binary.ts> > on my fork, and perhaps a bit more locally, but it's not finished. > > Feel free to reach out if you want to collaborate. Otherwise Graphistry > intends to staff it full time in the next few weeks. > > Best, > Paul > > > On Tue, Apr 17, 2018 at 3:33 PM, Naveen Michaud-Agrawal < > naveen.michaudagra...@gmail.com> wrote: > > Hi, Are there any plans to be able to create arrow objects from the JS > library? Naveen Michaud-Agrawal > >