Tobias Gustafsson

Results 57 comments of Tobias Gustafsson
trafficstars

Great investigation! I guess what `t.Day()` actually does is very similar to what you've done `In(loc)` for all timeones != UTC. Being able to read time directly from SQL is...

Hi, Nice blog! I think it should be doable to use something like parquet-go to read data into a qframe. As long as it's possible to get get data into...

Cool, I'd be very happy to take contributions in this area! I'll be happy to discuss this further with you, answer any questions about the current implementation and/or review PRs.

I took some time to check out gotables, flatbuffers and how they relate to arrow. As you mention arrow uses flatbuffers for the meta data which seems nice. I don't...

Yes, I also noticed the work on Arrow from Influx when it was first released and was very excited. I've also noticed that not much has happened since then. I...

I think I'll start experimenting with the Arrow format for fast serialization and deserialization of QFrames to see how far away the current internal representation is from the Arrow format...

Cool @sbinet, great to see the arrow initiative for Go moving again!

I assume that the above example is just there to illustrate your point and that you are aware of the [Distinct method](https://godoc.org/github.com/tobgu/qframe#QFrame.Distinct)? That said I'm pro adding stricter type definitions...

I was not able to get the ring.middleware.reload/wrap-reload middleware to work with figwheel (maybe it's possible? I'm very new to this and didn't manage). Would be awesome if the server...

Ok, thanks for your prompt reply!