Re: Large scale reliable software system

2023-06-27 Thread Adrian Klaver
ould like to know your advices to develop a large scale reliable software system using PostgreSQL in the back-end, through which i can share the storage with the different system users where they login to the system through the web application front-end with different passwords and

Re: Large scale reliable software system

2023-06-27 Thread Merlin Moncure
On Mon, Jun 26, 2023 at 6:49 PM B M wrote: > Dear all, > > After greeting, > > I taught PostgreSQL myself and developed a small scale experimental > software system using PostgreSQL in the back-end. > > I would like to know your advices to develop a large scale reliable

Re: Large scale reliable software system

2023-06-27 Thread Avin Kavish
Well, seeing as postgres isn't designed to serve http requests or to run general purpose code that doesn't involve databases, which you can express elegantly in python, to answer OP's question - my vote is on the original answer - Django. It's got everything out of the box - authentication. file st

Re: Large scale reliable software system

2023-06-27 Thread Tony Shelver
On Tue, 27 Jun 2023 at 07:08, Guyren Howe wrote: > Correct. It’s a tragically wrong piece of folk wisdom that’s pretty > general across web development communities. > > On Jun 26, 2023, at 21:32, Michael Nolan wrote: > > It's not just Ruby, dumb databases are preferred in projects like > WordPre

Re: Large scale reliable software system

2023-06-27 Thread Saurabh Agrawal
; Guyren G Howe > On Jun 26, 2023 at 17:48 -0700, Adrian Klaver , > wrote: > > On 6/26/23 16:48, B M wrote: > > Dear all, > > After greeting, > > I taught PostgreSQL myself and developed a small scale > experimentalsoftware system using PostgreSQL in the back-end. >

Re: Large scale reliable software system

2023-06-26 Thread Guyren Howe
ht PostgreSQL myself and developed a small scale >> experimentalsoftware system using PostgreSQL in the back-end. >> >> I would like to know your advices to develop a large scale reliable >> software system using PostgreSQL in the back-end, through which i can >> share

Re: Large scale reliable software system

2023-06-26 Thread Michael Nolan
t PostgreSQL myself and developed a small scale > experimentalsoftware system using PostgreSQL in the back-end. > > I would like to know your advices to develop a large scale reliable > software system using PostgreSQL in the back-end, through which i can > share the storage with the

Re: Large scale reliable software system

2023-06-26 Thread Guyren Howe
yself and developed a small scale > > experimentalsoftware system using PostgreSQL in the back-end. > > > > I would like to know your advices to develop a large scale reliable > > software system using PostgreSQL in the back-end, through which i can > > share the storage wit

Re: Large scale reliable software system

2023-06-26 Thread Adrian Klaver
On 6/26/23 16:48, B M wrote: Dear all, After greeting, I taught PostgreSQL myself and developed a small scale experimentalsoftware system using PostgreSQL in the back-end. I would like to know your advices to develop a large scale reliable software system using PostgreSQL in the back-end

Large scale reliable software system

2023-06-26 Thread B M
Dear all, After greeting, I taught PostgreSQL myself and developed a small scale experimental software system using PostgreSQL in the back-end. I would like to know your advices to develop a large scale reliable software system using PostgreSQL in the back-end, through which i can share the