Hi all,
I am hoping to get your ideas on the following problem,
I have an existing server application written with following technologies
- SQL and NoSQL databases
- Application
- Spring MVC architecture
- Hibernate JPA
- Wicket framework
- Web Server
And I have an Android client app which connect with above server via RESTful APIs. I need this client to work offline, so I am hoping to integrate couchBase lite local database in the android client and use sync gateway to sync the local changes back to the server and (also sync the server changes to the local db of client) . Can I connect syncgateway to this existing server? or Do I need to implement a separate CouchBase server for this? If I have to implement a CouchBase server, how to integrate it with my existing server?
Thank you
-Isuru