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
- Host: GitHub
- URL: https://github.com/docnow/tweetgresql
- Owner: DocNow
- Created: 2019-11-26T22:25:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:43:27.000Z (over 3 years ago)
- Last Synced: 2025-02-15T03:31:56.272Z (over 1 year ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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/