Skip to content

IoTWithBlockChain/apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A Reference Model to Applying IoT and Blockchain to Enterprise System

With decentrilised, tamper-proof and failure-resistant features, blockchain is an idea platform to store the data sent from IoT devices which is also distributed in the different locations. IoT devices to send data to blockchain these these shared data can be shared among all IoT devices and other interested parties. And with full replication feature of blockchain, all the partners can access and submit data without the need a centralised controller.

There are few challenges to apply IoT with blockchain to the tradational enterprise system.

  1. Storage Size, Performance and Throughput

In a blockchain system, each node holds a full copy of data. Data sychlisation will become slow and ineffective.

  1. Data Privacy

In the blockchain system, each party can access all the data without any restriction. But in the tradational enterprise system, the data is in a well-controled mode which fine-grained role-based model. How can we implement the access control on blockchain? We need to find a solution or workaround for this issue.

  1. Artificial Intelligence

How can we find the unusual data which is sent back by IoT devices to the blockchain? Unlike the trdational database, the data has been formilised in the database so we can pick the popular data analysis tools and apply the existing statistical models. The blockchain data structure is diffcult to model in the existing methodologies and tools.

In this project, we will build an enterprise IoT system and use the blockchain as the data storege. We will provide a reference design patterns and architectural patterns to address the open issues of blockchain.

Tech Stacks

  1. Language: HTML5 and JavaScript
  2. Framework: React, React-Native, NodeJS, Serverless
  3. UI Library: Nativebase, Styled Component
  4. Architecture: Redux
  5. Navigation: React-Navigation, react-router
  6. Unit Testing: API testing with Mocha, BDD with Cucumber/Calabash, Mobile testing with selenium
  7. CI/CD and DevOps: Linux, Amazon AWS, Docker/container orchestration

Installation

TODO: Describe the installation process

Usage

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

TODO: Write credits

License

TODO: Write license

About

This Repository is for App, A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published