Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 446 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 446 Bytes

postgresql-search-engine

This application demonstrates how to use PostgreSQL as a full-text search and spatial engine

TODO

  • Create workflow to test the application
  • Write the README for you people
  • Create a Flask app to query via a full_text query
  • Insert the Lat and Lng into the City Table
  • Create a geospatial query to find cities around me or within a radius
  • Create a Flask view to do a geospatial query