Code Monkey home page Code Monkey logo

simpledatabasereplicator's Introduction

Simple Database Replicator

This is a very simple database data synchronizer, it loads a bunch of rows from source and destination, compares, and insert or update in the destination what is different.

This project was created in 2006 to resolve a problem of database benchmarking, then it was abandoned. Now I'm resurrecting the project and fixing the very ugly code 12 years old.

The replication purpose:

  • It is a one-way data synchronizer;
  • Database agnostic, should work with any one, with some adjustments (well tested with SqlServer, Firebird, SqLite, MySql and Postgres);
  • Speed: it uses very little from the drivers, all is done by simple queries;

Known issues:

  • Delete was not implemented
  • Schema must be identical
  • Not testes with all databases scenarios
  • Blob type not supported
  • Limited UI usability โ€“ implemented the minimum to work
  • The internationalization was abandoned
  • It's not using parameters for the queries, it causes problems according to the database collation and culture settings
  • Sequences updates are not working properly

Originally this program had a simple Schema migration function, but it was removed, for DDL and Schema migration, there are a lot of good programs, like this one: http://fishcodelib.com/DBMigration.htm

Since this code is old, created in 2006, using .Net Framework 2.0 (now migrated to .Net 4.5) some parts of the code could be simpler with some refactoring.

Please, fell free to contribute with Pull Requests ;)

Screenshots

alt text alt text alt text alt text

Gustavo Augusto Hennig

GH Software - Plagius - Plagiarism Checker

simpledatabasereplicator's People

Contributors

gustavohennig avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.