Giter Site home page Giter Site logo

elevator's Introduction

Elevator

A simple to use data migration tool:)

##Background All software projects, at least the ones I have participated in, have at some point needed to handle migration of data. Most of the time we have done it manually, and other times we have created a tool or used a tool to do migration. There are many good tools out there today for migration, but I could not find anyone that satisfied my needs. Most of the tools out there today are geared towards databases, and I’m not always working against those databases – sometimes I store data in text files. There for I set out on this journey to create a super simple migration tool that can help me handle migration in projects.

##Solution This tools his heavily inspired by the migration framework in Ruby active records. It stores the migration state in a safe place (database, file and so forth) and it handles the lifting when going from “level 1” to “level 2”. Each level can contain changes in data, data structure and security. Let’s say you have introduced a new property on the User object, and you need to update the database schema and the actual value for all the existing users. This value might be calculated based on existing data. This is a perfect use case for this migration tool.

The framework aims to be a generic framework where you can plug into and make it fit your needs.

The migration tool is a console application that can be executed both manually and by a build server.

##Production quality? Nope, this is bleeding edge and a tool built by me to be used by me. I aim to make it simple, and I’ll try to nurture it to become into production ready state, where it can be used by you and other that has to deal with data migration. As for now I just needed a repository where I can work on this tool:)

elevator's People

Contributors

goeran avatar

Watchers

 avatar James Cloos 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.