Currently we download from TREC the following "High Value Data Sets"
- Broker and Sales Agent License Holder Information
- Inspector License Holder Information
- Easement or Right-Of-Ways agents License Holder Information
You can find the data and field definitions on the TREC High Value Data Sets Instructions page
I'm looking for a broker that is independent in my area, that
- Won't charge me a desking fee.
- Doesn't want a percentage cut.
- Preferably local and clever.
Thus...
SELECT *
FROM trec.view_all_licenses
WHERE license_type = 'Individual Broker'
AND license_status = 'Current and active'
AND mailing_county = 'HARRIS'
AND physical_county = 'HARRIS'
AND addr_mailing_city = 'KINGWOOD'
AND addr_physical_city = 'KINGWOOD';
And, I can go broker shopping.
Inside this repo, you'll find a script called init.sh
. Running that script should download and convert the raw data to a format for ingestion. This scripts calls runall.sql
which handles the creation of the schema and loading the data into PostgreSQL.
- PostgreSQL
- iconv (to convert from CP850 to UTF-8)
- sed to remove \x00's from the feed.
- curl to download the raw data files.
Want to use this technology for an application or need help developing an idea, integration or further work with the data set? Shoot me an email for a quote.