Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukebakken/riak-data-loader
Twitter => Riak
https://github.com/lukebakken/riak-data-loader
Last synced: 8 days ago
JSON representation
Twitter => Riak
- Host: GitHub
- URL: https://github.com/lukebakken/riak-data-loader
- Owner: lukebakken
- License: unlicense
- Created: 2013-10-22T15:08:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T21:32:48.000Z (over 8 years ago)
- Last Synced: 2024-04-23T16:14:20.460Z (7 months ago)
- Language: Ruby
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
riak-data-loader
================## Overview
This is a set of simple Ruby scripts and supporting scripts to take data
from the Twitter streaming API and load it into Riak.## Usage
### Twitter Auth
Create a `.twauth` file in your home dir. It's YAML with this form (all values will be different, obviously):
```yaml
consumer_key: ySASg3XkTGbzVJew0Nl0
consumer_secret: ySASg3XkTGbzVJew0Nl0
access_token: ySASg3XkTGbzVJew0Nl0
access_token_secret: ySASg3XkTGbzVJew0Nl0
```### Riak Setup