CN111488350A - Entity relation storage method and device of business data block chain - Google Patents

Entity relation storage method and device of business data block chain Download PDF

Info

Publication number
CN111488350A
CN111488350A CN202010270491.7A CN202010270491A CN111488350A CN 111488350 A CN111488350 A CN 111488350A CN 202010270491 A CN202010270491 A CN 202010270491A CN 111488350 A CN111488350 A CN 111488350A
Authority
CN
China
Prior art keywords
entity
state
tree
commodity
store
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202010270491.7A
Other languages
Chinese (zh)
Inventor
吉建勋
杨慧
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Ruice Technology Co Ltd
Original Assignee
Beijing Ruice Technology Co Ltd
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 Beijing Ruice Technology Co Ltd filed Critical Beijing Ruice Technology Co Ltd
Priority to CN202010270491.7A priority Critical patent/CN111488350A/en
Publication of CN111488350A publication Critical patent/CN111488350A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/04Trading; Exchange, e.g. stocks, commodities, derivatives or currency exchange
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2255Hash tables
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6227Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database where protection concerns the structure of data, e.g. records, types, queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Business, Economics & Management (AREA)
  • Databases & Information Systems (AREA)
  • Accounting & Taxation (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • Finance (AREA)
  • Data Mining & Analysis (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Development Economics (AREA)
  • General Business, Economics & Management (AREA)
  • Technology Law (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • Economics (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The application discloses a method and a device for storing entity relationship of a service data block chain, wherein the service data block chain system comprises a plurality of block chain nodes, and the method comprises the following steps: the method comprises the steps that a block chain node receives entity operation data sent by a client, and the client responds to user entity operation; verifying the entity operation data; and after the verification is passed, storing the relationship between the entity state operated by the user and the entity state. In the application, the blockchain node is convenient for the user to inquire by storing the relation between the entity state and the entity state, so that the user experience is improved.

Description

Entity relation storage method and device of business data block chain
Technical Field
The invention relates to the technical field of internet big data, and discloses a method and a device for storing entity relations of a business data block chain.
Background
Currently, the blockchain technology is a distributed stored ledger that uses technologies such as encryption algorithm and consensus mechanism. With the use of blockchain technology, more and more internet data is stored on the blockchain.
In the existing block chain, only transaction data can be stored, wherein the transaction data comprises a transfer party address, a receiving party address and a transfer amount; for various service data (such as evidence storage data, traceability data, financial data, travel data, search data, self-media data, research data, advertisement data, e-commerce data, community data, knowledge question and answer data, knowledge payment data, shared bicycle data, recruitment data, living service data, renting data, voting data, OTO data (also called online to offline data), social data, praise data, evaluation data, internet appointment data and other internet related data), not only the data per se but also the association relationship between the data on the block chain need to be expressed.
The foregoing description is merely for convenience in understanding and is not to be construed as limiting the prior art to the present application.
Disclosure of Invention
Based on the above problems, the present application discloses a method and an apparatus for storing an entity relationship of a service data block chain, in which a block chain node is convenient for a user to query by storing a relationship between an entity state and an entity state, thereby improving user experience.
A first aspect of the present application discloses a method for storing an entity relationship of a service data block chain, where the service data block chain system includes a plurality of block chain nodes, and the method includes:
the method comprises the steps that a block chain node receives entity operation data sent by a client, and the client responds to user entity operation;
verifying the entity operation data;
and after the verification is passed, storing the relationship between the entity state operated by the user and the entity state.
In a possible implementation manner, the block link point stores a relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity; one commodity entity corresponds to a plurality of commodity part entities, and one commodity part entity corresponds to one commodity entity; one store entity corresponds to a plurality of store commodity entities, and one store commodity entity corresponds to one store entity;
adding attribute fields in leaf nodes of a commodity entity state tree by the block chain nodes, wherein the attribute fields store commodity part entity identifications;
and adding an attribute field in a leaf node of the store entity state tree by the block chain node, wherein the attribute field stores the store commodity entity identification.
In a possible implementation manner, the block link point stores a relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity;
adding elements to the block chain nodes through arrays or hash tables of leaf nodes in the relational tree, wherein the elements are in an entity state; or
And adding leaf nodes in the block chain node through a relation subtree of the relation tree, wherein the leaf nodes added in the relation subtree store entity states.
In a possible implementation, the block link point checks the physical operation data, specifically: the block link node verifies a user signature of the entity operational data.
In one possible embodiment, the relational tree or the state tree or the relational subtree is a merkel tree or an MPT tree, the roots of which are stored in a block header; wherein the MPT Tree is a Mercker Tree variation of a Tree structure fused with a prefix Tree, and the Mercker Tree is a Merkle Patricia Tree Tree.
A second aspect of the present application discloses an entity relationship storage apparatus for a service data blockchain, where the service data blockchain system includes a plurality of blockchain nodes, and the method includes:
the method comprises the steps that a block chain node receives entity operation data sent by a client, and the client responds to user entity operation;
verifying the entity operation data;
and after the verification is passed, storing the relationship between the entity state operated by the user and the entity state.
In a possible implementation manner, the block link point stores a relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity; one commodity entity corresponds to a plurality of commodity part entities, and one commodity part entity corresponds to one commodity entity; one store entity corresponds to a plurality of store commodity entities, and one store commodity entity corresponds to one store entity;
adding attribute fields in leaf nodes of a commodity entity state tree by the block chain nodes, wherein the attribute fields store commodity part entity identifications;
and adding an attribute field in a leaf node of the store entity state tree by the block chain node, wherein the attribute field stores the store commodity entity identification.
In a possible implementation manner, the block link point stores a relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity;
adding elements to the block chain nodes through arrays or hash tables of leaf nodes in the relational tree, wherein the elements are in an entity state; or
And adding leaf nodes in the block chain node through a relation subtree of the relation tree, wherein the leaf nodes added in the relation subtree store entity states.
In a possible implementation, the block link point checks the physical operation data, specifically: the block link node verifies a user signature of the entity operational data.
In one possible embodiment, the relational tree or the state tree or the relational subtree is a merkel tree or an MPT tree, the roots of which are stored in a block header; wherein the MPT Tree is a Mercker Tree variation of a Tree structure fused with a prefix Tree, and the Mercker Tree is a Merkle Patricia Tree Tree.
In one possible implementation, the block link nodes organize relationships between global states after user operation into leaf nodes of a relationship tree; the method specifically comprises the following steps:
the value of the leaf node in the relational tree stores a user state-integral state, an entity state-integral state and an entity state-user state in a hash table or array mode; or
The value of a leaf node of the relation tree is used for storing a tree root of a relation sub-tree, the relation sub-tree stores a user state-integral state, an entity state-integral state and an entity state-user state, and the relation sub-tree is a Mercker tree or an MPT tree.
In a possible implementation manner, any one of the user state, the entity state, the integral state, the user state-the integral state, the entity state-the integral state, and the entity state-the user state is stored in the database supporting attribute query in a form of a data table, so that a user can query according to an attribute field in the data table; the system comprises a data table, a plurality of rows of state information and a plurality of groups of data tables, wherein one type of state information corresponds to one data table, any row in any one data table corresponds to one piece of state information, and one type of state information comprises a plurality of rows of state information; the database supporting attribute query comprises a relational database and a memory database; or
And any state information of the user state, the entity state, the integral state, the user state-the integral state, the entity state-the integral state and the entity state-the user state is stored by adopting a KV database and is stored in a key-value pair mode.
In one possible implementation, the user operation data is operation data of a user on the internet, and the user operation data includes one or more of evidence storage data, traceability data, financial data, travel data, search data, self-media data, research data, advertisement data, e-commerce data, community data, knowledge question and answer data, knowledge payment data, shared bicycle data, recruitment data, living service data, rentals data, voting data, online-to-offline data, social data, praise data, evaluation data and online booking data.
In one possible implementation, the user operation data includes one or more of a timestamp, an operation user address, an operated address, an operation type, a value of an operation, a credit address, a signature of the user on the user operation data, and a hash value of the user operation data; the operation type comprises an operation of a user on an entity and an operation on the credit, and the operated address comprises an operation address on the entity and addresses of other operation users.
In one possible implementation manner, the attributes of the user operation data include an associated attribute and a non-associated attribute; wherein the attribute value of the associated attribute is automatically increased or decreased according to the data state after the user operation.
A third aspect of the present application provides a computer-readable storage medium, which stores computer instructions, and when the computer instructions are executed by a processor, the computer instructions implement any one of the above-mentioned technical solutions.
A fourth aspect of the present application provides an electronic device, which includes a processor configured to execute any one of the above technical solutions.
In the application, the blockchain node is convenient for the user to inquire by storing the relation between the entity state and the entity state, so that the user experience is improved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings needed to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without creative efforts.
Fig. 1 is a schematic flow chart illustrating an entity relationship storage method for a service data block chain according to the present application;
fig. 2 is a schematic block head structure diagram of a service data block chain according to the present application;
fig. 3 is a schematic structural diagram of an entity relationship storage device of a service data block chain according to the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all, embodiments of the present invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The terms "first" and "second" in this application are used for convenience of understanding only, and are not to be construed as sequential or limiting in any way.
For the purpose of facilitating understanding of the embodiments of the present invention, the following description will be further explained with reference to specific embodiments, which are not to be construed as limiting the embodiments of the present invention.
Blockchains are generally divided into three types: public chain (Public Blockchain), private chain (PrivateBlockchain) and alliance chain (Consortium Blockchain). In addition, there are various types of combinations, such as private chain + federation chain, federation chain + public chain, and other different combinations. The most decentralized of these is the public chain. The public chain is represented by bitcoin and ether house, and the participators joining the public chain can read the data record on the chain, participate in transaction, compete for accounting right of new blocks, and the like.
Furthermore, each participant (i.e., node) is free to join and leave the network and perform related operations. Private chains are the opposite, with the network's write rights controlled by an organization or organization and the data read rights specified by the organization. Briefly, a private chain can be a weakly centralized system with strictly limited and few participating nodes. This type of blockchain is more suitable for use within a particular establishment.
Based on the basic characteristics of a blockchain, a blockchain is usually composed of several blocks. The time stamps corresponding to the creation time of the block are recorded in the blocks respectively, and all the blocks form a time-ordered data chain according to the time stamps recorded in the blocks strictly.
The real data generated by the physical world can be constructed into a standard transaction (transaction) format supported by a block chain, then is issued to the block chain, is identified by node equipment in the block chain, and is packed into a block by the node equipment serving as an accounting node in the block chain after the identification is achieved, and is subjected to persistent evidence storage in the block chain.
In the field of blockchain, an important concept is Account (Account); taking an ether house as an example, the ether house generally divides an account into an external account and a contract account; the external account is an account directly controlled by the user; and the contract account is created by the user through an external account, the account containing the contract code (i.e. the smart contract).
Of course, for some blockchain items derived based on the ethernet framework, the account types supported by the blockchain may be further expanded, and are not particularly limited in this specification.
For accounts in a blockchain, the account status of the account is usually maintained through a structure. When a transaction in a block is executed, the status of the account associated with the transaction in the block chain is also typically changed.
Taking etherhouses as an example, the structure of an account usually includes fields such as Balance, Nonce, Code, and storage. Wherein:
a Balance field for maintaining the current account Balance of the account;
a Nonce field for the number of transactions for the account; the counter is used for guaranteeing that each transaction can be processed only once, and replay attack is effectively avoided.
A code field for maintaining a contract code for the account; in practical applications, only the hash value of the contract code is typically maintained in the code field; thus, the code field is also commonly referred to as a codehash field. For external accounts, this field is null.
storage field to maintain the storage of the account (default to empty). In practical application, the storage field only maintains the root node of an MPT (Merkle Patricia Trie) tree constructed based on the storage content of the account; thus, the storage field is also commonly referred to as the storageRoot field.
Wherein, for the external account, the code field and storage field shown above are null values.
Most blockchain items typically use Merkle trees; alternatively, the data is stored and maintained based on the data structure of the Merkle tree. Taking etherhouses as an example, the etherhouses use MPT tree (a Merkle tree variation) as a data organization form for organizing and managing important data such as account status, transaction information, and the like.
The Etherhouse designs three MPT trees, namely an MPT state tree, an MPT transaction tree and an MPT receipt tree, aiming at data needing to be stored and maintained in a block chain.
The MPT state tree is an MPT tree organized by account state data (state) of all accounts in the block chain; the MPT transaction tree is transaction data (transaction) in a block and is organized into the MPT tree; the MPT receipt tree is an MPT tree organized by transaction receipts (receipts) corresponding to each transaction generated after the transaction in the block is completed. The hash values of the root nodes of the MPT state tree, MPT transaction tree, and MPT receipt tree shown above are all added to the block header.
Wherein the MPT transaction tree and the MPT receipt tree correspond to tiles, each tile having its own MPT transaction tree and MPT receipt tree. The MPT state tree is a global MPT tree, which does not correspond to a specific tile, but covers account state data of all accounts in the tile chain.
The present specification discloses a data operation method of a service data blockchain, as shown in fig. 1, the service data blockchain system includes a plurality of blockchain nodes; the method includes S101-S103.
The entity information in the present specification refers to abstraction of objective objects and also refers to specific objective objects, the entity information includes associated attributes and non-associated attributes, and the associated attributes refer to that attribute values can be increased or decreased; the user information refers to description information of a user, and the user information comprises a user address; the point information is point information issued by the user, and is point information other than the original points on the block chain, and the point information includes the name and the total amount of the point.
S101, receiving entity operation data sent by a client by a block chain node, wherein the client responds to user entity operation.
And S102, verifying the entity operation data.
And S103, after the verification is passed, storing the relationship between the entity state operated by the user and the entity state.
In one example, the block link point stores a relationship between the entity state after the user operation and an entity state, specifically: the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity; one commodity entity corresponds to a plurality of commodity part entities, and one commodity part entity corresponds to one commodity entity; one store entity corresponds to a plurality of store commodity entities, and one store commodity entity corresponds to one store entity;
adding attribute fields in leaf nodes of a commodity entity state tree by the block chain nodes, wherein the attribute fields store commodity part entity identifications;
and adding an attribute field in a leaf node of the store entity state tree by the block chain node, wherein the attribute field stores the store commodity entity identification.
In one example, the block link point stores a relationship between the entity state after the user operation and an entity state, specifically: the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity;
adding elements to the block chain nodes through arrays or hash tables of leaf nodes in the relational tree, wherein the elements are in an entity state; or
And adding leaf nodes in the block chain node through a relation subtree of the relation tree, wherein the leaf nodes added in the relation subtree store entity states.
In one example, the block link point checks the entity operation data, specifically: the block link node verifies a user signature of the entity operational data.
In one example, the relationship tree or the state tree or the relationship sub-tree is a merkel tree or an MPT tree, a root of the merkel tree or the MPT tree being stored in a block header; wherein the MPT Tree is a Mercker Tree variation of a Tree structure fused with a prefix Tree, and the Mercker Tree is a Merkle Patricia Tree Tree.
In one example, the block chain nodes organize the state after the user operation into a tree structure, and the tree structure of data on the chain is adopted for storage; the tree structure comprises a state tree and a relation tree, wherein the block link nodes organize the global state after the user operation into leaf nodes of the state tree, and the global state comprises one or more of a user state, an entity state and an integral state.
For example, the entity is a commodity of an internet e-commerce platform, and the user can initiate an operation of purchasing the commodity, namely, a point transfer operation (point is transferred from the address of the operating user to the address of the operated user) for a point corresponding to the commodity entity; the user can also initiate a comment or a praise operation for the commodity, namely a user operation for the commodity entity.
Associated attributes in an attribute type, for example: the number of praise is automatically increased for the same commodity or the self-media (such as pictures, texts and small videos circled by WeChat friends) after praise is performed by different users. Non-associated attributes, such as: and after different users comment the comment content, the user searches the commodity on the block chain and can see the comments of the different users.
The points are user issued points, for example: after a user can pass the notarization and securitize the house, a point is issued on the block chain, and the point uniquely represents the house property on the block chain; alternatively, the house may be securitized, a predetermined number of points issued, possession of the point will have ownership of the house, and will have equal ownership of the house lease or change. In addition, the block chain is provided with native scores which can be used for restricting the operation of the user on the block chain, so that the user is prevented from using the resources of the block chain system without limit; for example: after the users on the blockchain are registered, the users are operated on the blockchain, and the native credits are required to be collated so as to uplink the user operation data.
In one example, the tile link nodes organize relationships between user-manipulated global states into leaf nodes of a relationship tree, the relationships between the global states including one or more of a user state-integral state, an entity state-integral state, and an entity state-user state.
The relationship between entity state and user state, for example: on an electronic commerce platform (such as Taobao, Tianmao and Jingdong shopping mall) of the Internet, a commodity is purchased by a plurality of different users; on a self-media platform (such as WeChat and microblog) on the Internet, one piece of self-media data is praised or commented by a plurality of users; the one-to-many relationship between such entities and users can be expressed by using the association relationship between the entity information and the user information. The method and the device facilitate chaining of the service data and query of the service data by the user.
The relationship between the user state and the integration state. A user may have multiple points, for example: a user has both native credits on the blockchain and other types of credits. The incidence relation can describe the one-to-many relation between the user and the score, and meanwhile, the user can conveniently inquire. It should be noted that a user in the blockchain system at least has the native scores of the blockchain system; it is possible to have credits issued by other users or by themselves.
The relation between the entity state and the integral state is equivalent to the securitization of the entity on the block chain. For example: the ownership of a commodity corresponds to an integral, and the transfer of the integral corresponds to the transfer of the ownership of the commodity; the ownership of a set of houses corresponds to a predetermined number of points, the number of owned points corresponds to the ownership proportion of the houses, and namely, the houses are owned to sell or rent the prices in the same proportion.
In one example, the tile link nodes organize relationships between user-manipulated global states into leaf nodes of a relationship tree; the method specifically comprises the following steps: the value of the leaf node in the relation tree stores a user state-integral state, an entity state-integral state and an entity state-user state in a hash table or array mode.
In one example, the value of a leaf node of a relational tree is used to store the root of a relational sub-tree that stores a user state-integral state, an entity state-integral state, and an entity state-user state, the relational sub-tree being a merkel tree or an MPT tree.
In one example, any one of the user state, the entity state, the integral state, the user state-the integral state, the entity state-the integral state and the entity state-the user state is stored in the database supporting attribute query in the form of a data table, so that a user can query according to an attribute field in the data table; the system comprises a data table, a plurality of rows of state information and a plurality of groups of data tables, wherein one type of state information corresponds to one data table, any row in any one data table corresponds to one piece of state information, and one type of state information comprises a plurality of rows of state information; the database supporting attribute query comprises a relational database and an in-memory database.
The relational database can adopt MySql, and the memory database adopts a MongoDB database.
In one example, any one of the state information of the user state, the entity state, the integral state, the user state-the integral state, the entity state-the integral state, and the entity state-the user state is stored in a KV database in a key-value pair manner.
In one example, the user operation data is operation data of a user on the internet, and the user operation data comprises one or more of evidence storage data, traceability data, financial data, travel data, search data, self-media data, research data, advertisement data, e-commerce data, community data, knowledge question and answer data, knowledge payment data, shared bicycle data, recruitment data, life service data, house renting data, voting data, online-offline data, social data, praise data, evaluation data and net appointment data.
In one example, the user operation data includes one or more of a timestamp, an operation user address, an operated address, an operation type, a value of an operation, a credit address, a signature of the user on the user operation data, and a hash value of the user operation data; the operation type comprises an operation of a user on an entity and an operation on the credit, and the operated address comprises an operation address on the entity and addresses of other operation users.
As described above, any one of the user state (e.g., Account field), the credit state (e.g., Asset field), the entity state (e.g., Object field), the entity state-user state (e.g., Object-Account field), the user state-credit state (e.g., Account-Asset field), the entity state-credit state (e.g., Object-Asset field), and the entity state-entity state (e.g., Object-Asset field) may be implemented by using an MPT state tree or an Mercker tree, and the tree roots of the various MPT state trees are stored in the block header. As shown in FIG. 2, the user Action of the tile store (e.g., the Action field), and the root of the MPT status tree of the Receipt status of the on-chain database store (e.g., the Recept field) are also stored in the tile header.
In the above, the states are stored in an MPT state tree manner, and a user can query through address information; directly adopting a user address, a point address and an entity address to inquire the state aiming at the user state, the point state and the entity state; and respectively adopting the entity address, the user address and the entity address to carry out state query aiming at the entity state-user state, the user state-integral state and the entity state-integral state.
In addition, the user address can be obtained by carrying out multiple times of hash operation according to the user public key; the point address or the entity address may be obtained by a user operation of creating a point or an entity, for example: and carrying out multiple times of hash operation on the user operation, and selecting characters with preset digits from the obtained hash value as integral addresses or entity addresses.
In the application, the block chain node is convenient for a user to inquire by storing the relation between the entity state and the entity state, so that the user experience is improved; in addition, the service data is stored by adopting a chain structure and a tree structure, and various attributes of the service data can be stored on the block chain; and the database supporting attribute query is adopted, so that the user can conveniently access the database, and the query efficiency is improved.
In addition, the present specification discloses a data manipulation apparatus of a service data blockchain, and a service data blockchain system includes a plurality of blockchain nodes.
The method comprises the steps that a block chain node receives entity operation data sent by a client, and the client responds to user entity operation;
verifying the entity operation data;
and after the verification is passed, storing the relationship between the entity state operated by the user and the entity state.
In one example, the block link point stores a relationship between the entity state after the user operation and an entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity; one commodity entity corresponds to a plurality of commodity part entities, and one commodity part entity corresponds to one commodity entity; one store entity corresponds to a plurality of store commodity entities, and one store commodity entity corresponds to one store entity;
adding attribute fields in leaf nodes of a commodity entity state tree by the block chain nodes, wherein the attribute fields store commodity part entity identifications;
and adding an attribute field in a leaf node of the store entity state tree by the block chain node, wherein the attribute field stores the store commodity entity identification.
In one example, the block link point stores a relationship between the entity state after the user operation and an entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity;
adding elements to the block chain nodes through arrays or hash tables of leaf nodes in the relational tree, wherein the elements are in an entity state; or
And adding leaf nodes in the block chain node through a relation subtree of the relation tree, wherein the leaf nodes added in the relation subtree store entity states.
In one example, the block link point checks the entity operation data, specifically: the block link node verifies a user signature of the entity operational data.
In one example, the relationship tree or the state tree or the relationship sub-tree is a merkel tree or an MPT tree, a root of the merkel tree or the MPT tree being stored in a block header; wherein the MPT Tree is a Mercker Tree variation of a Tree structure fused with a prefix Tree, and the Mercker Tree is a Merkle Patricia Tree Tree.
In one example, the tile link nodes organize relationships between user-manipulated global states into leaf nodes of a relationship tree; the method specifically comprises the following steps:
the value of the leaf node in the relational tree stores a user state-integral state, an entity state-integral state and an entity state-user state in a hash table or array mode; or
The value of a leaf node of the relation tree is used for storing a tree root of a relation sub-tree, the relation sub-tree stores a user state-integral state, an entity state-integral state and an entity state-user state, and the relation sub-tree is a Mercker tree or an MPT tree.
In one example, any one of the user state, the entity state, the integral state, the user state-the integral state, the entity state-the integral state and the entity state-the user state is stored in the database supporting attribute query in the form of a data table, so that a user can query according to an attribute field in the data table; the system comprises a data table, a plurality of rows of state information and a plurality of groups of data tables, wherein one type of state information corresponds to one data table, any row in any one data table corresponds to one piece of state information, and one type of state information comprises a plurality of rows of state information; the database supporting attribute query comprises a relational database and a memory database; or
And any state information of the user state, the entity state, the integral state, the user state-the integral state, the entity state-the integral state and the entity state-the user state is stored by adopting a KV database and is stored in a key-value pair mode.
In one example, the user operation data is operation data of a user on the internet, and the user operation data comprises one or more of evidence storage data, traceability data, financial data, travel data, search data, self-media data, research data, advertisement data, e-commerce data, community data, knowledge question and answer data, knowledge payment data, shared bicycle data, recruitment data, life service data, house renting data, voting data, online-offline data, social data, praise data, evaluation data and net appointment data.
In one example, the user operation data includes one or more of a timestamp, an operation user address, an operated address, an operation type, a value of an operation, a credit address, a signature of the user on the user operation data, and a hash value of the user operation data; the operation type comprises an operation of a user on an entity and an operation on the credit, and the operated address comprises an operation address on the entity and addresses of other operation users.
In one example, the attributes of the user operation data include an associated attribute and a non-associated attribute; wherein the attribute value of the associated attribute is automatically increased or decreased according to the data state after the user operation.
The same or similar parts in the above device embodiments and the above method embodiments can be referred to each other, and are not described herein again.
In the application, the blockchain node is convenient for the user to inquire by storing the relation between the entity state and the entity state, so that the user experience is improved.
The present specification also discloses a computer readable storage medium storing computer instructions which, when executed by a processor, implement any one of the above-mentioned technical solutions.
The present specification also discloses an electronic device comprising a processor configured to perform any of the above-described technical solutions.
Meanwhile, the application also provides an embodiment of the entity device.
Fig. 3 shows a schematic diagram of a computer device, which may include: a processor 310, a memory 320, an input/output interface 330, a communication interface 340, and a bus 350. Wherein the processor 340, the memory 320, the input/output interface 330, and the communication interface 340 are communicatively coupled to each other within the device via a bus 350.
The processor 310 may be implemented by a general-purpose CPU (Central Processing Unit), a microprocessor, an Application Specific Integrated Circuit (ASIC), or one or more Integrated circuits, and is configured to execute related programs to implement the technical solutions provided in the embodiments of the present specification.
The Memory 320 may be implemented in the form of a ROM (Read Only Memory), a RAM (Random access Memory), a static storage device, a dynamic storage device, or the like. The memory 320 may store an operating system and other application programs, and when the technical solution provided by the embodiments of the present specification is implemented by software or firmware, the relevant program codes are stored in the memory 320 and called to be executed by the processor 310.
The input/output interface 330 is used for connecting an input/output module to realize information input and output. The i/o module may be configured as a component in a device (not shown) or may be external to the device to provide a corresponding function. The input devices may include a keyboard, a mouse, a touch screen, a microphone, various sensors, etc., and the output devices may include a display, a speaker, a vibrator, an indicator light, etc.
The communication interface 340 is used for connecting a communication module (not shown in the figure) to implement communication interaction between the present device and other devices. The communication module can realize communication in a wired mode (such as USB, network cable and the like) and also can realize communication in a wireless mode (such as mobile network, WIFI, Bluetooth and the like).
Bus 350 includes a path that transfers information between the various components of the device, such as processor 310, memory 320, input/output interface 330, and communication interface 340.
It should be noted that although the above-mentioned device only shows the processor 310, the memory 320, the input/output interface 330, the communication interface 340 and the bus 350, in a specific implementation, the device may also include other components necessary for normal operation. In addition, those skilled in the art will appreciate that the above-described apparatus may also include only those components necessary to implement the embodiments of the present description, and not necessarily all of the components shown in the figures.
Those of skill would further appreciate that the various illustrative components and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied in hardware, a software module executed by a processor, or a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only illustrative of the present invention and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the scope of the present invention should be included in the scope of the present invention.

Claims (10)

1. An entity relationship storage method for a service data block chain, wherein the service data block chain system comprises a plurality of block chain nodes, the method comprising:
the method comprises the steps that a block chain node receives entity operation data sent by a client, and the client responds to user entity operation;
verifying the entity operation data;
and after the verification is passed, storing the relationship between the entity state operated by the user and the entity state.
2. The entity relationship storage method according to claim 1, wherein the blockchain node stores the relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity; one commodity entity corresponds to a plurality of commodity part entities, and one commodity part entity corresponds to one commodity entity; one store entity corresponds to a plurality of store commodity entities, and one store commodity entity corresponds to one store entity;
adding attribute fields in leaf nodes of a commodity entity state tree by the block chain nodes, wherein the attribute fields store commodity part entity identifications;
and adding an attribute field in a leaf node of the store entity state tree by the block chain node, wherein the attribute field stores the store commodity entity identification.
3. The entity relationship storage method according to claim 1 or 2, wherein the blockchain node stores the relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity;
adding elements to the block chain nodes through arrays or hash tables of leaf nodes in the relational tree, wherein the elements are in an entity state; or
And adding leaf nodes in the block chain node through a relation subtree of the relation tree, wherein the leaf nodes added in the relation subtree store entity states.
4. The entity relationship storage method according to claim 1, wherein the block link point checks the entity operation data by:
the block link node verifies a user signature of the entity operational data.
5. The entity relationship storage method according to claim 3, wherein the relationship tree or the state tree or the relationship subtree is a Mercker tree or an MPT tree, and the root of the Mercker tree or the MPT tree is stored in a block header; wherein the MPT tree is a Merck tree variation of a tree structure fused with a prefix tree, and the Merck tree is a MerklePatricia Tree.
6. An entity relationship storage device for a service data blockchain, wherein the service data blockchain system comprises a plurality of blockchain nodes, the method comprising:
the method comprises the steps that a block chain node receives entity operation data sent by a client, and the client responds to user entity operation;
verifying the entity operation data;
and after the verification is passed, storing the relationship between the entity state operated by the user and the entity state.
7. The entity relationship storage apparatus according to claim 6, wherein the blockchain node stores the relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity; one commodity entity corresponds to a plurality of commodity part entities, and one commodity part entity corresponds to one commodity entity; one store entity corresponds to a plurality of store commodity entities, and one store commodity entity corresponds to one store entity;
adding attribute fields in leaf nodes of a commodity entity state tree by the block chain nodes, wherein the attribute fields store commodity part entity identifications;
and adding an attribute field in a leaf node of the store entity state tree by the block chain node, wherein the attribute field stores the store commodity entity identification.
8. The entity relationship storage apparatus according to claim 6 or 7, wherein the blockchain node stores the relationship between the entity state after the user operation and the entity state, specifically:
the relationship between the entity state and the entity state is one or two of a commodity entity and a commodity part entity, a store entity and a store commodity entity;
adding elements to the block chain nodes through arrays or hash tables of leaf nodes in the relational tree, wherein the elements are in an entity state; or
And adding leaf nodes in the block chain node through a relation subtree of the relation tree, wherein the leaf nodes added in the relation subtree store entity states.
9. The entity-relationship-storage device of claim 6, wherein the block link point verifies the entity-operation-data by:
the block link node verifies a user signature of the entity operational data.
10. The entity relationship storage device of claim 8, wherein the relationship tree or the state tree or the relationship subtree is a merkel tree or an MPT tree, a root of the merkel tree or the MPT tree being stored in a block header; wherein the MPT tree is a Merck tree variation of a tree structure fused with a prefix tree, and the Merck tree is a MerklePatricia Tree.
CN202010270491.7A 2020-04-08 2020-04-08 Entity relation storage method and device of business data block chain Pending CN111488350A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010270491.7A CN111488350A (en) 2020-04-08 2020-04-08 Entity relation storage method and device of business data block chain

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010270491.7A CN111488350A (en) 2020-04-08 2020-04-08 Entity relation storage method and device of business data block chain

Publications (1)

Publication Number Publication Date
CN111488350A true CN111488350A (en) 2020-08-04

Family

ID=71812615

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010270491.7A Pending CN111488350A (en) 2020-04-08 2020-04-08 Entity relation storage method and device of business data block chain

Country Status (1)

Country Link
CN (1) CN111488350A (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109523341A (en) * 2018-10-12 2019-03-26 广西师范大学 The cross-domain recommended method of anonymity based on block chain technology
CN110324363A (en) * 2019-08-07 2019-10-11 北京艾摩瑞策科技有限公司 The cochain method and device thereof of internet electric business associated data
CN110471985A (en) * 2019-07-31 2019-11-19 阿里巴巴集团控股有限公司 Electronic bill based on block chain cancels method and device, electronic equipment
WO2019231408A1 (en) * 2018-06-01 2019-12-05 Mettkaruchit Monai Balance block chain transaction system and recording method

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019231408A1 (en) * 2018-06-01 2019-12-05 Mettkaruchit Monai Balance block chain transaction system and recording method
CN109523341A (en) * 2018-10-12 2019-03-26 广西师范大学 The cross-domain recommended method of anonymity based on block chain technology
CN110471985A (en) * 2019-07-31 2019-11-19 阿里巴巴集团控股有限公司 Electronic bill based on block chain cancels method and device, electronic equipment
CN110324363A (en) * 2019-08-07 2019-10-11 北京艾摩瑞策科技有限公司 The cochain method and device thereof of internet electric business associated data

Similar Documents

Publication Publication Date Title
CN111488396B (en) Data synchronization method and device for service data block chain
CN111488616A (en) Method and device for realizing preplan machine of service data block chain
CN111488615A (en) Cross-link realization method and device for service data block chain
CN111488608A (en) Data verification method and device for service data block chain
CN111488614A (en) Digital identity storage method and device based on service data block chain
CN111737726A (en) Relation data query method and device based on business data block chain
CN111488356A (en) Data storage method and device for service data block chain
CN111488353B (en) Intelligent contract implementation method and device for business data block chain
CN111488349A (en) Data query method and device based on service data block chain
CN111488344A (en) User operation data uplink method and system based on service data block chain
CN111695136A (en) Method and system for realizing service data block chain
CN111488610A (en) State data query method and device based on service data block chain
CN111488613A (en) Data efficient query method and device for service data block chain
CN111488345A (en) Storage optimization method and device for service data block chain
CN111488611B (en) Relation data storage method and device of business data block chain
CN111488343A (en) E-commerce data uplink method and device based on business data block chain
CN111488352A (en) Point exchange method and device based on business data block chain
CN111523137A (en) Data recommendation method and device based on service data block chain
CN111695132A (en) Voting data storage method and system based on service data block chain
CN111737729A (en) Evaluation data storage method and system based on service data block chain
CN111488350A (en) Entity relation storage method and device of business data block chain
CN111488607A (en) Data processing method and device for service data block chain
CN111488348A (en) Data storage method and device for service data block chain
CN111488359A (en) Relation data storage method and device of business data block chain
CN111488355A (en) User relation storage method and device of business data block chain

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination