Hi,

I am build a service that has:
- Couchbase Server 3.0
- Couchbase Sync Gateway 1.1.0
- an iOS app (that uses CBIncrementalStore)
- a backoffice
*- a partner API*

I have a 'type' field on each document, and there is 60 different types (we 
could say that I have 60 tables).


I think it's quite clear for me how to build this stack, except the partner 
API...
Basically the partner API would be designed differently than the REST API 
provided by the Sync Gateway.

My idea was to create a NodeJS app on top of Express that would build the 
partner API. The NodeJS app would make the REST calls to the Sync Gateway 
API on the admin port, and then give the response to the partner.
>From what I understood I would have to create Views. But I saw that we 
should not create too much Views, since it's an expensive operation, so I 
can't create views for each of my document types.

What is the way to do it well ?

Thnaks ;)

-- 
You received this message because you are subscribed to the Google Groups 
"Couchbase" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to