1. CouchBase will release a Gateway-Ruby-SDK
2. The gateway will behave more like CouchDB to make third party libraries more reusable.
--
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 mobile-couchba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/b90d1ae7-85ce-4eb1-9fe1-f203f1ebc184%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/7eff8029-6f22-46bb-9638-d2c624175933%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Are there any equivalent CBL / SyncGateway tutorials out there? I’m interested in knowing what others have tried before I get hacking. I’m particularly interested in this scenario:
- Clean Couchbase Server (CBS) and SyncGateway (SGW) installation.
- This means properly setup SGW with Bucket Shadowing Enabled.
- The first interaction a user has is with the Ruby WebApp.
- A user account is created, some docs are generated and synced between Buckets.
- A user gets a mobile app and has data available to him/her.
- Couchbase Lite iOS or Java, etc. native client.
If anyone is interested in talking in depth about this maybe we should create a CBL meet-up. I’m around 6th and Market (in San Francisco) if anyone wants to code and/or grab a drink.
To unsubscribe from this group and stop receiving emails from it, send an email to mobile-couchbase+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/394e6326-6184-4ac9-9a1f-aade18f085e5%40googlegroups.com.
- The first interaction a user has is with the Ruby WebApp.
- A user account is created, some docs are generated and synced between Buckets.
- A user gets a mobile app and has data available to him/her.
- Couchbase Lite iOS or Java, etc. native client.
Chris,I saw your other comment to Sandra earlier today. The sample project I’m thinking of would be targeted at getting ToDo Lite to sync to a web client. Would you recommend trying to code this with the REST API or Bucket Shadowing?
To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/cc797ea0-9d3e-4bc3-93da-140c4e05513e%40googlegroups.com.
Just use the REST API, it is less moving pieces. I am just now adding a note to the Bucket Shadowing documentation:
Bucket shadowing is meant to enable sync for existing Couchbase Server apps. If you are creating a new app with both mobile and web clients, we recommend starting by connecting via the Sync Gateway REST APIs, and to add backend services use the Changes Worker Pattern.
From: J Anderson <jch...@couchbase.com>
Reply-To: "mobile-couchbase@googlegroups.com" <mobile-couchbase@googlegroups.com>
Date: Wednesday, June 11, 2014 at 6:50 PM
To: "mobile-couchbase@googlegroups.com" <mobile-couchbase@googlegroups.com>
Subject: Re: Mobile App + Web App
Just use the REST API, it is less moving pieces. I am just now adding a note to the Bucket Shadowing documentation:
Bucket shadowing is meant to enable sync for existing Couchbase Server apps. If you are creating a new app with both mobile and web clients, we recommend starting by connecting via the Sync Gateway REST APIs, and to add backend services use the Changes Worker Pattern.
Chris: I understand why you say this, but adding pieces to our mobile documentation effectively saying that programming against Couchbase should be done with Sync Gateway REST if doing mobile and web points to a real problem. I don’t think it’s accurate to say that the Sync Gateway REST interface defines how to program against the system going into the future.
Rather, that’s a can we’ve kicked down the road.
And by the way, I’m not at all religious or defensive about this given my history with the SDKs. I just worry that we now have three shipping models of programming the system and N1QL will add a fourth. I’d be glad to make changes to converge as I indicated before we went to ship our mobile 1.0’s.
I think we’ll need to address this in the field on a case by case basis…
On Sep 2, 2014, at 3:00 PM, Francois Louis <louisfra...@gmail.com> wrote:I liked the idea of using Persona but wanted the signup process to take place completely within the app (i understand with persona that the user has to redirect to the Persona website to sign up).
Is it possible to use something like 'parse.com' where ready-made ios classes exist to handle signup and signin, and then direct it to sync gateway somehow to generate session cookies .. ?