Registry / storage / filecoin-project-dagstore

filecoin-project-dagstore

JSON →
library0.7.0gogounverified

A DAG (Directed Acyclic Graph) storage library for IPLD data, used in Filecoin and IPFS ecosystems.

go get github.com/filecoin-project/dagstore
INSTALL
IMPORT
SIG · FILECOIN-PROJECT-D
F
filecoin-project-dagstore
storagegov0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

dagstore
✓ github.com/filecoin-project/dagstore

Creates a new DAG store with default configuration.

package main import ( "github.com/filecoin-project/dagstore" ) func main() { config := dagstore.Config{} store, _ := dagstore.NewDAGStore(config) defer store.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
Amazon
1
OpenAI (training)
1
Resources
filecoin-project-dagstore — go get filecoin-project-dagstore · libregistry