Skip to content

IPFS Datastore implementation backed by Google Cloud Storage

Notifications You must be signed in to change notification settings

catcatio/js-datastore-gcs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-datastore-gcs

Datastore implementation backed by Google Cloud Storage

Usage

const bucketName = '.ipfs'
const storage = new Storage()
const gcs = storage.bucket(bucketName)
const store = new GCSStore('/', {
  gcs,
  createIfMissing: false
})

Examples

You can see examples of GCS backed ipfs in the examples folder

About

IPFS Datastore implementation backed by Google Cloud Storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published