{"id":15345686,"url":"https://github.com/git-hulk/homebrew-cadence","last_synced_at":"2025-04-05T06:23:15.750Z","repository":{"id":75625256,"uuid":"348057624","full_name":"git-hulk/homebrew-cadence","owner":"git-hulk","description":null,"archived":false,"fork":false,"pushed_at":"2021-03-26T02:31:41.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T14:12:22.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/git-hulk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-15T17:11:00.000Z","updated_at":"2021-03-26T02:31:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d255940-b927-4e37-845f-5b6e2e9f649a","html_url":"https://github.com/git-hulk/homebrew-cadence","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"d42f46547f64651793f4b57152eaa033c376209d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fhomebrew-cadence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fhomebrew-cadence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fhomebrew-cadence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/git-hulk%2Fhomebrew-cadence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/git-hulk","download_url":"https://codeload.github.com/git-hulk/homebrew-cadence/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247296204,"owners_count":20915595,"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-10-01T11:14:46.885Z","updated_at":"2025-04-05T06:23:15.717Z","avatar_url":"https://github.com/git-hulk.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# homebrew-cadence\n\n## Cadence Server\n\nIt's as simple as:\n\n```shell\n% brew tap git-hulk/cadence\n% brew install cadence\n```\n\nThen setup the persistence schema, I would take the MySQL as example\nand you MUST setup the MySQL instance first.\n\n```shell\nexport SQL_HOST={YOUR MYSQL HOST}\nexport SQL_PORT={YOUR MYSQL PORT}\nexport SQL_USER={YOUR MYSQL USER}\nexport SQL_PASSWORD={YOUR MYSQL PASSWORD}\n\ncadence-sql-tool create --db cadence \\\n\u0026\u0026 cadence-sql-tool --db cadence setup-schema -v 0.0 \\\n\u0026\u0026 cadence-sql-tool --db cadence update-schema -d /usr/local/etc/cadence/schema/mysql/v57/cadence/versioned \\\n\u0026\u0026 cadence-sql-tool create --db cadence_visibility \\\n\u0026\u0026 cadence-sql-tool --db cadence_visibility setup-schema -v 0.0 \\\n\u0026\u0026 cadence-sql-tool --db cadence_visibility update-schema -d /usr/local/etc/cadence/schema/mysql/v57/visibility/versioned\n```\n\nFinally, run the cadence server, replace your MySQL configuration in `/usr/local/etc/cadence/development_mysql.yaml`:\n\n```shell\ncadence-server --root /usr/local/etc/cadence --env development_mysql start\n```\n\n## Cadence Client\n\nUse the cadence client to create the domain\n\n```shell\ncadence --do test-domain domain re --rd 1\n```\n\nThen you can have a look at the created domain: \n\n```\ncadence --do test-domain domain desc\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-hulk%2Fhomebrew-cadence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgit-hulk%2Fhomebrew-cadence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgit-hulk%2Fhomebrew-cadence/lists"}