{"id":19341163,"url":"https://github.com/jsdir/cql-migrate","last_synced_at":"2025-02-24T08:40:22.474Z","repository":{"id":19428021,"uuid":"22670769","full_name":"jsdir/cql-migrate","owner":"jsdir","description":"Derives deltas and migrates between output schemas from datastored's cassandra adapter","archived":false,"fork":false,"pushed_at":"2014-08-06T06:21:33.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T16:28:28.707Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsdir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-08-06T05:26:41.000Z","updated_at":"2014-08-06T05:30:37.000Z","dependencies_parsed_at":"2022-09-26T16:21:47.932Z","dependency_job_id":null,"html_url":"https://github.com/jsdir/cql-migrate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdir%2Fcql-migrate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdir%2Fcql-migrate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdir%2Fcql-migrate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdir%2Fcql-migrate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdir","download_url":"https://codeload.github.com/jsdir/cql-migrate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240448820,"owners_count":19803116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T03:29:31.252Z","updated_at":"2025-02-24T08:40:22.426Z","avatar_url":"https://github.com/jsdir.png","language":"JavaScript","readme":"cql-migrate\n===========\n\nDerives deltas and migrates between output schemas from datastored's cassandra adapter\n\nInstallation\n------------\n\n`npm install -g cql-migrate`\n\nUsage\n-----\n\n### Saving migrations\n\nTo save a new migration, pipe in the new schema to `cql-migrate add`.\n\n```sh\n$ # Use an automatic script...\n$ node ./generate_schema.js | cql-migrate add -n \"first migration\"\n$ # or use a file.\n$ cql-migrate \u003c schema.json\n```\n\nIf the nme parameter `-n` is not given, you will be prompted for the migration name.\n\nMigrations will be saved in the same naming format used by [ActiveRecord](http://guides.rubyonrails.org/migrations.html):\n\n`YYYYMMDDHHMMSS_migration_name.json`\n\nThe migration name will have spaces replaced with underscores, and the entire name will be made lowercase. \n\n### Applying migrations\n\nTo migrate to the latest unapplied migration, just run the command by itself:\n\n```sh\n$ cql-migrate\n```\n\nTo migrate to a specific migration, give the schema filename:\n\n```sh\n$ cql-migrate 20000101000000_happy_new_year.json\n```\n\nA state file is saved in the migration state directory. This will let future migrations know the state of the database and will determine what delta to apply. Since the schema of the latest migration is also saved as state, migrations can be reversed without having to find the last migration. It will already be available in state.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdir%2Fcql-migrate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdir%2Fcql-migrate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdir%2Fcql-migrate/lists"}