WO2018176965A1 - 基于区块链的用于金融数据处理的方法、装置及电子设备 - Google Patents

基于区块链的用于金融数据处理的方法、装置及电子设备 Download PDF

Info

Publication number
WO2018176965A1
WO2018176965A1 PCT/CN2017/120384 CN2017120384W WO2018176965A1 WO 2018176965 A1 WO2018176965 A1 WO 2018176965A1 CN 2017120384 W CN2017120384 W CN 2017120384W WO 2018176965 A1 WO2018176965 A1 WO 2018176965A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
block
block data
financial
blockchain
Prior art date
Application number
PCT/CN2017/120384
Other languages
English (en)
French (fr)
Inventor
郝延山
谢锦生
龙旻明
杜衡
Original Assignee
北京京东金融科技控股有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京京东金融科技控股有限公司 filed Critical 北京京东金融科技控股有限公司
Publication of WO2018176965A1 publication Critical patent/WO2018176965A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor

Definitions

  • the present invention relates to the field of financial data information processing, and in particular to a method and apparatus for financial data processing based on a blockchain, and an electronic device and a computer readable medium.
  • Asset-backed securities refers to financial activities in which securities are issued on the basis of standardized product design for credit enhancement, supported by stable cash flows generated by the underlying assets in the future. Since the asset securitization business has been in the market since 2014, the market has grown rapidly and has reached a stock scale of nearly 2 trillion. The asset-based securitization business can fully optimize the financial institution's asset structure, reduce the financial market system risk, release the financial institution's loan scale, increase its capital adequacy ratio, and bring great benefits in improving the financial institution's profit model and accelerating its business transformation. s help.
  • Blockchain technology is a new type of decentralization protocol that can securely store transaction data, unforgeable and falsified information, and automate smart contracts without any centralization agency review. It combines all market participants to maintain a set of transaction book data, grasp and verify the contents of the books in real time, jointly maintain the authenticity and integrity of the books, improve the transparency and accountability of the asset securitization system, and effectively avoid financial fraud. phenomenon. This "decentralized” and “de-trust” mechanism, in a far-reaching sense, reduces the cost of credit in the global trading chain.
  • the present invention provides a method and apparatus for financial data processing based on a blockchain, and an electronic device and a computer readable medium, which are capable of solving a transaction chain in the process of releasing financial data to a blockchain. High concurrency issues.
  • a method for financial data processing based on a blockchain comprising: listening to a message queue of request data, requesting data including financial data; according to data type of financial data in the request data Determining the priority of the financial data; processing the financial data according to the priority of the financial data to generate the block data; and publishing the block data to the blockchain.
  • publishing the block data into the blockchain includes publishing the block data into the federated chain.
  • the method further includes: recording related data in the data processing process, generating the first block data; and transmitting the first block data to the cache server.
  • the related data includes: financial data, block data, queue data written to the write-out interface, and a data view.
  • the method further includes: acquiring a real-time status of the block data according to a predetermined mechanism, generating second block data; and transmitting the second block data to the cache server.
  • acquiring a real-time state of the block data according to a predetermined mechanism, and generating the second block data includes: acquiring a state of the block data in real time; when the state of the block data changes , the block data is acquired to generate second block data.
  • acquiring a real-time status of the block data according to a predetermined mechanism, generating the second block data includes: acquiring a real-time status of the block data to generate a second at a predetermined time interval Block data.
  • the method further includes: generating a message queue through the non-relational database.
  • data synchronization is performed between block data by P2P technology.
  • a method for financial data processing based on a blockchain comprising: receiving a data query request from a client, the data query request including a block data query request; Query the request and snapshot data to obtain the query result; and send the query result back to the client.
  • the method further includes: acquiring first block data, the first block data includes a block identifier; and saving the first block data as snapshot data by using the block identifier.
  • the method further includes: acquiring second block data, the second block data includes a block identifier; and using the block identifier, the second block data as its corresponding first The snapshot data of the block data is saved.
  • a device for financial data processing based on a blockchain comprising: a listening module, a message queue for listening to request data, the request data including financial data; and a priority judging module a method for determining a priority of the financial data according to a data type of the financial data in the request data; a data processing module for performing data processing on the financial data according to a priority of the financial data to generate the block data; and a publishing module for The block data is published to the blockchain.
  • a device for financial data processing based on a blockchain comprising: a receiving module, configured to receive a data query request from a client, the data query request including a block a data query request; a query module, configured to obtain a query result by querying the request and the snapshot data; and a sending module, configured to send the query result back to the client.
  • an electronic device comprising: a processor; a memory storing instructions for the processor to control operations as above.
  • a computer readable medium having stored thereon a computer program, the program being executed by a processor to implement the first aspect and the second aspect as described in the above embodiments method.
  • the method and apparatus for financial data processing based on the blockchain according to the present invention and the electronic device and the computer readable medium can solve the high concurrency problem of the transaction chain in the process of releasing the financial data to the blockchain.
  • FIG. 1 is a flow chart of a blockchain based method for financial data processing, according to an exemplary embodiment.
  • FIG. 2 is a flow chart of a blockchain based method for financial data processing, according to another exemplary embodiment.
  • FIG. 3 is a flow chart of a device for financial data processing based on a blockchain, according to an exemplary embodiment.
  • FIG. 4 is a block diagram of an apparatus for financial data processing based on a blockchain, according to another exemplary embodiment.
  • FIG. 5 is a block diagram of an apparatus for financial data processing based on a blockchain, according to another exemplary embodiment.
  • FIG. 6 is a block diagram of an electronic device, according to an exemplary embodiment.
  • FIG. 7 is a block diagram of an electronic device, according to another exemplary embodiment.
  • FIG. 1 is a flow chart of a blockchain based method for financial data processing, according to an exemplary embodiment.
  • a message queue of request data is monitored, and the request data includes financial data.
  • Message Queuing Middleware is an important component in distributed systems, mainly addressing application coupling, asynchronous messaging, traffic scaling and other issues. Achieve high performance, high availability, scalable and ultimately consistent architecture. It is an indispensable middleware for large distributed systems.
  • the message queue that can be used includes ActiveMQ, RabbitMQ, ZeroMQ, Kafka, MetaMQ, RocketMQ, and the like.
  • the request data includes financial data, which may be, for example, financial data of the asset side as described above, and the asset side represents assets owned by the enterprise including fixed assets, current assets, and intangible assets. According to the above introduction, the asset side can process the assets into financial securitization and generate asset data.
  • a priority of the financial data is determined according to a data type of the financial data in the request data.
  • the data type priority of the financial data may, for example, generate a priority through the asset information of the asset side, for example, the premium asset has a high priority.
  • the priority of the asset may be generated by the ease of circulation of the asset, and the asset with better liquidity may have a higher priority.
  • the priority may be prioritized according to the use of the fund in the asset information, and a fixed-purpose fund is preferentially carried out. Processing, the invention is not limited thereto.
  • the financial data is subjected to data processing according to the priority of the financial data to generate block data.
  • the financial data is sequentially processed in the order of priority to generate block data.
  • the predetermined process may, for example, encapsulate the financial data according to a predefined transaction field to generate packaged data; specify a processing public key; specify a transaction event; perform signature verification on the packaged data, the processing public key, and the transaction event, generate the Block data
  • the block data is published to the blockchain.
  • the block data can be published, for example, into a federated chain.
  • the transaction data can be solved in the process of releasing financial data to the blockchain by sequentially entering the financial data into the message queue according to the priority. High concurrency issues.
  • the publishing the block data into a blockchain includes publishing the block data into a federated chain.
  • the blockchain is essentially a collective term for several technical solutions, including peer-to-peer peer-to-peer network transport protocols, cryptographic encryption algorithms, distributed consensus mechanisms, and Nash equilibrium game design. Based on the combination of these technologies, a reliable database of decentralization and trust can be realized, and an algorithmic proof mechanism is used to ensure traceable traceability of information recorded on the chain, which cannot be forged and cannot be tampered with.
  • the alliance blockchain refers to the blockchain whose consensus process is controlled by pre-selected nodes; for example, imagine a community of 15 financial institutions, each of which runs a node, and in order to make each block effective Obtained confirmation from 10 of them (2/3 confirmation).
  • the blockchain is either readable by everyone, or restricted to participants, or a hybrid route, such as the root hash of the block and its API (application programming interface), which allows the outside world to be used. Make a limited number of queries and get information about the status of the blockchain. These blockchains can be thought of as "partial decentralization.”
  • the alliance chain adopts a multi-center approach, and the participant nodes are also set in advance and confirmed by a consensus mechanism. In the alliance chain, different from the public chain, you can set and control permissions, and have higher applicability and scalability.
  • the blockchain-based method for financial data processing by issuing financial data to the alliance chain, the cost and time of reading and writing in different places can be greatly reduced, and a simpler and more efficient consensus service can be provided. At the same time, inherit the advantages of decentralization and reduce the pressure of monopoly.
  • the method further includes: recording related data in the data processing process, generating first block data; and transmitting the first block data to a cache server.
  • the cache database is essentially a snapshot of the blockchain data, which mainly caches the block information and asset data information on the chain. By caching the database, the user can quickly query the relevant data without having to call the query interface of the blockchain itself every time, which can improve the efficiency and solve the problem that the speed of the query data does not match.
  • the related data includes: the financial data, the block data, queue data written to the write-out interface, and a data view.
  • the method further includes: acquiring a real-time status of the block data according to a predetermined mechanism, generating second block data; and transmitting the second block data to a cache server.
  • the acquiring a real-time status of the block data according to a predetermined mechanism, generating second block data includes: acquiring a status of the block data in real time; When the state of the block data changes, the block data is acquired to generate the second block data.
  • the acquiring a real-time status of the block data according to a predetermined mechanism, and generating second block data includes: acquiring the block data at a predetermined time interval. Real time status to generate the second block data.
  • the block data is sent to the cache server as a snapshot of the blockchain, so that the user can quickly query related data without having to call the block every time.
  • the query interface of the chain itself can improve the efficiency and solve the problem that the speed of the query data does not match.
  • the method further includes: generating the message queue by a non-relational database.
  • the non-relational database is: No-SQL.
  • the No-SQL database can include, for example, a key-value storage database: this type of database mainly uses a hash table, which has a specific key and A pointer to a specific data.
  • the advantage of the Key/value model for IT systems is that it is simple and easy to deploy.
  • Column storage database This part of the database is usually used to deal with the massive data of distributed storage. The keys still exist, but they are characterized by pointing to multiple columns.
  • Document database A document database is similar to the first type of key-value store.
  • This type of data model is a versioned document, and semi-structured documents are stored in a specific format.
  • Graph database The graph structure database is different from other rows and columns and rigid structure SQL database. It uses a flexible graphical model and can be extended to multiple servers.
  • Peer-to-peer A network technology and network topology. Originally known as the network communication technology term, it means “peer-to-peer network”, also known as the working group. Specifically, P2P means that each computer on the Internet has the same function, and there is no master-slave. One computer can be used as a server, set shared resources for use by other computers in the network, and can be used as workstations. Dedicated servers and no dedicated workstations. Peer-to-peer networking is a common networking method for small LANs.
  • FIG. 2 is a flow chart of a blockchain based method for financial data processing, according to another exemplary embodiment.
  • a data query request from a client is received, and the data query request includes a block data query request.
  • the data query request can be, for example, a block data query request.
  • the query request may be, for example, a query request within a set time range. For example, a query request for a certain search condition may be set, and the present invention is not limited thereto.
  • the query result is obtained by using the query request and the snapshot data.
  • the snapshot data may be, for example, snapshot data generated by the block data.
  • the snapshot data may, for example, use the block chain event mechanism and the timing mechanism to synchronize the block chain data to the cache database after the block data is uplinked, as a snapshot of the blockchain data, so that it is convenient to do various kinds on the client side.
  • Various queries and reduce query time may be used to reduce query time.
  • the query result is sent back to the client.
  • the blockchain is used to complete the chain-up operation of asset-related data to ensure that the asset data is true and reliable and cannot be tampered with; and a series of processes of an asset may be dispersed in the various blocks that have been generated.
  • ABS asset regulation if you trace the source in the dimension of the asset, you must obtain the status change of the asset in several blocks.
  • the block data is sent to the cache server as a snapshot of the blockchain, so that the user can quickly query related data without having to call the block every time.
  • the query interface of the chain itself can improve the efficiency and solve the problem that the speed of the query data does not match.
  • the method further includes: acquiring first block data, the first block data including a block identifier; and using the block identifier, the first block data Save as the snapshot data.
  • the method further includes: acquiring second block data, the second block data including a block identifier; and using the block identifier, the second block data
  • the snapshot data as its corresponding first block data is saved.
  • the second block data may be, for example, data after the data is changed after the first block data is uplinked, and the second block data is saved as the first block data associated change data by the block identifier.
  • FIG. 3 is a flow chart of a device for financial data processing based on a blockchain, according to an exemplary embodiment.
  • the listening module 302 is configured to listen to a message queue of request data, where the request data includes financial data.
  • the priority determining module 304 is configured to determine a priority of the financial data according to a data type of the financial data in the request data.
  • the data processing module 306 is configured to perform data processing on the financial data according to the priority of the financial data to generate block data.
  • a publishing module 308 is for publishing the block data into a blockchain.
  • FIG. 4 is a block diagram of an apparatus for financial data processing based on a blockchain, according to another exemplary embodiment.
  • the receiving module 402 is configured to receive a data query request from a client, where the data query request includes a block data query request.
  • the query module 404 is configured to obtain the query result by using the query request and the snapshot data.
  • the sending module 406 is configured to send the query result back to the client.
  • FIG. 5 is a block diagram of an apparatus for financial data processing based on a blockchain, according to another exemplary embodiment.
  • the queue module 502 is configured to store request data. When a large amount of data arrives, it is stored in the queue and then consumed by the node, thus solving the problem that the transaction request does not match the speed of writing data to the blockchain. . At the same time, the queue also has priority. The priority can be judged according to the type of the requested data. When the node consumes, the high priority data is preferentially consumed, so that the demand for the service can be satisfied.
  • the blockchain node module 504 is the basis of the system.
  • the blockchain node module is mainly used for data record and transaction release.
  • the data can be synchronized by multiple nodes through P2P technology, so that the data is public and cannot be tampered with. characteristic.
  • the cache database module 506 is essentially a snapshot of the blockchain data, primarily buffering block information and asset data information on the chain. By caching the database module, the user can quickly query the relevant data without having to call the query interface of the blockchain itself every time, which can improve the efficiency and solve the problem that the speed of the query data does not match.
  • FIG. 6 is a block diagram of an electronic device, according to an exemplary embodiment.
  • the electronic device 60 can include a processor 610, a memory 620, a transmitter 630, and a receiver 640.
  • Memory 620 can store instructions for processor 610 to control operational processing.
  • Memory 620 can include volatile or non-volatile memory such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable programmable read only memory (EPROM), Programming read only memory (PROM), read only memory (ROM), etc., the invention is not limited thereto.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read only memory
  • EPROM erasable programmable read only memory
  • PROM Programming read only memory
  • ROM read only memory
  • Processor 610 can invoke instructions stored in memory 620 to control related operations.
  • the memory 620 stores instructions for the processor 610 to control a message queue of the request data, the request data including financial data, and the financial data according to the data type of the financial data in the request data. Priority of the data; processing the financial data according to the priority of the financial data to generate block data; and publishing the block data into the blockchain. It is easy to understand that the memory 620 can also store instructions for the processor 610 to control other operations in accordance with embodiments of the present invention, and details are not described herein.
  • FIG. 7 is a block diagram of an electronic device, according to another exemplary embodiment.
  • electronic device 70 can include a processor 710, a memory 720, a transmitter 730, and a receiver 740.
  • Memory 720 can store instructions for processor 710 to control operational processing.
  • Memory 720 can include volatile or non-volatile memory such as static random access memory (SRAM), electrically erasable programmable read only memory (EEPROM), erasable programmable read only memory (EPROM), Programming read only memory (PROM), read only memory (ROM), etc., the invention is not limited thereto.
  • SRAM static random access memory
  • EEPROM electrically erasable programmable read only memory
  • EPROM erasable programmable read only memory
  • PROM Programming read only memory
  • ROM read only memory
  • Processor 710 can invoke instructions stored in memory 720 to control related operations.
  • the memory 720 stores instructions for the processor 710 to: receive a data query request from a client, the data query request includes a block data query request; obtain, by the query request and snapshot data, Query the result; and send the query result back to the client. It is easy to understand that the memory 720 can also store instructions for the processor 710 to control other operations in accordance with embodiments of the present invention, and details are not described herein.
  • the present application further provides a computer readable medium, which may be included in an electronic device described in the above embodiments, or may be separately present without being assembled into the electronic device.
  • the computer readable medium carries one or more programs that, when executed by one of the electronic devices, cause the electronic device to implement the method of FIGS. 1 and 2 in the above embodiments.
  • modules may be distributed in the device according to the description of the embodiments, or may be correspondingly changed in one or more devices different from the embodiment.
  • the modules of the above embodiments may be combined into one module, or may be further split into multiple sub-modules.
  • the exemplary embodiments described herein may be implemented by software, or may be implemented by software in combination with necessary hardware. Therefore, the technical solution according to the embodiment of the present invention may be embodied in the form of a software product, which may be stored in a non-volatile storage medium (which may be a CD-ROM, a USB flash drive, a mobile hard disk, etc.) or on a network.
  • a non-volatile storage medium which may be a CD-ROM, a USB flash drive, a mobile hard disk, etc.
  • a number of instructions are included to cause a computing device (which may be a personal computer, server, mobile terminal, or network device, etc.) to perform a method in accordance with an embodiment of the present invention.
  • the blockchain-based method for financial data processing of the present invention can process financial data into a blockchain by sequentially entering financial data into a message queue according to priority. Solve the high concurrency problem of the transaction chain.
  • the blockchain-based method for financial data processing of the present invention can greatly reduce the cost and time of reading and writing in different places by releasing financial data to the alliance chain, thereby providing simpler and more efficient.
  • Higher consensus services while inheriting the advantages of decentralization, reducing the pressure of monopoly.
  • the blockchain-based method for financial data processing of the present invention sends a block data to a cache server as a snapshot of a blockchain, so that the user can quickly query related data without having to
  • the call interface of the blockchain itself is called twice, which can improve the efficiency and solve the problem that the speed of the query data does not match.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Computing Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

