Giter VIP home page Giter VIP logo

container_record's People

Contributors

nattfodd avatar ronaldtse avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

nattfodd

container_record's Issues

Implement ContainerRecord

  • We might want to also allow storing a Container's child tables in a separate database host
  • Will want to keep a database connection pool (or reuse Rails' pool) but prime them prior to accessing Container child tables with (USE [container-database]).

And consider renaming this repo to replace the term Container ...

ContainerRecord should support (zero-downtime) migrations

Each container should contain a schema_versions table, to record what migrations have been run within the Container.

For example, each of the N Company containers will have the same internal schema (say, files, messages).

When we want to migrate the files table across all company_* databases, the company_n/files table (located in the company_n database) is migrated from version X to X+1.

However, since migration of all company_n databases (from X to X+1) can be a lengthy process, we need to achieve zero-downtime with the container schema migrations.

This means that each company_1/files (e.g. version X+1) and company_2/files (e.g. version X) may be at different schema versions at any single time, and that the application should deal with this issue without hiccups.

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.