Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(plugin-persistence-fabric): add new fabric persistence plugin #2331

Commits on Jun 12, 2023

  1. feat(plugin-persistence-fabric): add new fabric persistence plugin

    1. Add a new plugin for storing hyperledger fabric ledger data into a database
    2. Add functional tests for plugin and data access layer operations.
    operating with fabric-all-in-one docker composition
    
    Tests assume any postgres database, but for final deployment postgres
    or supabase is assumed.
    Data fed by this plugin can later be visualized by a GUI application or
    analyzed directly. ( right now the GUI will have switch to operate
    either with Ethereum ledger or Fabric ledger )
    
    Also upgrade ts-node in the rood package.json because it was causing
    crashes for the scripts in the ./tools/ directory (such as the webpack
    bundle name validator script)
    
    Depends on: hyperledger-cacti#2259
    Depends on: hyperledger-cacti#2265
    
    Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com>
    
    Signed-off-by: Barnaba Pawełczak <barnaba.pawelczak@fujitsu.com>
    Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
    barnapa authored and petermetz committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2e922aa View commit details
    Browse the repository at this point in the history