Question : I need to create a data model for routing data between points. For example, path between two cities […]
Tag: routing
Should I create a separate table for geo-location points?
Question : I am developing the backend for a service that resembles Uber in some aspects (just a simplification to […]
Network connect to a local IP address from a static global IP address?
Question : Is there a possible way to connect to a local SQL server on a static global IP? Let […]
Should I create a separate table for geo-location points?
Question : I am developing the backend for a service that resembles Uber in some aspects (just a simplification to […]
Modelling route data in MySQL
Question : I need to create a data model for routing data between points. For example, path between two cities […]
How to do a kind of selective grouping in a SQL result?
Question : I have some query as select x1,x2,x3,x4 from foo where bar resulting something like: CREATE TEMP TABLE foo […]