Developing a Data Sync Application

Unlike other mobile services which provide a server and an API, Data Sync is a framework that you use 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, for example, real-time updates.

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

  4. Bind your mobile app to that Data Sync server.

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

  6. Complete your mobile app development.

  7. Build and run your mobile app.