{"id":17823034,"url":"https://github.com/kickeddroid/ipfs-lite-docker","last_synced_at":"2025-04-02T10:41:29.275Z","repository":{"id":114188661,"uuid":"221332021","full_name":"KickedDroid/ipfs-lite-docker","owner":"KickedDroid","description":null,"archived":false,"fork":false,"pushed_at":"2019-11-12T23:35:27.000Z","size":145,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T01:43:09.149Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KickedDroid.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":"2019-11-12T23:31:41.000Z","updated_at":"2020-09-11T12:48:16.000Z","dependencies_parsed_at":"2024-05-17T05:44:45.272Z","dependency_job_id":null,"html_url":"https://github.com/KickedDroid/ipfs-lite-docker","commit_stats":null,"previous_names":["kickeddroid/ipfs-lite-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fipfs-lite-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fipfs-lite-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fipfs-lite-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KickedDroid%2Fipfs-lite-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KickedDroid","download_url":"https://codeload.github.com/KickedDroid/ipfs-lite-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246802321,"owners_count":20836363,"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-27T17:50:33.650Z","updated_at":"2025-04-02T10:41:29.255Z","avatar_url":"https://github.com/KickedDroid.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IPFS-Lite\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"logo.png\" alt=\"ipfs-lite\" title=\"ipfs-lite\" /\u003e\n\u003c/p\u003e\n\n[![Build Status](https://travis-ci.org/hsanjuan/ipfs-lite.svg?branch=master)](https://travis-ci.org/hsanjuan/ipfs-lite)\n[![Godoc](https://godoc.org/github.com/hsanjuan/ipfs-lite?status.svg)](http://godoc.org/github.com/hsanjuan/ipfs-lite)\n\nIPFS-Lite is an embeddable, lightweight IPFS peer which runs the minimal setup\nto provide an `ipld.DAGService`. It can:\n\n* Add, Get, Remove IPLD Nodes to/from the IPFS Network (remove is a local blockstore operation).\n* Add single files (chunk, build the DAG and Add) from a `io.Reader`.\n* Get single files given a their CID.\n\nIt needs:\n\n* A [libp2p Host](https://godoc.org/github.com/libp2p/go-libp2p#New)\n* A [libp2p DHT](https://godoc.org/github.com/libp2p/go-libp2p-kad-dht#New)\n* A [datastore](https://godoc.org/github.com/ipfs/go-datastore) like [BadgerDB](https://godoc.org/github.com/ipfs/go-ds-badger)\n\nSome helper functions are provided to\n[initialize these quickly](https://godoc.org/github.com/hsanjuan/ipfs-lite#SetupLibp2p).\n\nIt provides:\n\n* An [`ipld.DAGService`](https://godoc.org/github.com/ipfs/go-ipld-format#DAGService)\n* An [`AddFile` method](https://godoc.org/github.com/hsanjuan/ipfs-lite#Peer.AddFile) to add content from a reader\n* A [`GetFile` method](https://godoc.org/github.com/hsanjuan/ipfs-lite#Peer.GetFile) to get a file from IPFS.\n\nThe goal of IPFS-Lite is to run the **bare minimal** functionality for any\nIPLD-based application to interact with the IPFS Network by getting and\nputting blocks to it, rather than having to deal with the complexities of\nusing a full IPFS daemon, and with the liberty of sharing the needed libp2p\nHost and DHT for [other things](https://github.com/ipfs/go-ds-crdt).\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickeddroid%2Fipfs-lite-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkickeddroid%2Fipfs-lite-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkickeddroid%2Fipfs-lite-docker/lists"}