hyperledger-labs / blockchain-analyzer

Analyze ledger data stored within a Hyperledger Fabric peer (key updates and operational data such as number of blocks and transactions).
Apache License 2.0
23 stars 17 forks source link

Containerization and minor fixes #37

Closed balazsprehoda closed 4 years ago

balazsprehoda commented 4 years ago

This pull request includes:

I also published a Docker image for fabricbeat on Dockerhub: https://hub.docker.com/r/balazsprehoda/fabricbeat

By using pre-compiled or Docker version of the agent, the project can be independent from Go, Python and virtualenv and all the inconvenience coming with them. I hope this makes the project more user-friendly.