一种基于区块链的用于金融数据处理的方法、装置及电子设备。该方法包括:监听请求数据的消息队列,所述请求数据包括金融数据(S102);根据所述请求数据中金融数据的数据类型确定所述金融数据的优先级(S104);根据所述金融数据的优先级对所述金融数据进行数据处理以生成区块数据(S106);以及将所述区块数据发布到区块链中(S108)。以上基于区块链的用于金融数据处理的方法、装置及电子设备,能够在金融数据发布到区块链的过程中,解决交易上链的高并发问题。

Description

基于区块链的用于金融数据处理的方法、装置及电子设备
本公开要求申请日为2017年03月31日、申请号为CN201710207236.6、发明创造名称为《基于区块链的用于金融数据处理的方法、装置及电子设备》的发明专利申请的优先权。
技术领域
本发明涉及金融数据信息处理领域,具体而言,涉及一种基于区块链的用于金融数据处理的方法、装置及电子设备、计算机可读介质。
背景技术
资产支持证券(ABS)是指以基础资产未来可产生的稳定现金流为支撑,通过标准化产品设计进行信用增级,在此基础上发行证券的金融活动。资产证券化业务自从2014年从审核制改备案制以后,市场快速增长,目前已达到近2万亿的存量规模。资产按证券化业务可以充分优化金融机构资产结构,降低金融市场系统风险,释放金融机构的贷款规模,提高其资本充足率,并在改善金融机构的盈利模式和加速其业务转型方面带来很大的帮助。
区块链技术是一种新型的去中心化协议,能安全的存储交易数据,信息不可伪造和篡改,可自动执行智能合约,无需任何中心化机构的审核。它联合所有市场参与者维护一套交易账本数据,实时掌握并验证账本内容,共同维护账本的真实性和完整性,提高了资产证券化系统的透明度和可追责性,并有效规避金融欺诈等现象。而这种“去中心化”、“去信任”的机制从更深远地意义来说,降低了全球交易链条里的信用成本。但是在金融应用场景下,由于金融数据数据呈现数据量大的特点,而目前利用区块链技术来实现数据同步的技术存在并发数量限制的问题,所以造成了数据吞吐量不匹配。这样就可能造成数据的丢失,从而造成不可估量的损失。通知现有区块链读取链上内容时耗时较长,当大批量的查询交易时,响应时间过长,且接口较单一,严重影响用户体验。
因此,需要一种新的基于区块链的用于金融数据处理的方法、装置及电子设备。
在所述背景技术部分公开的上述信息仅用于加强对本发明的背景的理解,因此它可以包括不构成对本领域普通技术人员已知的现有技术的信息。
发明内容
有鉴于此,本发明提供一种基于区块链的用于金融数据处理的方法、装置及电子设备、计算机可读介质,能够在金融数据发布到区块链的过程中,解决交易上链的高并发问题。
本发明的其他特性和优点将通过下面的详细描述变得显然,或部分地通过本发明的实践而习得。
根据本发明的第一方面,提出一种基于区块链的用于金融数据处理的方法,该方法包 括:监听请求数据的消息队列,请求数据包括金融数据;根据请求数据中金融数据的数据类型确定金融数据的优先级;根据金融数据的优先级对金融数据进行数据处理以生成区块数据;以及将区块数据发布到区块链中。
在本公开的一种示例性实施例中,将区块数据发布到区块链中,包括:将区块数据发布到联盟链中。
在本公开的一种示例性实施例中,还包括:记录数据处理过程中的相关数据,生成第一区块数据;以及将第一区块数据发送至缓存服务器。
在本公开的一种示例性实施例中,相关数据包括:金融数据、区块数据、写入写出接口的队列数据、数据视图。
在本公开的一种示例性实施例中,还包括:根据预定机制,获取区块数据的实时状态,生成第二区块数据;将第二区块数据发送至缓存服务器。
在本公开的一种示例性实施例中,根据预定机制,获取区块数据的实时状态,生成第二区块数据,包括:实时获取区块数据的状态;在区块数据的状态有变化时,获取区块数据以生成第二区块数据。在本公开的一种示例性实施例中,根据预定机制,获取区块数据的实时状态,生成第二区块数据,包括:在预定的时间间隔,获取区块数据的实时状态以生成第二区块数据。
在本公开的一种示例性实施例中,还包括:通过非关系型数据库生成消息队列。
在本公开的一种示例性实施例中,区块数据之间通过P2P技术进行数据同步。
根据本发明的第二方面,提出一种基于区块链的用于金融数据处理的方法,该方法包括:接收来自于客户端的数据查询请求,所述数据查询请求包括区块数据查询请求;通过查询请求与快照数据,获取查询结果;以及将查询结果发送回客户端。
在本公开的一种示例性实施例中,还包括:获取第一区块数据,第一区块数据包括区块标识;以及通过区块标识,将第一区块数据作为快照数据进行保存。
在本公开的一种示例性实施例中,还包括:获取第二区块数据,第二区块数据包括区块标识;以及通过区块标识,将第二区块数据作为其对应的第一区块数据的快照数据进行保存。
根据本发明的第三方面,提出一种基于区块链的用于金融数据处理的装置,该装置包括:监听模块,用于监听请求数据的消息队列,请求数据包括金融数据;优先级判断模块,用于根据请求数据中金融数据的数据类型确定金融数据的优先级;数据处理模块,用于根据金融数据的优先级对金融数据进行数据处理以生成区块数据;以及发布模块,用于将区块数据发布到区块链中。
根据本发明的第四方面,提出一种基于区块链的用于金融数据处理的装置,该装置包括:接收模块,用于接收来自于客户端的数据查询请求,所述数据查询请求包括区块数据查询请求;查询模块,用于通过查询请求与快照数据,获取查询结果;以及发送模块,用于将查询结果发送回客户端。
根据本发明的第五方面,提出一种电子设备,该电子设备包括:处理器;存储器,存储用于处理器控制如上文的操作的指令。
根据本公开的第六个方面,提供了一种计算机可读介质,其上存储有计算机程序,所述程序被处理器执行时实现如上述实施例中第一个方面与第二个方面所述方法。
根据本发明的基于区块链的用于金融数据处理的方法、装置及电子设备、计算机可读介质,能够在金融数据发布到区块链的过程中,解决交易上链的高并发问题。
应当理解的是,以上的一般描述和后文的细节描述仅是示例性的,并不能限制本发明。
附图说明
通过参照附图详细描述其示例实施例,本发明的上述和其它目标、特征及优点将变得更加显而易见。下面描述的附图仅仅是本发明的一些实施例,对于本领域的普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是根据一示例性实施例示出的一种基于区块链的用于金融数据处理的方法的流程图。
图2是根据另一示例性实施例示出的一种基于区块链的用于金融数据处理的方法的流程图。
图3是根据一示例性实施例示出的一种基于区块链的用于金融数据处理的装置备的流程图。
图4是根据另一示例性实施例示出的一种基于区块链的用于金融数据处理的装置的框图。
图5是根据另一示例性实施例示出的一种基于区块链的用于金融数据处理的装置的框图。
图6是根据一示例性实施例示出的一种电子设备的框图。
图7是根据另一示例性实施例示出的一种电子设备的框图。
具体实施方式
现在将参考附图更全面地描述示例实施例。然而,示例实施例能够以多种形式实施,且不应被理解为限于在此阐述的实施例;相反,提供这些实施例使得本发明将全面和完整,并将示例实施例的构思全面地传达给本领域的技术人员。在图中相同的附图标记表示相同或类似的部分,因而将省略对它们的重复描述。
此外,所描述的特征、结构或特性可以以任何合适的方式结合在一个或更多实施例中。在下面的描述中,提供许多具体细节从而给出对本发明的实施例的充分理解。然而,本领域技术人员将意识到,可以实践本发明的技术方案而没有特定细节中的一个或更多,或者可以采用其它的方法、组元、装置、步骤等。在其它情况下,不详细示出或描述公知方法、装置、实现或者操作以避免模糊本发明的各方面。
附图中所示的方框图仅仅是功能实体,不一定必须与物理上独立的实体相对应。即,可以采用软件形式来实现这些功能实体,或在一个或多个硬件模块或集成电路中实现这些功能实体,或在不同网络和/或处理器装置和/或微控制器装置中实现这些功能实体。
附图中所示的流程图仅是示例性说明,不是必须包括所有的内容和操作/步骤,也不是必须按所描述的顺序执行。例如,有的操作/步骤还可以分解,而有的操作/步骤可以合并或部分合并,因此实际执行的顺序有可能根据实际情况改变。
应理解,虽然本文中可能使用术语第一、第二、第三等来描述各种组件,但这些组件不应受这些术语限制。这些术语乃用以区分一组件与另一组件。因此,下文论述的第一组件可称为第二组件而不偏离本公开概念的教示。如本文中所使用,术语“及/或”包括相关联的列出项目中的任一个及一或多者的所有组合。
本领域技术人员可以理解,附图只是示例实施例的示意图,附图中的模块或流程并不一定是实施本发明所必须的,因此不能用于限制本发明的保护范围。
下面结合附图对本公开示例实施方式进行详细说明。
图1是根据一示例性实施例示出的一种基于区块链的用于金融数据处理的方法的流程图。
如图1所示,在S102中,监听请求数据的消息队列,所述请求数据包括金融数据。消息队列中间件是分布式系统中重要的组件,主要解决应用耦合,异步消息,流量削锋等问题。实现高性能,高可用,可伸缩和最终一致性架构。是大型分布式系统不可缺少的中间件。在本实施例中,可例如使用的消息队列包括ActiveMQ,RabbitMQ,ZeroMQ,Kafka,MetaMQ,RocketMQ等。请求数据包括金融数据,金融数据可例如如上文所述为资产方的金融数据,资产方代表的是企业所有的资产包括固定资产、流动资产、无形资产。根据上文介绍,资产方可以将资产进行金融证券化相关处理,生成资产数据。
在S104中,根据所述请求数据中金融数据的数据类型确定所述金融数据的优先级。
金融数据的数据类型优先级可例如,通过资产方的资产信息生成优先级,可例如,优质资产优先级高。还可例如,通过资产的流通难易程度生成资产的优先级,流通性较好的资产优先级高,还可例如,根据资产信息中资金的用途评定优先级,某一固定用途的资金优先进行处理,本发明不以此为限。
在S106中,根据所述金融数据的优先级对所述金融数据进行数据处理以生成区块数据。根据上文确定的优先级,按照优先级的顺序,依次对金融数据进行预定的处理,生成区块数据。预定处理可例如:按照预定义的交易字段封装金融数据,以生成封装数据;指明处理公钥;指明交易事件;对所述封装数据、所述处理公钥以及交易事件进行签名认证,生成所述区块数据
在S108中,将所述区块数据发布到区块链中。可例如,将所述区块数据发布到联盟链中。
根据本发明的基于区块链的用于金融数据处理的方法,通过将金融数据按照优先级进 入消息队列,依次处理的方式,能够在金融数据发布到区块链的过程中,解决交易上链的高并发问题。
应清楚地理解,本发明描述了如何形成和使用特定示例,但本发明的原理不限于这些示例的任何细节。相反,基于本发明公开的内容的教导,这些原理能够应用于许多其它实施例。
在本公开的一种示例性实施例中,所述将所述区块数据发布到区块链中,包括:将所述区块数据发布到联盟链中。
区块链本质上是几种技术方案的统称,包括点对点的对等网络传输协议,密码学加密算法,分布式的共识机制,以及纳什均衡的博弈设计。基于这几种技术的结合,可以实现去中心化去信任的可靠数据库,使用算法证明机制来保证链上所记录信息的可追踪溯源,不可伪造,不可纂改。联盟区块链是指其共识过程受到预选节点控制的区块链;例如,不妨想象一个有15个金融机构组成的共同体,每个机构都运行着一个节点,而且为了使每个区块生效需要获得其中10个机构的确认(2/3确认)。区块链或允许每个人都可读取,或者只受限于参与者,或走混合型路线,例如区块的根哈希及其API(应用程序接口)对外公开,API可允许外界用来作有限次数的查询和获取区块链状态的信息。这些区块链可视为“部分去中心化”。联盟链采用多中心方式,参与方节点也是事先所设定,通过共识机制确认。在联盟链中,区别于公有链,可以进行权限设定和控制,拥有更高的可应用和可扩展性。
根据本发明的基于区块链的用于金融数据处理的方法,通过将金融数据发布到联盟链的方式,能够大幅降低异地的读写成本和时间,能提供更简单,效率更高的共识服务,同时继承去中心化的优点,减轻垄断压力。
在本公开的一种示例性实施例中,还包括:记录所述数据处理过程中的相关数据,生成第一区块数据;以及将所述第一区块数据发送至缓存服务器。缓存数据库本质上是区块链数据的一个快照,主要缓存了链上的区块信息和资产数据信息。通过缓存数据库,用户可以快速查询相关的数据,不必每次都调用区块链自身的查询接口,可以提高效率,解决了查询数据的速度不匹配的问题。所述相关数据包括:所述金融数据、所述区块数据、写入写出接口的队列数据、数据视图。还包括:根据预定机制,获取所述区块数据的实时状态,生成第二区块数据;将所述第二区块数据发送至缓存服务器。
在本公开的一种示例性实施例中,所述根据预定机制,获取所述区块数据的实时状态,生成第二区块数据,包括:实时获取所述区块数据的状态;在所述区块数据的状态有变化时,获取所述区块数据以生成所述第二区块数据。在本公开的一种示例性实施例中,所述根据预定机制,获取所述区块数据的实时状态,生成第二区块数据,包括:在预定的时间间隔,获取所述区块数据的实时状态以生成所述第二区块数据。
根据本发明的基于区块链的用于金融数据处理的方法,通过区块数据发送到缓存服务器作为区块链的快照的方式,使得用户可以快速查询相关的数据,不必每次都调用区块链 自身的查询接口,可以提高效率,解决了查询数据的速度不匹配的问题。
在本公开的一种示例性实施例中,还包括:通过非关系型数据库生成所述消息队列。非关系型数据库为:No-SQL,No-SQL数据库可例如包括:键值(Key-Value)存储数据库:这一类数据库主要会使用到一个哈希表,这个表中有一个特定的键和一个指针指向特定的数据。Key/value模型对于IT系统来说的优势在于简单、易部署。列存储数据库:这部分数据库通常是用来应对分布式存储的海量数据。键仍然存在,但是它们的特点是指向了多个列。文档型数据库:文档型数据库同第一种键值存储相类似。该类型的数据模型是版本化的文档,半结构化的文档以特定的格式存储。图形(Graph)数据库:图形结构的数据库同其他行列以及刚性结构的SQL数据库不同,它是使用灵活的图形模型,并且能够扩展到多个服务器上。
在本公开的一种示例性实施例中,所述区块数据之间通过P2P技术进行数据同步。P2P技术(Peer-to-peer):一种网络技术和网络拓扑结构。原为网络通信技术名词,意为“对等网络”,又称工作组。具体来说,P2P是指网上各台计算机有相同的功能,无主从之分,一台计算机都是既可作为服务器,设定共享资源供网络中其他计算机所使用,又可以作为工作站,没有专用的服务器,也没有专用的工作站。对等网络是小型局域网常用的组网方式。
图2是根据另一示例性实施例示出的一种基于区块链的用于金融数据处理的方法的流程图。
如图2所示,在S202中,接收来自于客户端的数据查询请求,所述数据查询请求包括区块数据查询请求。数据查询请求可例如为,区块数据查询请求。查询请求例如,设定时间范围内的查询请求,也可例如,设定某一搜索条件的查询请求,本发明不以此为限。
在S204中,通过所述查询请求与快照数据,获取查询结果。快照数据可例如为通过区块数据生成的快照数据。快照数据可例如,当区块数据上链后,利用区块链的事件机制及定时机制来同步区块链数据到缓存数据库,作为区块链数据的一个快照,这样方便在客户端做各种各样的查询,且减少查询时间。
在S206中,将所述查询结果发送回客户端。如上文所述,通过区块链来完成资产相关数据的上链操作,保证资产数据真实可靠不可篡改;而某条资产的一系列处理过程,可能分散在已经生成的各个区块中。结合ABS资产监管的需要,如果以资产的维度来进行溯源,就一定需要获取来个若干区块中关于该笔资产的状态变更。这个查询过程,目前版本的Fabric支持的并不完备,链码查询只能返回若干资产的HASH值,并不是元数据,而元数据只能支持终态表示;在实际应用过程中,针对这个问题,为了便于业务数据的溯源,加入了关系型缓存数据库,实时记录所有业务数据的处理过程,为每一步业务操作留下数据快照。
根据本发明的基于区块链的用于金融数据处理的方法,通过区块数据发送到缓存服务器作为区块链的快照的方式,使得用户可以快速查询相关的数据,不必每次都调用区块链 自身的查询接口,可以提高效率,解决了查询数据的速度不匹配的问题。
在本公开的一种示例性实施例中,还包括:获取第一区块数据,所述第一区块数据包括区块标识;以及通过所述区块标识,将所述第一区块数据作为所述快照数据进行保存。
在本公开的一种示例性实施例中,还包括:获取第二区块数据,所述第二区块数据包括区块标识;以及通过所述区块标识,将所述第二区块数据作为其对应的第一区块数据的所述快照数据进行保存。第二区块数据可例如为第一区块数据上链之后,经过数据变更之后的数据,通过区块标识,将第二区块数据作为第一区块数据关联变更数据保存。
本领域技术人员可以理解实现上述实施例的全部或部分步骤被实现为由CPU执行的计算机程序。在该计算机程序被CPU执行时,执行本发明提供的上述方法所限定的上述功能。所述的程序可以存储于一种计算机可读存储介质中,该存储介质可以是只读存储器,磁盘或光盘等。
此外,需要注意的是,上述附图仅是根据本发明示例性实施例的方法所包括的处理的示意性说明,而不是限制目的。易于理解,上述附图所示的处理并不表明或限制这些处理的时间顺序。另外,也易于理解,这些处理可以是例如在多个模块中同步或异步执行的。
下述为本发明装置实施例,可以用于执行本发明方法实施例。对于本发明装置实施例中未披露的细节,请参照本发明方法实施例。
图3是根据一示例性实施例示出的一种基于区块链的用于金融数据处理的装置备的流程图。
其中,监听模块302用于监听请求数据的消息队列,所述请求数据包括金融数据。
优先级判断模块304用于根据所述请求数据中金融数据的数据类型确定所述金融数据的优先级。
数据处理模块306用于根据所述金融数据的优先级对所述金融数据进行数据处理以生成区块数据。
发布模块308用于将所述区块数据发布到区块链中。
图4是根据另一示例性实施例示出的一种基于区块链的用于金融数据处理的装置的框图。
接收模块402用于接收来自于客户端的数据查询请求,所述数据查询请求包括区块数据查询请求。
查询模块404用于通过所述查询请求与快照数据,获取查询结果。
发送模块406用于将所述查询结果发送回客户端。
图5是根据另一示例性实施例示出的一种基于区块链的用于金融数据处理的装置的框图。
队列模块502用于用来存放请求数据的,当大量数据到来时,先存储在队列里,然后再被节点所消费,这样就解决了交易请求与向区块链上写数据速度不匹配的问题。同时队 列还具有优先级,可根据请求数据的类型来判断优先级,节点消费时优先消费高优先级的数据,这样可以满足对业务的需求。
区块链节点模块504是系统的基础,区块链节点模块主要用于数据的记录及交易的发布,多个节点之间可以通过P2P技术完成数据的同步,从而使数据具有公开、不能篡改的特性。
缓存数据库模块506本质上是区块链数据的一个快照,主要缓存了链上的区块信息和资产数据信息。通过缓存数据库模块,用户可以快速查询相关的数据,不必每次都调用区块链自身的查询接口,可以提高效率,解决了查询数据的速度不匹配的问题。
图6是根据一示例性实施例示出的一种电子设备的框图。
如图6所示,电子设备60可包括处理器610、存储器620、发射器630及接收器640。
存储器620可存储用于处理器610控制操作处理的指令。存储器620可包括易失性或非易失性存储器,如静态随机存取存储器(SRAM)、电可擦除可编程只读存储器(EEPROM)、可擦除可编程只读存储器(EPROM)、可编程只读存储器(PROM)、只读存储器(ROM)等,本发明对此没有限制。
处理器610可调用存储器620中存储的指令控制相关操作。根据一实施例,存储器620存储用于处理器610控制以下操作的指令:监听请求数据的消息队列,所述请求数据包括金融数据;根据所述请求数据中金融数据的数据类型确定所述金融数据的优先级;根据所述金融数据的优先级对所述金融数据进行数据处理以生成区块数据;以及将所述区块数据发布到区块链中。易于理解,存储器620还可存储用于处理器610控制根据本发明实施例的其他操作的指令,这里不再赘述。
图7是根据另一示例性实施例示出的一种电子设备的框图。
如图7所示,电子设备70可包括处理器710、存储器720、发射器730及接收器740。
存储器720可存储用于处理器710控制操作处理的指令。存储器720可包括易失性或非易失性存储器,如静态随机存取存储器(SRAM)、电可擦除可编程只读存储器(EEPROM)、可擦除可编程只读存储器(EPROM)、可编程只读存储器(PROM)、只读存储器(ROM)等,本发明对此没有限制。
处理器710可调用存储器720中存储的指令控制相关操作。根据一实施例,存储器720存储用于处理器710控制以下操作的指令:接收来自于客户端的数据查询请求,所述数据查询请求包括区块数据查询请求;通过所述查询请求与快照数据,获取查询结果;以及将所述查询结果发送回客户端。易于理解,存储器720还可存储用于处理器710控制根据本发明实施例的其他操作的指令,这里不再赘述。
作为另一方面,本申请还提供了一种计算机可读介质,该计算机可读介质可以是上述实施例中描述的电子设备中所包含的;也可以是单独存在,而未装配入该电子设备中。上述计算机可读介质承载有一个或者多个程序,当上述一个或者多个程序被一个该电子设备执行时,使得该电子设备实现如上述实施例中图1与图2所述方法。
本领域技术人员可以理解上述各模块可以按照实施例的描述分布于装置中,也可以进行相应变化唯一不同于本实施例的一个或多个装置中。上述实施例的模块可以合并为一个模块,也可以进一步拆分成多个子模块。
通过以上的实施例的描述,本领域的技术人员易于理解,这里描述的示例实施例可以通过软件实现,也可以通过软件结合必要的硬件的方式来实现。因此,根据本发明实施例的技术方案可以以软件产品的形式体现出来,该软件产品可以存储在一个非易失性存储介质(可以是CD-ROM,U盘,移动硬盘等)中或网络上,包括若干指令以使得一台计算设备(可以是个人计算机、服务器、移动终端、或者网络设备等)执行根据本发明实施例的方法。
通过以上的详细描述,本领域的技术人员易于理解,根据本发明实施例的基于区块链的用于金融数据处理的方法、装置及电子设备具有以下优点中的一个或多个。
根据一些实施例,本发明的基于区块链的用于金融数据处理的方法,通过将金融数据按照优先级进入消息队列,依次处理的方式,能够在金融数据发布到区块链的过程中,解决交易上链的高并发问题。
根据另一些实施例,本发明的基于区块链的用于金融数据处理的方法,通过将金融数据发布到联盟链的方式,能够大幅降低异地的读写成本和时间,能提供更简单,效率更高的共识服务,同时继承去中心化的优点,减轻垄断压力。
根据另一些实施例,本发明的基于区块链的用于金融数据处理的方法,通过区块数据发送到缓存服务器作为区块链的快照的方式,使得用户可以快速查询相关的数据,不必每次都调用区块链自身的查询接口,可以提高效率,解决了查询数据的速度不匹配的问题。
以上具体地示出和描述了本发明的示例性实施例。应可理解的是,本发明不限于这里描述的详细结构、设置方式或实现方法;相反,本发明意图涵盖包含在所附权利要求的精神和范围内的各种修改和等效设置。
此外,本说明书说明书附图所示出的结构、比例、大小等,均仅用以配合说明书所公开的内容,以供本领域技术人员了解与阅读,并非用以限定本公开可实施的限定条件,故不具技术上的实质意义,任何结构的修饰、比例关系的改变或大小的调整,在不影响本公开所能产生的技术效果及所能实现的目的下,均应仍落在本公开所公开的技术内容得能涵盖的范围内。同时,本说明书中所引用的如“上”、“第一”、“第二”及“一”等的用语,也仅为便于叙述的明了,而非用以限定本公开可实施的范围,其相对关系的改变或调整,在无实质变更技术内容下,当也视为本发明可实施的范畴。

