Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

A Content-based PubSub middleware over IPFS content routing

Notifications You must be signed in to change notification settings

pedroaston/smartpubsub-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

SmartPubSub@IPFS

A Content-based PubSub middleware over IPFS content routing

Abstract

The InterPlanetary File System (IPFS) is a hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. One of the most efficient and effective ways to distribute information is through the use of notifications or other methods which involve a producer of content (publisher) that shares content with other interested parts (subscribers). Currently, IPFS has a simple working implementation of a pub/sub system under an experimental flag. This implementation relies on a simple network flood and as such is quite inefficient and costly. The goal for this work is to develop a content-based pub/sub system (with subscriptions based on predicates about event content) to disseminate information on top of IPFS, in an efficient and decentralized way.

System Overview

This system tries to implement two content-based pubsub protocols over IPFS. Our interaction with a IPFS node is made with the kadDHT, more in particular with its routing table. These two protocols are:

  • ScoutSubs, where we have a rendezvous/filtering pubsub solution, completely decentralized.
  • FastDelivery, where event dissemination is centralized at each publisher.

Implementation

PubSub Implementation - implemented in golang

Evaluation

Test Plan - repo that contains all test plans used in testground to evaluate the pubsub

Project Calendar

  • October

    • Final Revisions
    • Deliver thesis
    • Prepare presentation
  • November

    • Defend thesis

About

A Content-based PubSub middleware over IPFS content routing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published