Sahil
Sahil

Reputation: 461

Hyperledger Composer for Production Level Fabric Blockchain Business Solution

I am developing a project in Hyperledger Fabric using Composer tools. I want to know whether Composer can be used for production level projects or not. If so, then why one should develop their project in Fabric without Composer as building a project in Composer is comparatively simpler.

Upvotes: 0

Views: 257

Answers (1)

razer
razer

Reputation: 76

In production grade product you have:

  • Stability: Composer based on Hyperledger Fabric, so stability is equivalent to Hyperledger Fabric once it is up and running.
  • Security: Hyperledger Fabric passed a security audit, something that not done for Hyperledger Composer.

Hyperledger Fabric has been deployed on production by many companies around the world also in China while google search for "hyperledger composer production" gives you a post where it is says:

the answer to the below question is NO

Since the development of Composer is still in progress with the latest version v0.18.0. The development team of Composer is very active and the composer builds are deployed every week with some ‘Breaking changes’. I would suggest keeping a track of the releases until Version 1 of composer is released.

A message on LinkedIn says:

I'd probably recommend to keep Hyperledger Composer for the prototyping phase only, and then consider other options moving forward based on how fast you plan to be in production

Upvotes: 6

Related Questions