Emil Orol
Emil Orol

Reputation: 561

Real state project data structure suggestion

I am working in a real state project (linux, drupal, php 5, mysql) and I need to pull data in from the local mls sytem.

What data structure should I use IDX or RETS? (and why?)

Thank you

Upvotes: 0

Views: 304

Answers (3)

shailesh makwana
shailesh makwana

Reputation: 31

For MLS/IDX Data Downloading from server RETS IQ in Java is good.

Data Structure in Storage format

<MLSNAME>/DataDownload/
         /DataProcessed/

Upvotes: 1

ktgeek
ktgeek

Reputation: 21

Technically, IDX is an NAR policy and not a technology. RETS is a protocol for sharing property listing data over the net.

When then term is misused and not relating to the NAR policy, IDX is meant to use a limited set of data generally useful for advertising purposes only. RETS, when misused in a similar matter, may mean the full feed of data.

Upvotes: 1

Maciej Zgadzaj
Maciej Zgadzaj

Reputation: 641

Well. Don't know these format myself (therefore sorry if this answer won't be satisfying to you), but a quick search revealed few already existing Drupal modules which seem to do what you are looking for:

and few example discussions on the subject:

But perhaps you've already seen them?

Upvotes: 1

Related Questions