Claims (17)

  1. 一种基于区块链的用于金融数据处理的方法,其特征在于,包括:
    监听请求数据的消息队列,所述请求数据包括金融数据;
    根据所述请求数据中金融数据的数据类型确定所述金融数据的优先级;
    根据所述金融数据的优先级对所述金融数据进行数据处理以生成区块数据;以及
    将所述区块数据发布到区块链中。
  2. 如权利要求1所述的方法,其特征在于,所述将所述区块数据发布到区块链中,包括:
    将所述区块数据发布到联盟链中。
  3. 如权利要求1所述的方法,其特征在于,还包括:
    记录所述数据处理过程中的相关数据,生成第一区块数据;以及
    将所述第一区块数据发送至缓存服务器。
  4. 如权利要求3所述的方法,其特征在于,所述相关数据包括:
    所述金融数据、所述区块数据、写入写出接口的队列数据、数据视图。
  5. 如权利要求1所述的方法,其特征在于,还包括:
    根据预定机制,获取所述区块数据的实时状态,生成第二区块数据;
    将所述第二区块数据发送至缓存服务器。
  6. 如权利要求5所述的方法,其特征在于,所述根据预定机制,获取所述区块数据的实时状态,生成第二区块数据,包括:
    实时获取所述区块数据的状态;
    在所述区块数据的状态有变化时,获取所述区块数据以生成所述第二区块数据。
  7. 如权利要求5所述的方法,其特征在于,所述根据预定机制,获取所述区块数据的实时状态,生成第二区块数据,包括:
    在预定的时间间隔,获取所述区块数据的实时状态以生成所述第二区块数据。
  8. 如权利要求1所述的方法,其特征在于,还包括:
    通过非关系型数据库生成所述消息队列。
  9. 如权利要求1所述的方法,其特征在于,所述区块数据之间通过P2P技术进行数据同步。
  10. 一种基于区块链的用于金融数据处理的方法,其特征在于,包括:
    接收来自于客户端的数据查询请求,所述数据查询请求包括区块数据查询请求;
    通过所述查询请求与快照数据,获取查询结果;以及
    将所述查询结果发送回客户端。
  11. 如权利要求10所述的方法,其特征在于,还包括:
    获取第一区块数据,所述第一区块数据包括区块标识;以及
    通过所述区块标识,将所述第一区块数据作为所述快照数据进行保存。
  12. 如权利要求11所述的方法,其特征在于,还包括:
    获取第二区块数据,所述第二区块数据包括区块标识;以及
    通过所述区块标识,将所述第二区块数据作为其对应的第一区块数据的所述快照数据进行保存。
  13. 一种基于区块链的用于金融数据处理的装置,其特征在于,包括:
    监听模块,用于监听请求数据的消息队列,所述请求数据包括金融数据;
    优先级判断模块,用于根据所述请求数据中金融数据的数据类型确定所述金融数据的优先级;
    数据处理模块,用于根据所述金融数据的优先级对所述金融数据进行数据处理以生成区块数据;以及
    发布模块,用于将所述区块数据发布到区块链中。
  14. 一种基于区块链的用于金融数据处理的装置,其特征在于,包括:
    接收模块,用于接收来自于客户端的数据查询请求,所述数据查询请求包括区块数据查询请求;
    查询模块,用于通过所述查询请求与快照数据,获取查询结果;以及
    发送模块,用于将所述查询结果发送回客户端。
  15. 一种电子设备,其特征在于,包括:
    处理器;
    存储器,存储用于所述处理器控制如权利要求1-9任一项所述的操作的指令。
  16. 一种电子设备,其特征在于,包括:
    处理器;
    存储器,存储用于所述处理器控制如权利要求10-12任一项所述的操作的指令。
  17. 一种存储介质,设置为存储程序代码,所述程序代码用于执行权利要求1至9中任一项所述方法,或所述程序代码用于执行权利要求10至12中任一项所述方法。
