Re: Sync local Database with remote REST API

2017-08-13 Thread Eron Lloyd
Has anyone ever come up with a best practices approach for this? Particularly if the remote service is the primary one. On Monday, March 17, 2014 at 7:40:01 PM UTC-4, Leonard wrote: > > Hello everybody, I'm having an hard time to figuring this out. > I'm designing a django project based on data r

Sync local Database with remote REST API

2014-03-17 Thread Leonard
Hello everybody, I'm having an hard time to figuring this out. I'm designing a django project based on data retrieved from a remote public REST API that will: - Retrieve data from a REST API - Saving the data in my models (my local db) - Analyze and process the local data asynchronousl