airavata-courses / TeamAviato

A weather predictor SaaS using Microservices.
http://courses.airavata.org/
0 stars 3 forks source link

Deciding on the tech stack #1

Closed amolrbhagwat closed 8 years ago

amolrbhagwat commented 8 years ago

I am considering MEAN for most of the system. Perhaps not Mongo, but some kind of a SQL DB.

In order to satisfy the requirement of having at least two different languages at the backend, I propose Python, and C/C++ as our team members have experience with these langauges.

tilaks26 commented 8 years ago

This is a Quora discussion I found comparing MySQL and PostgreSQL.

Link

amolrbhagwat commented 8 years ago

Shouldn't the second language be the one in which the prediction logic is implemented in?

tilaks26 commented 8 years ago

@marpierc , could we go ahead and use Javascript for UI (angular js) and some of the micro services (node js)? By doing so, will we still need two other languages for the remaining micro services?

smarru commented 8 years ago

Yes you will need three different languages ..node and angular are two different frameworks for a single language

tilaks26 commented 8 years ago

Thank you, @smarru