I hope i am not breaking any code here and i don't get mails saying its not the place to discuss this .
I am trying to create a small xml-rpc like service which uses some other multiple REST/JSON based web services . I am using django because I like simple organized architecture it gives for development. I have collected results in a python dictionary like this . {'SOURCE':Google ,'results':[{result_no:1,url:http://url}]} etc..... {'Source':Yahoo,'results':[{result_no:1,url:http://url}]} etc.... Now i need to collect these result but the problem is that their may be many redundant repeated results . Their may be other stuff that i may need to do on this data. But I don't need to retain the data once it is delivered to the client . Should I save this data using django models for temprory purpose . How can django models help me especially in terms of finding redundant data. How exactly are django models different from databases. Also I may deliver this app using Google app Engine . Now to me It doesn't seem that app engine DataStore API does not seem very different . What are the differences at the application developer's level? Looking forward to the responses -- 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 -~----------~----~----~----~------~----~------~--~---