Skip to content

A Go's database/sql driver connecting to Hive's Thrift Server 2

Notifications You must be signed in to change notification settings

weiguoz/gohive

 
 

Repository files navigation

GoHive: A Go database/sql Driver for Hive

Build Status

To access databases, Go programmers call the standard library database/sql, which relies on drivers to talk to database management systems. GoHive is such a driver that talks to Hive via HiveServer2, a Thrift server.

For Users

GoHive is go-gettable. Please run the following command to install it:

go get sqlflow.org/gohive

sqlflow.org/gohive is a vanity import path of GoHive.

For Developers

Your contribution to GoHive is very welcome! Please refer to this document on how to build and test GoHive in a Docker container.

License

GoHive comes with Apache License 2.0.

About

A Go's database/sql driver connecting to Hive's Thrift Server 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 80.3%
  • Thrift 13.3%
  • Shell 3.8%
  • Dockerfile 2.6%