All Projects → FISCO-BCOS → amdb-proxy

FISCO-BCOS / amdb-proxy

Licence: Apache-2.0 license
A proxy to access SQL-based database for FISCO BCOS node

Programming Languages

java
68154 projects - #9 most used programming language
solidity
1140 projects
shell
77523 projects

Projects that are alternatives of or similar to amdb-proxy

FISCO-BCOS-Toolbox
【Tools】FISCO BCOS Sol Toolbox created by SUIBE-Blockchain-Team.
Stars: ✭ 34 (+112.5%)
Mutual labels:  fisco-bcos
WeBASE
WeBank Blockchain Application Software Extension
Stars: ✭ 453 (+2731.25%)
Mutual labels:  fisco-bcos
WeCross
WeCross跨链路由
Stars: ✭ 183 (+1043.75%)
Mutual labels:  fisco-bcos
Musical-World
DBMS Mini Project that basically designed for online music player
Stars: ✭ 59 (+268.75%)
Mutual labels:  databse
FISCO-BCOS
FISCO BCOS是由微众牵头的金链盟主导研发、对外开源、安全可控的企业级金融区块链底层技术平台。 单链配置下,性能TPS可达万级。提供群组架构、并行计算、分布式存储、可插拔的共识机制、隐私保护算法、支持全链路国密算法等诸多特性。 经过多个机构、多个应用,长时间在生产环境中的实践检验,具备金融级的高性能、高可用性及高安全性。FISCO BCOS is a secure and reliable financial-grade open-source blockchain platform. The platform provides rich features including group architecture, cross-chain communication protoc…
Stars: ✭ 1,603 (+9918.75%)
Mutual labels:  fisco-bcos
WeBASE-Codegen-Monkey
目前本项目处于维护模式,新特性和新功能请移步:https://github.com/WeBankBlockchain/Data-Export
Stars: ✭ 34 (+112.5%)
Mutual labels:  fisco-bcos

English / 中文

AMDB

PRs Welcome Build Status Codacy Badge

It only supports FISCO BCOS version 2.0 or newer versions.

In order to overcome the limitations of local storage in version 1.0,we add support for distributed storage system in version 2.0,which is called AMDB. AMDB has following advantages:

  • It supports multiple storage engines and chooses highly available distributed storage system which can support data expansion easily and quickly.
  • It separates computation from data, thus node failure will not lead to data anomalies.
  • Data is stored remotely and can be stored in a safer isolation area, which is very significant in many scenarios.
  • Distributed storage not only supports the form of Key-Value, but also supports the way of SQL, which makes business development easier.
  • The storage of world state is also changed from MPT to distributed storage,which avoids the problem of performance degradation caused by rapid expansion of world state.
  • It optimizes the structure of data storage,saves storage space and has higher access efficiency.

Architecture

Usage

  • You can download source code from git and compile manually to use amdb. See amdb manual for more details.

Source Installation

git clone https://github.com/FISCO-BCOS/amdb-proxy.git
cd amdb-proxy && ./gradlew build

If you install successfully, it produces the dist directory.

Configuration

Please see the documentation about configurating for the amdb.

Developing & Contributing

Community

By the end of 2018, Financial Blockchain Shenzhen Consortium (FISCO) has attracted and admitted more than 100 members from 6 sectors including banking, fund management, securities brokerage, insurance, regional equity exchanges, and financial information service companies. The first members include the following organizations: Beyondsoft, Huawei, Shenzhen Securities Communications, Digital China, Forms Syntron, Tencent, WeBank, Yuexiu FinTech.

  • Join our WeChat Scan

  • Discuss in Gitter

  • Read news by

  • Mail us at

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].