I am working on the Hyperledger Application that can store sensor data from IoT.Using HLF v1.4 with Raft. Each IoT device will provide JSON data at fixed intervals which gets stored in Hyperledger. I have worked with HLF v1.3 which doesn't scale very well.
With v1.4, I am planning to start with 2 organization setup with 5 peers for each organization.
But the limiting factor seems to be, as the number of blocks increase by adding new transactions and querying the network takes a longer time.
- What are the steps that can be taken to scale the HLF with v1.4 or onwards.
- What type of Server specs should be used for good performance, like RAM, CPUs when selecting a server e.g EC2