Skip to content

Commit

Permalink
NPM instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 22, 2011
1 parent d8b9d11 commit 403153a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
.*
/node_modules/
/bin/cloud9
!.gitignore
8 changes: 7 additions & 1 deletion README.md
@@ -1,8 +1,14 @@
# Thrift Hive - Hive client with multi versions support and a streaming API.
# Thrift Hive - Hive client with multi versions support and a Readable Stream API.

The project export the [Hive API][1] using [Apache Thrift RPC system][2]. It
support multiple versions and a readable stream API.

## Installation

```
npm install thrift-hive
```

## Hive Client

We've added a function `hive.createClient` to simplify coding. However, you
Expand Down

0 comments on commit 403153a

Please sign in to comment.