Go Language Support

is it possible to use dremio in golang?

Could you elaborate?

we want to connect dremio from golang. our application runs on go language. we would like to know if we can setup, connect to big data sources and query it using dremio. If so please point us to any available docs.
I understand dremio SQL queries via REST is yet to be released…

I think your best bet is REST and that will be available within the next month.

According to https://github.com/golang/go/wiki/SQLDrivers, there are several go ODBC drivers available, so it might also be possible to use Dremio ODBC driver too…