We have an application where we periodically import data from an external vendor, and the process is mostly automated, but we need to review the data before having it go live.
We were considering an option where we would run processes on another database, do the manual validation, and then replicate the DB changes to our production database (which would have the same schema). One option is to do it all through postgres, but I am thinking there may be advantages in doing it through django, just in the sense that it might be easier to script and/or add intelligence to the replication as needed. Is there anything in django that would facilitate this? If not, my slightly off-topic question would be how best to do this in postgres. Essentially, we want some process to generate a log of DB inserts/ updates/deletes on the one side and replay it on the other. Thanks, Steve --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---