{"id":18720044,"url":"https://github.com/geops/pg_routejoin","last_synced_at":"2025-11-10T20:30:15.888Z","repository":{"id":967265,"uuid":"759994","full_name":"geops/pg_routejoin","owner":"geops","description":"automatically build SQL to join tables based on foreign key constraints","archived":false,"fork":false,"pushed_at":"2016-03-30T14:53:36.000Z","size":42,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-12-28T11:24:53.209Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/geops.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":"2010-07-06T16:36:34.000Z","updated_at":"2015-01-28T13:58:23.000Z","dependencies_parsed_at":"2022-07-18T04:30:54.401Z","dependency_job_id":null,"html_url":"https://github.com/geops/pg_routejoin","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geops%2Fpg_routejoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geops%2Fpg_routejoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geops%2Fpg_routejoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geops%2Fpg_routejoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geops","download_url":"https://codeload.github.com/geops/pg_routejoin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239581748,"owners_count":19662960,"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-07T13:29:14.240Z","updated_at":"2025-11-10T20:30:13.157Z","avatar_url":"https://github.com/geops.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"What it is...\n=============\n\nThis project offers database functions to dynamically create\nthe SQL to join a list of tables and views.\n\nThe joins are generated based on constraints (foreign keys) as\ndefined in the database and are routed using [Dijkstra's algorithm](http://en.wikipedia.org/wiki/Dijkstra's_algorithm).\nAdditional routes can be defined or others can be ignored, \nfor example for including views in the joins.\n\n\nDocumentation\n=============\n\nSee the comments of functions and views in the \ndatabase.\n\n\nRequirements\n============\n\n* Postgresql 8.3+ (maybe some lower versions will also work)\n* plpythonu database language\n* Python 2.5+\n\n\nInstallation\n============\n\n* install the Python module with\n\n  ``./setup.py install``\n\n* create the plpythonu database language in your database\n\n  ``create language plpythonu;``\n\n* import the sql/create.sql file in the database\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeops%2Fpg_routejoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeops%2Fpg_routejoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeops%2Fpg_routejoin/lists"}