PCT/CN2017/120384 2017-03-31 2017-12-30 基于区块链的用于金融数据处理的方法、装置及电子设备 WO2018176965A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710207236.6 2017-03-31
CN201710207236.6A CN106991164A (zh) 2017-03-31 2017-03-31 基于区块链的用于金融数据处理的方法、装置及电子设备

Publications (1)

Publication Number Publication Date
WO2018176965A1 true WO2018176965A1 (zh) 2018-10-04

Family

ID=59414583

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/120384 WO2018176965A1 (zh) 2017-03-31 2017-12-30 基于区块链的用于金融数据处理的方法、装置及电子设备

Country Status (2)

Country Link
CN (1) CN106991164A (zh)
WO (1) WO2018176965A1 (zh)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109241359A (zh) * 2018-08-18 2019-01-18 深圳市网心科技有限公司 区块链节点设备、区块链系统、区块数据处理系统和方法
CN109697217A (zh) * 2018-12-06 2019-04-30 成都佰纳瑞信息技术有限公司 一种区块链事务处理方法
CN114401322A (zh) * 2022-01-14 2022-04-26 上海金融期货信息技术有限公司 一种金融数据带宽压缩方法和装置

Families Citing this family (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106991164A (zh) * 2017-03-31 2017-07-28 北京京东金融科技控股有限公司 基于区块链的用于金融数据处理的方法、装置及电子设备
CN107786642B (zh) * 2017-09-30 2020-04-17 上海数据交易中心有限公司 用于数据流通的区块链构建方法及装置、存储介质、服务器
CN108243241B (zh) * 2017-11-10 2019-10-15 杭州复杂美科技有限公司 一种区块链交易的存储方式及排队方式
CN108985757B (zh) * 2017-11-27 2021-03-30 京东数字科技控股有限公司 信息处理方法、装置及系统、存储介质、电子设备
CN108171603A (zh) * 2017-12-15 2018-06-15 深圳智盾信息技术有限公司 一种基于区块链的积分管理系统
CN107944894A (zh) * 2017-12-27 2018-04-20 上海唯链信息科技有限公司 一种基于区块链技术的零售商品追踪方法
CN108881363A (zh) * 2018-01-03 2018-11-23 上海指旺信息科技有限公司 基于区块链的点对点个人信息共享平台及方法
CN108243253B (zh) * 2018-01-11 2020-05-12 杭州复杂美科技有限公司 一种区块链节点同步方法
CN108376106A (zh) * 2018-02-01 2018-08-07 中国工商银行股份有限公司 一种区块链消息反馈方法及系统
CN111782725A (zh) 2018-02-27 2020-10-16 阿里巴巴集团控股有限公司 跨区块链的交互方法及装置、系统、电子设备
CN110472972B (zh) * 2018-05-09 2022-12-20 本无链科技(深圳)有限公司 一种区块链存储数据同步快照方法及系统
CN108717443B (zh) * 2018-05-17 2020-06-05 京东数字科技控股有限公司 数据共享方法、区块链系统和计算机可读存储介质
CN108804112B (zh) * 2018-05-22 2022-02-11 上海分布信息科技有限公司 一种区块链落账处理方法及系统
CN108829749A (zh) * 2018-05-24 2018-11-16 深圳前海益链网络科技有限公司 一种基于区块链的对象关联封装存储方法
CN108768672B (zh) * 2018-05-31 2021-10-08 中国联合网络通信集团有限公司 数据处理方法、装置及存储介质
CN109145053B (zh) * 2018-08-01 2021-03-23 创新先进技术有限公司 数据处理方法和装置、客户端、服务器
CN109032803B (zh) 2018-08-01 2021-02-12 创新先进技术有限公司 数据处理方法和装置、客户端
CN111008839B (zh) * 2018-08-01 2021-09-14 腾讯科技(深圳)有限公司 资源转移数据管理方法、装置及存储介质
CN109325855B (zh) * 2018-08-16 2021-01-26 北京京东尚科信息技术有限公司 区块链网络、部署方法及存储介质
CN109300032B (zh) * 2018-08-20 2022-12-02 北京京东尚科信息技术有限公司 区块生成方法、装置、设备及计算机可读存储介质
CN109271445A (zh) * 2018-08-21 2019-01-25 平安科技(深圳)有限公司 利用区块链存储数据的方法、装置及电子设备
CN109102340A (zh) * 2018-08-22 2018-12-28 泰康保险集团股份有限公司 基于区块链的服务评价方法、装置、电子设备及介质
CN109120411B (zh) * 2018-09-14 2021-06-01 广发证券股份有限公司 一种资产证券化基础资产数据收集方法及装置
CN109360095A (zh) * 2018-09-27 2019-02-19 深圳技术大学(筹) 一种区块链交易数据的处理方法、装置及终端设备
CN109597695B (zh) 2018-09-30 2020-08-21 阿里巴巴集团控股有限公司 一种数据处理方法、装置及设备
CN109308410A (zh) * 2018-10-16 2019-02-05 翟红鹰 获取区块链数据的方法、系统及计算机可读存储介质
CN109544332B (zh) * 2018-10-17 2023-04-07 贵阳信息技术研究院(中科院软件所贵阳分部) 一种基于用户等级的区块链交易出块的方法
CN109614823B (zh) * 2018-10-26 2022-05-13 蚂蚁双链科技(上海)有限公司 一种数据的处理方法、装置及设备
CN111325552A (zh) * 2018-12-14 2020-06-23 北京海益同展信息科技有限公司 数据处理方法及装置、电子设备、存储介质
CN109658064A (zh) * 2018-12-18 2019-04-19 撷华(上海)信息技术有限公司 一种基于智能合约的任务协作方法
CN110020952A (zh) * 2019-04-12 2019-07-16 李升东 一种金融数据处理方法及装置
CN110098979B (zh) * 2019-04-16 2023-04-14 深圳前海微众银行股份有限公司 一种基于区块链的短链接消息监听方法及装置
CN110264348B (zh) * 2019-05-07 2021-08-20 北京奇艺世纪科技有限公司 一种交易上链的处理方法、装置及存储介质
CN110109935B (zh) * 2019-05-13 2021-07-20 北京共识数信科技有限公司 一种基于区块链的港航业务联盟设计方法
CN110555129B (zh) * 2019-08-16 2022-02-18 桂林电子科技大学 一种基于联盟链的空间影像数据交互方法及装置
CN110489488B (zh) * 2019-08-21 2021-06-15 腾讯科技(深圳)有限公司 一种数据处理方法和装置
CN112559243B (zh) * 2019-09-25 2022-04-29 阿里巴巴集团控股有限公司 数据快照方法、装置、电子设备及计算机可读存储介质
CN111078745A (zh) * 2019-12-20 2020-04-28 京东数字科技控股有限公司 基于区块链技术的数据上链方法和装置
CN111552728B (zh) * 2020-04-24 2021-11-30 深圳点链科技有限公司 区块链的数据处理方法、系统、终端和存储介质
WO2022141024A1 (zh) * 2020-12-29 2022-07-07 杭州趣链科技有限公司 基于区块链技术的业务交易方法、系统及存储介质
CN113268544B (zh) * 2021-05-31 2023-06-27 新华三技术有限公司 一种数据处理方法及装置
CN114723567B (zh) * 2022-06-10 2022-09-20 深圳市润璟元信息科技有限公司 一种基于区块链技术的金融数据化信息分布式交易系统
CN115205041B (zh) * 2022-07-15 2023-07-07 山东大学 一种基于区块链的金融大数据处理系统及方法
CN115412464B (zh) * 2022-11-01 2023-03-24 江苏荣泽信息科技股份有限公司 一种基于流量的区块链动态伸缩方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103024014A (zh) * 2012-12-03 2013-04-03 北京京东世纪贸易有限公司 通过消息队列的海量数据分发处理的方法和系统
CN104320262A (zh) * 2014-11-05 2015-01-28 中国科学院合肥物质科学研究院 基于加密数字货币公开账本技术的用户公钥地址绑定、检索和校验的方法及系统
CN104391918A (zh) * 2014-11-19 2015-03-04 天津南大通用数据技术股份有限公司 基于对等部署的分布式数据库查询优先级管理的实现方法
US20160098730A1 (en) * 2014-10-01 2016-04-07 The Filing Cabinet, LLC System and Method for Block-Chain Verification of Goods
CN106991164A (zh) * 2017-03-31 2017-07-28 北京京东金融科技控股有限公司 基于区块链的用于金融数据处理的方法、装置及电子设备

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103986666A (zh) * 2013-02-07 2014-08-13 华为技术有限公司 一种数据处理方法、装置和系统
CN105978697A (zh) * 2016-07-25 2016-09-28 宁圣金融信息服务(上海)有限公司 一种区块链域名解析方法
CN106411774A (zh) * 2016-09-06 2017-02-15 联动优势科技有限公司 一种控制交易数据量的方法和装置
CN106506493A (zh) * 2016-10-27 2017-03-15 摩登大道时尚电子商务有限公司 基于区块链平台的数据处理方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103024014A (zh) * 2012-12-03 2013-04-03 北京京东世纪贸易有限公司 通过消息队列的海量数据分发处理的方法和系统
US20160098730A1 (en) * 2014-10-01 2016-04-07 The Filing Cabinet, LLC System and Method for Block-Chain Verification of Goods
CN104320262A (zh) * 2014-11-05 2015-01-28 中国科学院合肥物质科学研究院 基于加密数字货币公开账本技术的用户公钥地址绑定、检索和校验的方法及系统
CN104391918A (zh) * 2014-11-19 2015-03-04 天津南大通用数据技术股份有限公司 基于对等部署的分布式数据库查询优先级管理的实现方法
CN106991164A (zh) * 2017-03-31 2017-07-28 北京京东金融科技控股有限公司 基于区块链的用于金融数据处理的方法、装置及电子设备

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109241359A (zh) * 2018-08-18 2019-01-18 深圳市网心科技有限公司 区块链节点设备、区块链系统、区块数据处理系统和方法
CN109697217A (zh) * 2018-12-06 2019-04-30 成都佰纳瑞信息技术有限公司 一种区块链事务处理方法
CN114401322A (zh) * 2022-01-14 2022-04-26 上海金融期货信息技术有限公司 一种金融数据带宽压缩方法和装置

Also Published As

Publication number Publication date
CN106991164A (zh) 2017-07-28

Similar Documents

Publication Publication Date Title
WO2018176965A1 (zh) 基于区块链的用于金融数据处理的方法、装置及电子设备
US10904009B2 (en) Blockchain implementing delta storage
WO2018176966A1 (zh) 基于区块链的处理金融数据的方法、装置及电子设备
US11449476B2 (en) Extracting data from a blockchain network
CN110599171B (zh) 一种基于区块链网络的虚拟资产处理方法及装置
US11194961B2 (en) Systems, methods, and apparatuses for adding a document history graph and corresponding hash value to a blockchain in a cloud based computing environment
WO2018176964A1 (zh) 用于金融数据共享的方法、装置及电子设备
US9256657B1 (en) Tracking data communicated between services
US11870847B2 (en) Decentralized data flow valuation and deployment
US11924326B2 (en) Blockchain platform service
Bandara et al. Rahasak—Scalable blockchain architecture for enterprise applications
JP7150568B2 (ja) 暗号学的に保護された分散データ管理のためのデータベース中心のコンピュータ・ネットワーク・システムおよびコンピュータ実装方法
TW200845657A (en) Techniques for a web services data access layer
US11314885B2 (en) Cryptographic data entry blockchain data structure
CN111247550A (zh) 用于区块链网络的计算机化交易管理模块
WO2021208762A1 (zh) 数据存储、查询
US10970741B2 (en) Method and system for integrating audience data with a social media site
CN115408590B (zh) 一种文档追踪溯源方法、装置及系统
US11914560B2 (en) Systems and methods for creating a reorganization-immune blockchain index using mono-increasing sequence records
Tsai et al. STRISA: a new regulation architecture to enforce travel rule
US11954114B2 (en) Systems and methods for improved blockchain data indexing by decoupling compute and storage layers
US11829343B2 (en) Generating a business object
US11971878B2 (en) Systems and methods for supporting both batch processing and streaming data applications based on raw blockchain data
Thumar et al. Design and Implementation of IPFS Enabled Security Framework for Multimedia Data Files
US20230306128A1 (en) Systems and methods for using secure, encrypted communications across distributed computer networks to provide variable resiliency when indexing blockchain states for performing blockchain operations in decentralized applications using cryptography-based digital repositories

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17903661

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17903661

Country of ref document: EP

Kind code of ref document: A1