Hi,
Did Couchbase work fine? Can you share any issues if you faced any

On Friday, December 13, 2013 3:49:34 AM UTC+5:30, [email protected] 
wrote:
>
> I'm building a point of sale for iOS. I need a reliable sync history, 
> because the app will work off-line or under bad internet connections, so 
> the data could be 1 week behind the online data.
>
> I read in http://docs.couchbase.com/couchbase-lite/cbl-concepts/ that 
> this kind of app is supported. I have tried parse.com/firebase.com but 
> their sync history is weak.
>
> The app use sqlite internally, and I wish to not change this in this stage 
> of the app (I'm close to beta). So I sync the data from/to couch.
>
> The app is for small companies, each company have several sales devices. 
> The data is shared among all the devices registered with the company, so 
> the data must be in sync among all the devices of that company.
>
> This are my questions:
>
> - Exist a hosted version of couchbase that I can rely on? That was the 
> reason behind choseparse.com. If not, how much servers I need to start? 
> The data of each company is small (ie: few hundreds of customers and 
> products, 1-200 invoices per day with related inventory).
>
> - Is possible in a transaction to update multiples tables (like invoice 
> header, invoice details, payment details)?
>
> - Is possible to have a reliable sync if the device lost connection for 
> several hours/days?
>
> - When the data is updated in client A, is propagated to client B & C or I 
> need to do polling?
>
> - I update the data in sqlite and replicate it with couch. If the sync is 
> not successfully, then is possible to retry it?
>
> - The query language will be available soon in the iOS library?
>
> - Is possible to monitor the sync? Like providing a progressbar?
>
> - Is possible to know if the client is up-to-date with the server? Like 
> for purge the couch data locally and start again clean...
>
> - Exist a sample in integrate with sqlite?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase Mobile" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mobile-couchbase/1ac817b7-cf78-4daa-b25a-d79e388ef76a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to