Skip to content

This data syncer implements a mapping between MSSQL and MySql. It was written to sync data between two different databases with different schema. The sync is triggered by a separate windows service that fires up the syncing engine once per minute.

Notifications You must be signed in to change notification settings

caybokotze/DataSyncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Syncer

Data syncer is a data syncing engine developed to sync data betweeen different databases in real time. It has a windows service implementation to take care of starting the syncing service every minute.

Currently I am working to make this repository a more general solution as it was developed with a specific problem and client in mind when originally created.

Goals for this project:

  • Add support for direct "convention based mapping".
  • Add Postgres data class support.
  • Add MongoDb data class support.
  • Add SqlLite data class support.

Completed so far.

  • Added a mapping class.
  • Added a Data Syncing class for MSSQL
  • Added Data Syncing class for MySQL

About

This data syncer implements a mapping between MSSQL and MySql. It was written to sync data between two different databases with different schema. The sync is triggered by a separate windows service that fires up the syncing engine once per minute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages