Skip to content

A little playground for testing modeling tweets in Node & PostgreSQL

Notifications You must be signed in to change notification settings

kayiwa/tweetgresql

 
 

Repository files navigation

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

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

docker-compose up

About

A little playground for testing modeling tweets in Node & PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • Dockerfile 34.9%