Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

The explorer should offer a set of functions to retrieve structured data from the DB #3

Open
Tracked by #1
StefanoSetti opened this issue Feb 8, 2022 · 0 comments

Comments

@StefanoSetti
Copy link
Member

🤔 How RocksDB works

The database is a key-value store, where keys and values are arbitrary bytes arrays. In our implementation the arrays are:

  • 🔑 Key: identifier_0:identifier_1:...:identifier_K

    Where : is the divisor between identifiers

  • 📄 Value: 12200bf4c94e56f18f32243...25ef86a16c37d3d4b9d9b51671 (binaries)

    Values can represent any type of object.

👷 What to do

It is necessary to construct a set of functions that:

  • construct the view
  • collect the result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant