Giter Club home page Giter Club logo

database-revisions's People

Contributors

eddiecorrigall avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

database-revisions's Issues

Polish user feedback

Given the current state of user feedback (printed to standard):

  • what is missing that the user needs to know?
  • what needs to change to help make it easier to read / interpret?
  • etc.

Verify upgrade and downgrade path

Currently the service assumes that the lexicographically ordered file list is correctly ordered - it may not be.

Ensure that there is a path from the initial revision to the final revision, but back tracking from the final revision. Every IRevision has a IRevision::previousVersion property that should match with another IRevision::version otherwise it will be undefined. Make sure to implement a solution to verify a path from the final revision to the initial revision. If no such path exists, then an error should be thrown and the change set should not be applied.

Tests

Write units tests for the project, especially for DatabaseMigrationService.

Implement plugins for different databases

Current project state requires that "plugins" are implemented using the existing project dependencies and source code. Ideally plugins should be written by users of the tool to extend the capability and reduce the unused dependencies of the project.

For example, a Redis plugin should standalone so that a Redis client is not a dependency of this project, but a dependency of the system running the migration tool. This will also reduce the project size and overall security, while also enabling anyone to extend the tools capability.

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.