You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I suggested during the meeting was to start scaffolding the interface serving the boostd-data client.
A component that will be similar for use is the LevelDB service, though that for our case we'll be using RocksDB.
This component should be an abstract layer over the DB which we should use for storage indices to the data pieces stored in the storage provider system.
As mentioned by @jmg-duarte in this comment:
This component should be an abstract layer over the DB which we should use for storage indices to the data pieces stored in the storage provider system.
Please refer to the
boostd-data
component docs and our implementation guidelines.The text was updated successfully, but these errors were encountered: