Git Product home page Git Product logo

ddm's Introduction

Decentralized Data Marketplace (DDM)

This is an implementation of a decentralized data marketplace using blockchain and other distributed ledger technologies.

There are two sets of parties that would use DDM - sellers and buyers. Sellers use DDM to post descriptions of data products using IPFS and an Ethereum smart contracts, which buyers can search and browse to find data of interest to them. In the current implementation, the buyer can then use SDPP (Streaming data payment protocol) to connect to an data server hosted by the seller to get and pay for streaming data, useful for IoT applications. Currently SDPP (and hence DDM) supports payment for data using the IOTA cryptocurrency, though this could be extended to other cryptocurrencies. In principle the seller data registry could also be implemented using alternatives to IPFS and Ethereum. The following picture illustrates shows how DDM works:

DDM architecture illustration

This is version 1.0, DDM is still under development. The current prototype does not implement ratings, curated recommendations, or sophisticated search mechanisms, these are left to future versions.

Video Demo

A video demo of DDM

More Reading

Requirements

Instructions

This repository has to be cloned on your machine to install Trinity.

Step 1

git clone https://github.com/ANRGUSC/DDM.git

And then,

cd DDM/

Step 2

The DDM user interface is required to sell, find, or buy data. Please follow the instructions given below to bring up the interface.

- cd ddm_web/
- npm install
- npm start
- Open localhost:3000/ in your browser! 

Step 3

A seller can register a new product using the register product tab by entering a product description. In addition, the seller should run the seller server by executing the following commands:

- cd ../sdpp_seller/
- python3 seller_websockets.py

Step 4

A buyer can search and buy data products using search tab. The user interface allows the buyer to select the data product and pay for it using the SDPP protocol.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

License

Copyright (c) 2018, Autonomous Networks Research Group, USC. See this file for more details.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.