-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lock in Initial MVP Requirements for the Data Sync Service #14
Comments
As we're working to build our Data Sync service, we would love to get feedback on what we're doing to ensure we're solving the problems you really care about. Here is the MVP Technical Specification, which details what we've put together so far. Feel free to comment on any of the our user scenarios or features in our PR and let us know if if we're missing anything! |
Added information regarding our Token exchange service to our PR, which will serve as the foundation for security for Data Sync. This service will allow the exchange of an app secret + an optional AAD B2C token for a CosmosDB resource token. |
Is this to replace what used to be Azure Mobile Services with Offline Syncing using SQLite? |
^ Same question. How does this compare to Azure Mobile Services? |
@myokeeh @RichiCoder1 this won't replace Azure Mobile Services in the preview release, but it is our intent to build something those developers will happily transition to over the course of the year. |
The "CosmosDB" backend could be reachable from external application? (as example ASP.NET or WPF) |
@fileman Yes, this is possible using the official CosmosDB SDK, but not the App Center SDK. You will need to implement authorization yourself as well to determine which users can read/write |
We've updated our MVP Technical Specification to now include offline scenarios. We're going to do a basic "Store and Forward" implementation, which is outlined and defined in the updated spec. In addition, we've also added mockups to our user scenarios! You can see a lot of the core user scenarios of the Data Sync service in these mockups. Feel free to comment on any of this and let us know your thoughts! |
To complement the new identity service and enable developers to easily manage end-user data we'll be developing a new Cosmos DB backed solution over the coming months. This will be initially targeted towards on-line first apps before layering in additional off-line capabilities. We'll share initial API's and screenshots over the coming weeks.
The text was updated successfully, but these errors were encountered: