Bifrost Initiative

  • The idea of Bifrost is to have an Online IDE in which our clients can migrate, see results of migrations and access other features related to migrations.

  • Bifrost will run migrations on a server, not on the client's computer.

    • We need to provide support for this feature: Running migrations on a server

    • Currently, they have been using SnowConvertCLI for this purpose. However, we are thinking about providing a tool that is better suited for this job. It could be:

      • A CLI that is more machine-oriented

      • A tool that somehow communicates with another process to receive and handle requests

Last updated