Kuba Martin

Results 164 comments of Kuba Martin

Hey, feel free to contribute it, I don't think we'll find time for it ourselves. I've written a small datasource contribution guide: https://github.com/cube2222/octosql/tree/master/storage

I'll make sure to mention you if we'd use help on that. Currently we're getting basic features working first (like the cassandra support) and later we'll be working on the...

Hey @egonbraun! As far as I know Python and R wrappers for the binary have been created, but I don't think they've been maintained. It's definitely meant to be usable...

"In" predicates are not getting pushed down to SQL databases currently.

Yes, OctoSQL first planned query will actually be a whole database scan, followed by filtering in-memory. However, whenever we can, we push down predicates from in-memory filters to the underlying...

Hey, we indeed wanted to add it, but SQLite unfortunately requires CGO. We haven't yet thought through how we stand on the CGO issue. On the one hand we could...

We should experiment with something like https://github.com/karalabe/xgo

You can change the plugin directory from `~/.octosql/plugins` to a different one using the `OCTOSQL_PLUGIN_DIR` environment variable. Would that be enough for that use case? If it's not, I'm happy...

Thanks a lot for taking the time to report this! I'll admit, I didn't know about this. I'll think about how to do the adaptations to the parquet library in...

Would it be possible in the Nix package to instead `git clone` & `go install`? It seems like it only breaks when go installing directly from a remote source control...