Server recommendation for uber-like taxi business

annonie

Newbie
Joined
Nov 12, 2020
Messages
8
Reaction score
0
I am very sorry for posting in two places, I posted it already in the lounge before finding this forum link. If their is a way to put the other one down, please let me know. Thanks

I want to run an uber-like taxi business. What type of server (VPS or dedicated) specs would be recommended for me. Please note that I'm only running it in 5 cities for now. Any ideas how much those servers will cost? Thanks in advance.
NOTE: I'm using PHP + Vue, so I think I'll need very fast cpus.
 
Really depends on how many customers do you expect, how well is your software optimized and so on. I'd recommend a dedicated server, but can't give recommendation for the exact specs without knowing more about the project.
 
Get something scalable like aws/digital ocean. You might need load balancers if you use DO (it has inbuilt support for that). Scalability is the biggest factor here, because you never know what it will grow up to. At the same time, there is no need to waste money on buying dedicated machines before you actually receive traffic that makes sense to buy one.
 
aws or Digital Ocean or OVH or Hetnzer are some of the reliable ones with good uptime
 
I really don't know much about servers and all (I'm not even the one building the software).
As for customers, I've created awareness and their are not many competitors in my country, so I know customer base is bound to increase over time. I tested the software on a very small vps 2GB ram 2 cores @ 2.5Ghz with this command ab -n 500 -k -c 100 httxx://xxx.xxx.xxx to check for concurrency speed.
Here is the result:

Concurrency Level: 100
Time taken for tests: 34.473 seconds
Complete requests: 500
Failed requests: 0
Write errors: 0
Keep-Alive requests: 322
Total transferred: 2163324 bytes
HTML transferred: 1902500 bytes
Requests per second: 14.50 [#/sec] (mean)
Time per request: 6894.571 [ms] (mean)
Time per request: 68.946 [ms] (mean, across all concurrent requests)
Transfer rate: 61.28 [Kbytes/sec] received

Connection Times (ms)
min mean[+/-sd] median max
Connect: 0 316 680.4 0 3254
Processing: 174 6319 1053.2 6402 8713
Waiting: 127 6186 1009.9 6257 8713
Total: 181 6636 1450.8 6530 11288

Percentage of the requests served within a certain time (ms)
50% 6530
66% 6877
75% 7257
80% 7483
90% 8219
95% 9532
98% 10524
99% 10650
100% 11288 (longest request)

Any Ideas on a server budget?
 
Get something scalable like aws/digital ocean. You might need load balancers if you use DO (it has inbuilt support for that). Scalability is the biggest factor here, because you never know what it will grow up to. At the same time, there is no need to waste money on buying dedicated machines before you actually receive traffic that makes sense to buy one.
What I am looking at is the cost over time. Also, since I don't know much, in my thinking, their will be some downtime if I decided to switch from AWS/DO in the future. But if I run a VPS, I can run clusters with a mix of dedicated servers and vpses. Or am I getting something wrong here?
 
What I am looking at is the cost over time. Also, since I don't know much, in my thinking, their will be some downtime if I decided to switch from AWS/DO in the future. But if I run a VPS, I can run clusters with a mix of dedicated servers and vpses. Or am I getting something wrong here?
It depends on the setup, but there should be zero downtime if a migration is done properly. Just make sure that you either do it yourself (seems like you know what you are talking about), or hire someone who knows what he is doing.

Also, if you start with VPS (only); your cost will be low initially. Dedicated server might cost you upwards of $80 per month which is totally unnecessary in the beginning.

As for running load balancer, afaik; you will need to run them from the same network clusters for it to be worth. @feezioxiii might have better idea on this though.
 
I am very sorry for posting in two places, I posted it already in the lounge before finding this forum link. If their is a way to put the other one down, please let me know. Thanks

I want to run an uber-like taxi business. What type of server (VPS or dedicated) specs would be recommended for me. Please note that I'm only running it in 5 cities for now. Any ideas how much those servers will cost? Thanks in advance.
NOTE: I'm using PHP + Vue, so I think I'll need very fast cpus.

Find a managed provider to help you with this.. since i read you not know how things works contact a serious provider which provide you managed service also.. depends in which cities you want servers you need to find a legit one.. some of below services could help you contact them : mikrovps.net / Undergroundprivate.com (highly recommend and they will be straight to you) / OVH.com is not managed and their support is pretty bad if you face downtime you will await some days to get it fixed..


 
Back
Top