ssbc / ssb-db2

A new database for secure-scuttlebutt
47 stars 8 forks source link

blobs + gossip #307

Open nichoth opened 2 years ago

nichoth commented 2 years ago

An example of how blobs are replicated would be extremely heploful.

Is this handled by a plugin? which one?

Should this be part of application code? how?

This issue is a less specific version of #301

nichoth commented 2 years ago

I would be interested in making a reference implementation of sbot too. something like ssb-server, but using DB2. so ssb-server2 or something. We would want it in a github org that everyone interested would have access I suppose. Since this is not really a db2 issue. But where else to put it?

staltz commented 2 years ago

Blob replication is handled entirely by the plugin ssb-blobs

nichoth commented 2 years ago

I've started this project as a sort of reference implementation of ssb-db2 & secret-stack, however I didn't get very far before I ran into problems with muxrpc. Any help is appreciated. Or if people want to transfer it to a repo in a different github org, that is fine too.