ChakshuGautam / geoquery.in

Service to get Location from ipv4 and ipv6
https://geoquery.in
28 stars 77 forks source link

Discussion on DB for geojson #122

Open dhruv-1001 opened 7 months ago

dhruv-1001 commented 7 months ago

Discussing required on type of database required to store geojsons.

Mr-Sunglasses commented 7 months ago

We are going ahead with PostGIS for the DB.

adityaslyf commented 7 months ago

I propose using PostgreSQL with PostGIS extension for a few reasons:

1.PostGIS Power: PostgreSQL with PostGIS offers a powerful combo for storing, querying, and analyzing GeoJSON data. 2.Advanced Spatial Tools: PostGIS provides a rich set of functions for working with geospatial data, perfect for our needs. 3.Scalable Solution: This combination scales well, handling our growing geospatial data efficiently.