{"id":16327539,"url":"https://github.com/shinigami92/dse-gremlin-schema-migrator","last_synced_at":"2026-05-07T06:35:40.113Z","repository":{"id":40491051,"uuid":"507562619","full_name":"Shinigami92/dse-gremlin-schema-migrator","owner":"Shinigami92","description":"DataStax gremlin schema-migrator","archived":false,"fork":false,"pushed_at":"2022-06-29T17:10:36.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T22:42:55.227Z","etag":null,"topics":["cassandra","database","database-schema","datastax","datastax-enterprise","dse","gremlin","java","kotlin","migration-tool","schema-migration"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shinigami92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-26T12:02:46.000Z","updated_at":"2022-06-29T17:36:12.000Z","dependencies_parsed_at":"2022-09-19T23:21:14.904Z","dependency_job_id":null,"html_url":"https://github.com/Shinigami92/dse-gremlin-schema-migrator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shinigami92/dse-gremlin-schema-migrator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinigami92%2Fdse-gremlin-schema-migrator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinigami92%2Fdse-gremlin-schema-migrator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinigami92%2Fdse-gremlin-schema-migrator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinigami92%2Fdse-gremlin-schema-migrator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shinigami92","download_url":"https://codeload.github.com/Shinigami92/dse-gremlin-schema-migrator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shinigami92%2Fdse-gremlin-schema-migrator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32726182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cassandra","database","database-schema","datastax","datastax-enterprise","dse","gremlin","java","kotlin","migration-tool","schema-migration"],"created_at":"2024-10-10T23:11:43.664Z","updated_at":"2026-05-07T06:35:40.087Z","avatar_url":"https://github.com/Shinigami92.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dse-gremlin-schema-migrator Project\n\nThis project uses Quarkus, the Supersonic Subatomic Java Framework.\n\nIf you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .\n\n## Running the application in dev mode\n\nYou can run your application in dev mode that enables live coding using:\n\n```shell script\n./gradlew quarkusDev\n```\n\n\u003e **_NOTE:_** Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.\n\n## Packaging and running the application\n\nThe application can be packaged using:\n\n```shell script\n./gradlew build\n```\n\nIt produces the `quarkus-run.jar` file in the `build/quarkus-app/` directory.\nBe aware that it’s not an _über-jar_ as the dependencies are copied into the `build/quarkus-app/lib/` directory.\n\nThe application is now runnable using `java -jar build/quarkus-app/quarkus-run.jar`.\n\nIf you want to build an _über-jar_, execute the following command:\n\n```shell script\n./gradlew build -Dquarkus.package.type=uber-jar\n```\n\nThe application, packaged as an _über-jar_, is now runnable using `java -jar build/*-runner.jar`.\n\n## Creating a native executable\n\nYou can create a native executable using:\n\n```shell script\n./gradlew build -Dquarkus.package.type=native\n```\n\nOr, if you don't have GraalVM installed, you can run the native executable build in a container using:\n\n```shell script\n./gradlew build -Dquarkus.package.type=native -Dquarkus.native.container-build=true\n```\n\nYou can then execute your native executable with: `./build/dse-gremlin-schema-migrator-1.0.0-SNAPSHOT-runner`\n\nIf you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling.\n\n## Related Guides\n\n- Picocli ([guide](https://quarkus.io/guides/picocli)): Develop command line applications with Picocli\n- Kotlin ([guide](https://quarkus.io/guides/kotlin)): Write your services in Kotlin\n\n## Provided Code\n\n### Picocli Example\n\nHello and goodbye are civilization fundamentals. Let's not forget it with this example picocli application by changing the \u003ccode\u003ecommand\u003c/code\u003e and \u003ccode\u003eparameters\u003c/code\u003e.\n\n[Related guide section...](https://quarkus.io/guides/picocli#command-line-application-with-multiple-commands)\n\nAlso for picocli applications the dev mode is supported. When running dev mode, the picocli application is executed and on press of the Enter key, is restarted.\n\nAs picocli applications will often require arguments to be passed on the commandline, this is also possible in dev mode via:\n\n```shell script\n./gradlew quarkusDev --quarkus-args='Quarky'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinigami92%2Fdse-gremlin-schema-migrator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshinigami92%2Fdse-gremlin-schema-migrator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshinigami92%2Fdse-gremlin-schema-migrator/lists"}