{"id":26035628,"url":"https://github.com/weavevm/wvm-lassie","last_synced_at":"2025-06-11T21:09:28.012Z","repository":{"id":278175852,"uuid":"933617504","full_name":"weaveVM/wvm-lassie","owner":"weaveVM","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-18T11:49:36.000Z","size":75,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-18T12:25:14.248Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weaveVM.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-02-16T11:21:43.000Z","updated_at":"2025-02-18T11:49:40.000Z","dependencies_parsed_at":"2025-02-18T12:25:57.341Z","dependency_job_id":"e92a46bc-4d09-4419-a9fe-4a644395060b","html_url":"https://github.com/weaveVM/wvm-lassie","commit_stats":null,"previous_names":["weavevm/wvm-lassie"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fwvm-lassie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fwvm-lassie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fwvm-lassie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaveVM%2Fwvm-lassie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaveVM","download_url":"https://codeload.github.com/weaveVM/wvm-lassie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242332600,"owners_count":20110349,"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":"2025-03-07T05:10:28.025Z","updated_at":"2025-03-07T05:10:28.658Z","avatar_url":"https://github.com/weaveVM.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://wvm.dev\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/weaveVM/.github/main/profile/bg.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## About\n`wvm-lassie` is an IPFS/Filecoin data importer to WeaveVM -- make your Filecoin data live forever.\n\nThis tool provides a simple ETL to retrieve content from the Filecoin network using CIDs. It spin up a [Lassie daemon](https://github.com/CheckerNetwork/rusty-lassie) for each retrieval request, downloads the content of the CAR file, and then retrieve the IPLD blocks. Then, data is loaded to WeaveVM tagged with `application/octet-stream` MIME type.\n\n### Key concepts\n\n- **CID**: Content Identifiers are unique identifiers for content in the Filecoin/IPFS network.\n- **CAR**: Content Addressable aRchives are a format for storing IPLD data.\n- **IPLD**: InterPlanetary Linked Data is the data model used by IPFS and Filecoin.\n\n## REST API\n\n### Import cid\n\n- API endpoint: [lassie.wvm.network](https://lassie.wvm.network)\n\n```bash\nGET /import/:cid\n```\n\n#### Response\n\n```rust\npub struct ImportCid {\n    pub wvm_bundle_txid: String,\n    pub data: Vec\u003cu8\u003e,\n}\n```\n\n## License \nThis project is license under the [MIT License](./LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavevm%2Fwvm-lassie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweavevm%2Fwvm-lassie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweavevm%2Fwvm-lassie/lists"}