You are not logged in.
Pages: 1
Hello there,
I have some question below, for which I couldn't find answers in Google:
1. What is mORMot using for Application Server? Or is he running as service only?
2. Where can I find same examples of real production projects with using mORMot?
3. Can mORMot support MongoDB or other NoSQL DBs?
4. What is the best DB (performance, scalability) for mORMot which can be sharded/scale up?
Thank you in advance!
Offline
1. You can create an application server, a service, or a stand alone application.
2. There is no public application AFAIK - but private applications do exist with great success - see http://synopse.info/forum/viewtopic.php?pid=9989#p9989
3. There is a MongoDB native access unit available - but not production ready yet - any input is welcome!
4. SQlite3 in exclusive mode - see http://blog.synopse.info/post/2014/03/0 … PostgreSQL and http://blog.synopse.info/post/2013/09/1 … -of-mORMot - for a "traditionnal RDBMS" I recommend MS SQL (which is limited in space in its express free edition) over OleDB, or the great Open Source PostgreSQL over ZEOS/ZDBC
BTW this information is available in the SAD 1.18 pdf
http://synopse.info/files/pdf/Synopse%2 … 201.18.pdf
Offline
Pages: 1