Developing a Data Sync Application

Unlike other mobile services which provide a server and an API, Data Sync is a framework that allows you to develop services. Typically, you develop a Data Sync service as follows:

  1. Design a GraphQL schema.

  2. Develop a Data Sync server and Data Sync client, with the features you require

  3. Containerize your Data Sync server and deploy it to OpenShift.

  4. Configure your mobile app to point to the Data Sync server.

  5. Complete your mobile app development.

  6. Build and run your mobile app.