tiagoetiene / civic-sentiment

#PoliticsInRealTime: Dynamic visualization of civic sentiment on political candidates, issues, and events
3 stars 0 forks source link

No data? #21

Open BasharAG opened 7 years ago

BasharAG commented 7 years ago

I attempted to deploy this project locally on an AWS instance. Everything went well except there was no data on politicians at all. Am I missing a step? How can I add them manually?

tiagoetiene commented 7 years ago

@BasharAG The data is collected using another tool and stored into a MongoDB. I'll write instructions on how to get the data and let you know.

tiagoetiene commented 7 years ago

@BasharAG Meanwhile, you can try the following public MONGO_URL:

mongodb://civic-sentiment-public:public@ds043972.mongolab.com:43972/civic-sentiment-db
tiagoetiene commented 7 years ago

@BasharAG Let me know if it worked.