Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases

What is the easiest way to set up a postgres sql server which I can connect to mode analytics?

I want to practice the things I learned in the SQL course. Therefore I want to set up a postgresql database, fill it with data and connect it to mode analytics. I already gathered the data I want to query in a .csv (its like 100.000 rows of data).

Whats the easiest way to do this. Right now my solution would be to try and set up a potsgresql database on an AWS server. But I thought there may be other SAAS postgres providers which are also easy to set-up.

I already tried elephantsql.com but it can not connect to mode analytics as it hasn't its own IP address. Instead of trial and error with other providers I thought someone might have a better idea