Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/warelab/node-fastbit
A node.js interface to FastBit
https://github.com/warelab/node-fastbit
Last synced: 20 days ago
JSON representation
A node.js interface to FastBit
- Host: GitHub
- URL: https://github.com/warelab/node-fastbit
- Owner: warelab
- License: mit
- Created: 2014-02-27T16:31:31.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-08T17:01:06.000Z (almost 11 years ago)
- Last Synced: 2024-06-11T16:41:34.393Z (7 months ago)
- Language: C++
- Size: 1.14 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
node-fastbit
============A node.js interface to FastBit
##Installation
install fastbit (binding.gyp expects it in /usr/local/lib)install redis
set up example data
cd ../example_data
awk 'NR>1' Master.csv | ../bin/ardea -v -d Master -n Master -m playerId:t,birthYear:i,birthMonth:i,birthDay:i,birthCountry:k,birthState:k,birthCity:k,deathYear:i,deathMonth:i,deathDay:i,deathCountry:k,deathState:k,deathCity:k,nameFirst:t,nameLast:t,nameGiven:t,weight:i,height:i,bats:k,throws:k,debut:t,finalGame:t,retroID:t,bbrefID:t -t /dev/fd/0 -b ","
cd ../
node-gyp rebuild
node testfb.js
make sure your redis-server is running.
node app.js