{"id":22725424,"url":"https://github.com/delonnewman/relational","last_synced_at":"2026-04-28T16:03:03.156Z","repository":{"id":66850971,"uuid":"185653374","full_name":"delonnewman/relational","owner":"delonnewman","description":"Relational programming for Ruby","archived":false,"fork":false,"pushed_at":"2020-03-10T03:58:07.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T09:45:00.829Z","etag":null,"topics":["csv","csv-import","data","data-analysis","database","export","json","relational","relational-algebra","relational-database","relational-model","relational-programming","reporting","reports","ruby","yaml"],"latest_commit_sha":null,"homepage":"","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/delonnewman.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,"zenodo":null}},"created_at":"2019-05-08T17:44:18.000Z","updated_at":"2020-03-10T03:57:33.000Z","dependencies_parsed_at":"2023-02-23T00:30:58.321Z","dependency_job_id":null,"html_url":"https://github.com/delonnewman/relational","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delonnewman/relational","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delonnewman%2Frelational","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delonnewman%2Frelational/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delonnewman%2Frelational/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delonnewman%2Frelational/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delonnewman","download_url":"https://codeload.github.com/delonnewman/relational/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delonnewman%2Frelational/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32387923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: 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":["csv","csv-import","data","data-analysis","database","export","json","relational","relational-algebra","relational-database","relational-model","relational-programming","reporting","reports","ruby","yaml"],"created_at":"2024-12-10T16:10:42.247Z","updated_at":"2026-04-28T16:03:03.140Z","avatar_url":"https://github.com/delonnewman.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Relational\n==========\n\nRelational programming for Ruby\n\nSynopsis\n========\n\n```ruby\nrelational do\n  people = from('path/to/people.csv', schema: {created_at: :datetime, name: :string}).where(-\u003e(row) { person.created_at \u003e Date.today - 1 })\n  users = from('path/to/usernames.json').select(:id, :name)\n  people.join(users).select(:id, :name, :created_at).rename(:id, :user_id).to('path/to/report.csv')\nend\n```\n\nor\n\n```ruby\nRelational.from('path/to/people.csv')\n          .join(Relational.from('path/to/usernames.json'))\n          .select(:id, :name, :created_at)\n          .rename(:id, :user_id)\n          .to('path/to/data-export.json')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelonnewman%2Frelational","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelonnewman%2Frelational","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelonnewman%2Frelational/lists"}