Skip to content

Commit 7b6c1ab

Browse files
Merge pull request #1068 from CodeWritingCow/codewritingcow/1057-property-address-search
Fix issue with property address search not working
2 parents a1064f4 + 3a58225 commit 7b6c1ab

File tree

6 files changed

+3388
-4074
lines changed

6 files changed

+3388
-4074
lines changed

data/src/Pipfile.lock

Lines changed: 3084 additions & 3086 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/SETUP/BACK_END.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,12 @@ docker compose down postgres
123123
We use Postgres extensions for GIS and time series functionality not included in base Postgres.
124124

125125
#### PostGIS
126+
126127
[PostGIS](https://postgis.net/) is an open-source extension for PostgreSQL that adds support for spatial and geographic data types and functions. It enables the storage, querying, and analysis of location-based data directly within the database, replacing the need for many external tools and libraries.
127128

128129
#### Timescale DB
129-
[TimescaleDB](https://docs.timescale.com/) is an open-source relational database built on PostgreSQL, optimized for handling time-series data efficiently.
130+
131+
[TimescaleDB](https://docs.timescale.com/) is an open-source relational database built on PostgreSQL, optimized for handling time-series data efficiently.
130132

131133
At the core of TimescaleDB are hypertables, which partition data across time for efficient querying. Hypertables behave like normal Postgres tables, but are optimized for querying data based on timestamps. For our use case, hypertables simplify data management by automatically creating monthly partitions, replacing our previous method of manually creating a separate schema for each month.
132134

0 commit comments

Comments
 (0)