Re: [sqlalchemy] Best practices for saas application

2012-02-02 Thread Stefano Fontanelli

Il 30/01/12 17.47, Samir ha scritto:

Hello,

I have an application SaaS with mongodb and I need to change to
sqlalchemy using postgresql or mysql.



Could you explain why you need to switch from MongoDB to SQLAlchemy?



My requirements are:


Did you miss something?


Regards,
Stefano.

--
Ing. Stefano Fontanelli
Asidev S.r.l.
Viale Rinaldo Piaggio, 32 - 56025 Pontedera (Pisa)
Tel. (+39) 333 36 53 294
Fax. (+39) 0587 97 01 20
E-mail: s.fontane...@asidev.com
Skype: stefanofontanelli

--
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] Best practices for SaaS application

2012-02-01 Thread Samir Mamude
Hello,

I have an application SaaS with mongodb and I need to change to sqlalchemy 
using postgresql or mysql.
My requirements are:

What the best options for SaaS app with sqlalchemy?
- Should I use 1 database per customer.
- Sharding.
- Schema per customer (postgresql) with subdomain (my current app).

Best regards,
Samir Mamude

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.



[sqlalchemy] Best practices for saas application

2012-01-30 Thread Samir
Hello,

I have an application SaaS with mongodb and I need to change to
sqlalchemy using postgresql or mysql.
My requirements are:

What the best options for SaaS app with sqlalchemy?
- Should I use 1 database per customer.
- Sharding.
- Schema per customer (postgresql) with subdomain (my current app).

Best regards,
Samir Mamud

-- 
You received this message because you are subscribed to the Google Groups 
sqlalchemy group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.