You should take a look at Firebase. It does a great job on sync at mobile apps and the cloud database. Then you'll need only to create a service to sync web database to cloud database, if needed.
Att, [image: --] Antonio Augusto [image: http://]about.me/aaugusto <http://about.me/aaugusto?promo=email_sig> <https://www.facebook.com/augustobr> <https://twitter.com/xtrdev> <http://br.linkedin.com/in/antoniobr/> <https://github.com/antoniosb> [image: http://about.me/aaugusto] <http://about.me/aaugusto> <https://plus.google.com/u/0/111953897116031502239/> 2017-07-25 15:21 GMT-03:00 John Ivanoff <[email protected]>: > There's also a book on that. > Build iOS Database Apps with Swift and SQLite => > http://www.apress.com/us/book/9781484222317 > > John > > On Tuesday, July 25, 2017 at 1:03:06 AM UTC-5, Colin Law wrote: >> >> I achieve this by writing to an sqlite db in the android app and posting >> the records to the rails app when online. >> >> Colin >> >> >> On 24 Jul 2017 6:58 a.m., "siva subrahmanyam" <[email protected]> >> wrote: >> >>> Thanks for your reply. I felt that we need a separate server to stream. >>> If it can be done just with Rails & DB then I am fine. >>> >>> On Sun, Jul 23, 2017 at 10:14 PM, Hassan Schroeder < >>> [email protected]> wrote: >>> >>>> On Sun, Jul 23, 2017 at 7:42 AM, siva subrahmanyam >>>> <[email protected]> wrote: >>>> > >>>> > My question is there any gem available or do we need to use any >>>> service to >>>> > make sync successful ? >>>> >>>> Your client is sending requests to your web app. Other than Rails >>>> itself (and the DB behind it) what do you imagine that you need? >>>> >>>> -- >>>> Hassan Schroeder ------------------------ [email protected] >>>> twitter: @hassan >>>> Consulting Availability : Silicon Valley or remote >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "Ruby on Rails: Talk" group. >>>> To unsubscribe from this topic, visit https://groups.google.com/d/to >>>> pic/rubyonrails-talk/ie89tMc0HK0/unsubscribe. >>>> To unsubscribe from this group and all its topics, send an email to >>>> [email protected]. >>>> To post to this group, send email to [email protected]. >>>> To view this discussion on the web visit https://groups.google.com/d/ms >>>> gid/rubyonrails-talk/CACmC4yDjbt0VNaGLwA4qz8ahwgN6wAYy6U3io9 >>>> xWgBc5JL84Ug%40mail.gmail.com. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> >>> With Regards >>> *Ur's Subbu* >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Ruby on Rails: Talk" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> To view this discussion on the web visit https://groups.google.com/d/ms >>> gid/rubyonrails-talk/CAHRBWV2xx9hr6J6Yh-wpM0X8tJwzhJrRKmHp0Z >>> y95K%2B%2BjrAjpg%40mail.gmail.com >>> <https://groups.google.com/d/msgid/rubyonrails-talk/CAHRBWV2xx9hr6J6Yh-wpM0X8tJwzhJrRKmHp0Zy95K%2B%2BjrAjpg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/rubyonrails-talk/9826c9aa-01ed-42e8-8662- > 757f4e420a17%40googlegroups.com > <https://groups.google.com/d/msgid/rubyonrails-talk/9826c9aa-01ed-42e8-8662-757f4e420a17%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAK6Fff%2BMak3Knk7a-JCOyBvGHqMt6ZEj2ozez55b8SbVcnNAZg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

