Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-04-19 Thread Bob Tinsman
I am just > not seeing it. > > -Michael > From: Weston Pace > Date: Friday, February 26, 2021 at 9:34 PM > To: dev@arrow.apache.org > Cc: Michael Lavina > Subject: Re: [JS] Exploring usage of apache arrow at my company for complex > table rendering > I used Arrow

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-04-18 Thread Weston Pace
ervers so hopefully this works. >> > > >> > > That’s exactly what I was thinking of doing is to create a standard >> > > metadata schema to built on top of Apache Arrow with some predefined user >> > > types. >> > > >> &g

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-04-18 Thread Naveen Michaud-Agrawal
very easy I am > just not seeing it. > > -Michael > From: Weston Pace > Date: Friday, February 26, 2021 at 9:34 PM > To: dev@arrow.apache.org > Cc: Michael Lavina > Subject: Re: [JS] Exploring usage of apache arrow at my company for > complex table rendering > I used Arrow

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-03-03 Thread Michael Lavina
ache.org Cc: Michael Lavina Subject: Re: [JS] Exploring usage of apache arrow at my company for complex table rendering I used Arrow for this purpose in the past. I don't have much to add but just a few thoughts off the top of my head... * The line between data and metadata can be blurry

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-02-27 Thread Diana Clarke
g the metadata and that could be > > > anything but maybe like you said we should be creating a separate standard > > > entirely for defining the schema to render tables instead of defining it > > > within Arrow. > > > > > > Does it defeat the value of Arrow if a

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-02-26 Thread Weston Pace
eat the value of Arrow if are sending the data using buffers > > and stream and a giant string of stringified metadata when I could maybe > > define the metadata in protobuf binary separately. > > > > In addition, I was curious with all these visualization tools has someone

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-02-26 Thread Paul Taylor
a, relationship between columns and > hidden information. > > -Michael > > From: Neal Richardson > Date: Friday, February 26, 2021 at 1:38 PM > To: dev > Subject: Re: [JS] Exploring usage of apache arrow at my company for > complex table rendering > The Arrow IPC

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-02-26 Thread Michael Lavina
standard metadata for arrow to help with rendering. Stuff like how to denote grouping of data, relationship between columns and hidden information. -Michael From: Neal Richardson Date: Friday, February 26, 2021 at 1:38 PM To: dev Subject: Re: [JS] Exploring usage of apache arrow at my company

Re: [JS] Exploring usage of apache arrow at my company for complex table rendering

2021-02-26 Thread Neal Richardson
The Arrow IPC specification allows for custom metadata in both the Schema and the individual Fields: https://arrow.apache.org/docs/format/Columnar.html#schema-message Might that work for you? Another alternative would be to track your metadata in a separate object outside of the Arrow data. Neal

[JS] Exploring usage of apache arrow at my company for complex table rendering

2021-02-26 Thread Michael Lavina
Hello Everyone, Some background. My name is Michael and I work at FactSet, which if you use Arrow you may have heard because one of our architects did a talk on using Arrow and Dremio. https://hello.dremio.com/eliminate-data-transfer-bottlenecks-with-apache-arrow-flight.html?utm_medium=social-fr