An open API service indexing awesome lists of open source software.

https://github.com/docnow/tweetgresql

A little playground for testing modeling tweets in Node & PostgreSQL
https://github.com/docnow/tweetgresql

Last synced: about 1 year ago
JSON representation

A little playground for testing modeling tweets in Node & PostgreSQL

Awesome Lists containing this project

README

          

This is just a sandbox for experimenting with modeling tweets in PostgreSQL for
the [DocNow] project.

Set these appropriately in your environment so that *load.js* can talk to the
Twitter API:

* CONSUMER_KEY
* CONSUMER_SECRET
* ACCESS_TOKEN
* ACCESS_TOKEN_SECRET
* TRACK

TRACK is the keyword you would like to use when collecting data from Twitter's filter stream.

Then you can use docker-compose to start up the test:

docker-compose up

[PostgreSQL]: https://www.postgresql.org/
[DocNow]: https://github.com/docnow/docnow/