Answer the question
In order to leave comments, you need to log in
How to implement web application architecture?
Hello.
I'm trying to study in depth the Vedas of technology and a couple of questions arose. For myself, I set a goal to create an ad platform on a localhost similar to avito (Purely for experience, nothing else comes into my head).
Question_0: how is the table of added ads tripled there? Is there a different table for each category of ads (cars/apartments)? Or is postgresql used as the main tables (users, categories, subcategories, comments), and the added declarations themselves are in mongoDB?
Question_1: Where can I read about creating complex web applications?
Answer the question
In order to leave comments, you need to log in
mysql >=5.7 property sets in json format in table cells with native access.
See and use.
You need to read not about "complex web applications", but about the architecture of the database.
Here are a couple of articles:
https://docs.microsoft.com/ru-ru/azure/documentdb/...
https://habrahabr.ru/company/ruvds/blog/324936/
https://habrahabr.ru/post /322532/
Building a complex web application starts with database design. then select the instrument. I don't recommend writing from scratch. I recommend choosing Laravel or OctoberCMS if you don’t want to bother with the admin panel
Okay, I see....
Is it possible to implement autoincrement id inside a document in mongobg?
{
"_id" : ObjectId("592af041affd0cc7e3f35565"),
"name" : "Transport",
"sub_category" : [
{
"autoincrement id":41a6s5d1a6s1d5 <---- here?
"name" : "Cars"
},
......
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question