{"id":16697446,"url":"https://github.com/ryandotsmith/komrade-api","last_synced_at":"2025-12-28T20:53:29.099Z","repository":{"id":6740306,"uuid":"7986503","full_name":"ryandotsmith/komrade-api","owner":"ryandotsmith","description":"The api to the komrade service","archived":false,"fork":false,"pushed_at":"2013-06-10T22:20:26.000Z","size":488,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-05T18:26:47.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":false,"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/ryandotsmith.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":"2013-02-03T04:56:51.000Z","updated_at":"2015-06-22T18:12:05.000Z","dependencies_parsed_at":"2022-08-31T18:02:51.690Z","dependency_job_id":null,"html_url":"https://github.com/ryandotsmith/komrade-api","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/ryandotsmith%2Fkomrade-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandotsmith%2Fkomrade-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandotsmith%2Fkomrade-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryandotsmith%2Fkomrade-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryandotsmith","download_url":"https://codeload.github.com/ryandotsmith/komrade-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243515580,"owners_count":20303272,"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-12T17:47:45.002Z","updated_at":"2025-12-28T20:53:29.066Z","avatar_url":"https://github.com/ryandotsmith.png","language":"Ruby","readme":"# komrade api\n\nThis app is responsible to handeling the provisioning requets made by heroku addons. It also serves the komrade dashboard. Both of these tasks require the komrade api to have access to the komrade database.\n\n## local setup\n\n```bash\n$ export $(cat sample.env)\n$ bundle install\n# Queue Management Database\n$ dropdb komrade\n$ createdb komrade\n$ pg_dump $(heroku config -a komrade-store -s | grep \"^DATABASE_URL\" | sed 's/DATABASE_URL=//') -s --no-acl --no-owner | psql komrade\n$ psql komrade -c \"insert into queues (heroku_id) values ('`whoami`');\"\n# Queue Statistics Database\n$ dropdb komrade-stats\n$ createdb komrade-stats\n$ pg_dump $(heroku config -a komrade-store -s | grep \"^STATS_DATABASE_URL\" | sed 's/STATS_DATABASE_URL=//') -s --no-acl --no-owner | psql komrade-stats\n$ bundle exec bin/web\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryandotsmith%2Fkomrade-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryandotsmith%2Fkomrade-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryandotsmith%2Fkomrade-api/lists"}