https://github.com/remotesynth/kinvey-data-connect-sample
A simple example of switching from NoSQL to an external SQL data source.
https://github.com/remotesynth/kinvey-data-connect-sample
Last synced: about 1 year ago
JSON representation
A simple example of switching from NoSQL to an external SQL data source.
- Host: GitHub
- URL: https://github.com/remotesynth/kinvey-data-connect-sample
- Owner: remotesynth
- Created: 2018-02-07T20:38:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T15:16:07.000Z (about 7 years ago)
- Last Synced: 2025-02-13T23:18:20.510Z (over 1 year ago)
- Language: JavaScript
- Size: 9.22 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Example for Kinvey Mobile Data Connect
This is a simple example app for using Kinvey's Mobile Data Connect to connect to swap between a NoSQL data source. You can populate the NoSQL data source using the JSON data and the SQL data source using the .sql file.
The app itself is pretty simple. It just pulls a list of employees from a database. The larger goal is to demonstrate swapping the NoSQL data store with an enterprise data source like SQL Server. You can read more about how to do this in the [accompanying article here](https://www.kinvey.com/using-kinveys-rapiddata-connectors/).