Skip to content

mlecjm/data-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Design and Building a Data Loader and Viewer Engine for Blockchain-enabled Big Data Systems using Hyperledger Fabric

System_Model

Prerequisites

AWS server setting

  • Resource Spec (AWS EC2 instance)
    • Region: ap-northeast-2 (서울)
    • Instance Type : t3a.2xlarge (8 vCPUs, 32GB)
    • Volume Type : 1000GB SSD
    • Amazon Machine Image(AMI) : Ubuntu 20.04 LTS (HVM) x64(x86)
  • SSH Connection

Hyperledger Fabric setup

  • FABRIC_RELEASE=2.3.0
  • CHANNEL_NAME=myChannel
  • PEER_DATABASE_TYPE=golevel
  • CHAINCODE_LANGUAGE=go
  • CHAINCODE_NAME=ethtxcc
  • CHAINCODE_VERSION=0.1
  • CHAINCODE_INIT_REQUIRED=true

About

Design and Building a Data Loader and Viewer Engine for Blockchain-enabled Big Data Systems using Hyperledger Fabric

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages