Node.JS + SQL Server + MongoDB + Redis on cloud -


my typical requirement want nodejs application interacts sql server, mongodb , redis on cloud.

since application using legacy database cannot replace sql server.

nodejs + mongodb + redis supported on heroku.

nodejs + mongodb + sql server supported on azure. (redis support there via vm)

what recommendations using components together?

in case, comes down decision, if need redis or not. while it's possible redis running on windows, or - mentioned - via vm (potentially running on same system, assume?). running natively on windows not supported, , judging few experiments, wouldn't recommend production-use either.

if use redis session-storage, might put part on mongodb, , use azure-solution. if need redis else, might end scenario me:

we're running node.js+redis+mongodb on linux, , mssql runs on separate windows-machine. connection node.js mssql done via odbc/freetds, performs requirements have (all other solutions in fact didn't work well).

reason went simply, @ 1 point remove sql-server setup, once transition done.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -