https://github.com/jefking/king.b-trak
Synchronize Between SQL Server and Azure Table Storage.
https://github.com/jefking/king.b-trak
Last synced: 10 months ago
JSON representation
Synchronize Between SQL Server and Azure Table Storage.
- Host: GitHub
- URL: https://github.com/jefking/king.b-trak
- Owner: jefking
- License: mit
- Created: 2014-09-16T17:54:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T18:51:29.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T16:05:48.175Z (over 1 year ago)
- Language: C#
- Homepage: https://www.nuget.org/packages/King.BTrak/
- Size: 663 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Synchronize Between SQL Server and Azure Table Storage
+ Move data from SQL Server to Table Storage
+ Move data from Table Storage to SQL Server
### [NuGet](https://www.nuget.org/packages/King.BTrak)
```
PM> Install-Package King.BTrak
```
### [Wiki](https://github.com/jefking/King.B-Trak/wiki)
View the wiki to learn how to use this.
### [Example](https://github.com/jefking/King.B-Trak/tree/master/King.BTrak.Program)
Clone the repository to play with the demo!
### CI
[](https://dev.azure.com/jefkin/oss/_build/latest?definitionId=17)