Re: Large scale reliable software system

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: B M <bmmasprep(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Large scale reliable software system
Date: 2023-06-27 00:47:58
Message-ID: 32335c82-61cf-2ad9-e232-d3946adb7056@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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, 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 usernames , save the privacy of each user data, improve
> overall system security and performance, achieve fast response, make
> backups and save the stored data from loss. The system will be hosted on
> a cloud.

https://www.djangoproject.com/

>
> Thank you in advance.
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guyren Howe 2023-06-27 01:04:50 Re: Large scale reliable software system
Previous Message B M 2023-06-26 23:48:39 Large scale reliable software system