L
L
lun_evgenjke2015-03-08 23:01:44
Computer networks
lun_evgenjke, 2015-03-08 23:01:44

How to implement a search service for rides and fellow travelers?

Hello! I want to create a service for searching for rides and fellow travelers, with fairly simple functionality, a design like a toster, so what framework or cms is best to use and in general what is better to use to develop such a service
Functionality - authorization, adding / editing / viewing topics by people and admins and various blocks by Popular, etc.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey, 2015-03-08
Protko @Fesor

which framework or cms is best to use

Can you just kill it? Without such things as auto-building a route and automatic selection of rides / fellow travelers (and this is the use of such DBMS as neo4j, Dijkstra algorithms or other pathfinding algorithms), there will be no profit from the service for users. It's not much fun to monitor lists looking for people to hook up with.
So it goes..

D
Dmitry Vapelnik, 2015-03-09
@dvapelnik

this can be implemented without any framework
, I'm not saying that the framework does not need to be used, it's just done on any of the existing ones and even without it,
but in general, such a service already exists - google BlaBlaCar

I
index0h, 2015-03-09
@index0h

Do not use the word "simple" and its synonyms, never))
Path finding algorithms for multiple dimensions (time, traffic jams, transport schedules, routes of the same transport, terrain topology, traffic rules, and others) are not the easiest thing.
Where will you take the data for each of the measurements?
What kind of load are you expecting 0.1 rps, or 10000rps? This also plays a big role.
What budget are you looking for?
What about horizontal/vertical scaling?
How many progers / security specialists / base managers / testers / managers / accountants / marketers / SEO specialists / smm specialists do you plan to hire?
----
If your goal is "on your knee" - write on what you know, so you will at least save time realizing that this is a disastrous thing))

S
Sanes, 2015-03-08
@Sanes

Bulletin board

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question