I would have your internal model how you like for the best application
design and then write cron scripts that import into your main db from
the other disparate format databases. Have a field in your internal
model so you know the original source of each entry. Reimport when the
third party DBs dumps change modified date. Have something in the file
names (a prefix or suffix) so you know which script to run for each.

Thats my idea without knowing more about what you are doing..

John

On Jun 8, 11:05 am, Amit Sethi <amit.pureene...@gmail.com> wrote:
> Hi all ,
>            I am trying to develop a web app that searches products on some
> local stores and give the price.Now I can obviously have a format for stores
> to feed my database but rather than that .What I want is that the local
> stores be able to dump their database/feeds on my Server . It would make
> adding a store a breeze . But the problem is that these databases / feeds
> might be very different . The datamodels might be very different . So how do
> I integrate such databases. I just need to extract the product and its price
> from a store.
> --
> A-M-I-T S|S
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to