{"id":52029316,"url":"https://github.com/tegmentum/mobilitydb_network-ducklink-bridge","last_synced_at":"2026-08-01T11:02:50.248Z","repository":{"id":370853736,"uuid":"1295793831","full_name":"tegmentum/mobilitydb_network-ducklink-bridge","owner":"tegmentum","description":"Auto-generated compose:dynlink bridge — sql-extension-catalog target mobilitydb_network → duckdb:extension. Emitted by sqlink-shim-codegen --dynlink.","archived":false,"fork":false,"pushed_at":"2026-07-11T12:25:10.000Z","size":56,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-11T14:11:16.226Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/tegmentum.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-09T21:31:55.000Z","updated_at":"2026-07-11T12:25:14.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tegmentum/mobilitydb_network-ducklink-bridge","commit_stats":null,"previous_names":["tegmentum/mobilitydb_network-ducklink-bridge"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/tegmentum/mobilitydb_network-ducklink-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegmentum%2Fmobilitydb_network-ducklink-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegmentum%2Fmobilitydb_network-ducklink-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegmentum%2Fmobilitydb_network-ducklink-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegmentum%2Fmobilitydb_network-ducklink-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tegmentum","download_url":"https://codeload.github.com/tegmentum/mobilitydb_network-ducklink-bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tegmentum%2Fmobilitydb_network-ducklink-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36154735,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-08-01T02:00:05.789Z","response_time":100,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-08-01T11:02:49.534Z","updated_at":"2026-08-01T11:02:50.228Z","avatar_url":"https://github.com/tegmentum.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mobilitydb_network × ducklink bridge (Phase 9.2, mobilitydb)\n\nAuto-generated by [`sqlink-shim-codegen`](https://github.com/tegmentum/sqlink-shim-codegen)\nvia `--dynlink --target mobilitydb_network --provider-id mobilitydb_network-composed`.\n\n## What this is\n\nA `wasm32-wasip2` cdylib that imports\n`compose:dynlink/linker@0.1.0` and exports the canonical\n`duckdb:extension@4.0.0` contract. At LOAD time the host's provider\nregistry resolves the id `mobilitydb_network-composed` to the per-sub\ncomposed shim provider under\n`datafission/extensions/mobilitydb/deps/mobilitydb-network-provider-composed.wasm`.\n\nScalar / aggregate / table dispatch is a CBOR-envelope tunnel through\n`linker.resolve-by-id + endpoint.invoke`.\n\n## Host wiring\n\n```sh\nexport DUCKLINK_SUB_EXT_BRIDGES=\"\\\nmobilitydb_network=$(pwd)/target/wasm32-wasip2/release/mobilitydb_network_duckdb_bridge_dynlink.wasm\"\n\nexport DUCKLINK_SUB_EXT_PREBUILT=\"\\\nmobilitydb_network=$HOME/git/datafission/extensions/mobilitydb/deps/mobilitydb-network-provider-composed.wasm\"\n\nexport DUCKLINK_SUB_EXT_ALIAS=\"\\\nmobilitydb_network=mobilitydb_network\"\n\nducklink -c \"LOAD mobilitydb_network;\"\n```\n\n## Regenerate\n\nSee the \"Phase 9.2 mobilitydb per-sub bridges\" section of\n[SHIM-BRIDGES.md](https://github.com/tegmentum/shim-bridge-smoke-tests/blob/main/SHIM-BRIDGES.md).\n\n```sh\nsqlink-shim-codegen \\\n  --dynlink \\\n  --target-dialect duckdb \\\n  --target mobilitydb_network \\\n  --provider-id mobilitydb_network-composed \\\n  --catalog ~/git/mobilitydb-shim-interface/mobilitydb-catalog.toml \\\n  --interface ~/git/mobilitydb-shim-interface/mobilitydb-interface.sqlite \\\n  --out ~/git/mobilitydb_network-ducklink-bridge\n```\n\n## Do not hand-edit\n\nRegenerate from the source-of-truth interface DB + catalog via\n`sqlink-shim-codegen`. Changes made directly here are lost on the\nnext regen.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftegmentum%2Fmobilitydb_network-ducklink-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftegmentum%2Fmobilitydb_network-ducklink-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftegmentum%2Fmobilitydb_network-ducklink-bridge/lists"}