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:
-
Design a GraphQL schema.
-
Develop a Data Sync server and Data Sync client, with the features you require
-
Containerize your Data Sync server and deploy it to OpenShift.
-
Configure your mobile app to point to the Data Sync server.
-
Complete your mobile app development.
-
Build and run your mobile app.