Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bmuller/clive
Clojure library for interacting with Hive via Thrift
https://github.com/bmuller/clive
Last synced: 3 months ago
JSON representation
Clojure library for interacting with Hive via Thrift
- Host: GitHub
- URL: https://github.com/bmuller/clive
- Owner: bmuller
- Created: 2012-03-15T01:47:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-03-30T13:40:24.000Z (over 12 years ago)
- Last Synced: 2024-04-16T03:49:31.383Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 98.6 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hive - Clojure
README
# clive
Clive is a clojure library for interacting with Hive via Thrift.
## Usage
Add the following to your project.clj:[clive "0.1.0-SNAPSHOT"]
Example usage:
(raw-query {:host "ahost" :port 10000} "select * from atable limit 1")