Skip to content

Example Go code for interacting with go-car and other IPLD and block storage things

License

Notifications You must be signed in to change notification settings

rvagg/go-car-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-car-example

Example code for interating with:

go run example.go

You get:

  • A .car file: example.car
  • Stdout showing the header (root CIDs) of a .car file that's generated from example data
  • Stdout showing decoding of the blocks in the .car file
  • A Datastore (flatfs) that was used as the source for creating the .car file: datastore.in
  • A Datastore (flatfs) that was used as the destination for dumping the .car file: datastore.out

About

Example Go code for interacting with go-car and other IPLD and block storage things

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages